Blame view

sources/apps/admin_migrate/l10n/he.php 547 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
  <?php $TRANSLATIONS = array(
  "Export this ownCloud instance" => "ייצא מופע זה של ownCloud",
  "This will create a compressed file that contains the data of this owncloud instance." => "פעולה זאת תיצור ארכיון דחוס שמכיל את כל המידע של המופע הזה של ownCloud.",
  "Please choose the export type:" => "אנא בחר את סוג הקובץ לייצוא:",
  "ownCloud system files" => "קבצי מערכת של ownCloud",
  "Just user files" => "רק קבצי משתמש",
  "Export" => "יצוא"
  );