58 lines
3.8 KiB
PHP
58 lines
3.8 KiB
PHP
<?php $TRANSLATIONS = array(
|
||
"Unable to load list from App Store" => "לא ניתן לטעון רשימה מה־App Store",
|
||
"Group already exists" => "הקבוצה כבר קיימת",
|
||
"Unable to add group" => "לא ניתן להוסיף קבוצה",
|
||
"Could not enable app. " => "לא ניתן להפעיל את היישום",
|
||
"Email saved" => "הדוא״ל נשמר",
|
||
"Invalid email" => "דוא״ל לא חוקי",
|
||
"Unable to delete group" => "לא ניתן למחוק את הקבוצה",
|
||
"Authentication error" => "שגיאת הזדהות",
|
||
"Unable to delete user" => "לא ניתן למחוק את המשתמש",
|
||
"Language changed" => "שפה השתנתה",
|
||
"Invalid request" => "בקשה לא חוקית",
|
||
"Admins can't remove themself from the admin group" => "מנהלים לא יכולים להסיר את עצמם מקבוצת המנהלים",
|
||
"Unable to add user to group %s" => "לא ניתן להוסיף משתמש לקבוצה %s",
|
||
"Unable to remove user from group %s" => "לא ניתן להסיר משתמש מהקבוצה %s",
|
||
"Disable" => "בטל",
|
||
"Enable" => "הפעל",
|
||
"Error" => "שגיאה",
|
||
"Saving..." => "שומר..",
|
||
"__language_name__" => "עברית",
|
||
"Add your App" => "הוספת היישום שלך",
|
||
"More Apps" => "יישומים נוספים",
|
||
"Select an App" => "בחירת יישום",
|
||
"See application page at apps.owncloud.com" => "צפה בעמוד הישום ב apps.owncloud.com",
|
||
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "ברישיון <span class=\"licence\"></span>לטובת <span class=\"author\"></span>",
|
||
"Update" => "עדכון",
|
||
"User Documentation" => "תיעוד משתמש",
|
||
"Administrator Documentation" => "תיעוד מנהלים",
|
||
"Online Documentation" => "תיעוד מקוון",
|
||
"Forum" => "פורום",
|
||
"Commercial Support" => "תמיכה בתשלום",
|
||
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "השתמשת ב־<strong>%s</strong> מתוך <strong>%s</strong> הזמינים לך",
|
||
"Clients" => "לקוחות",
|
||
"Download Desktop Clients" => "הורד לתוכנה למחשב",
|
||
"Download Android Client" => "הורד תוכנה לאנדרואיד",
|
||
"Download iOS Client" => "הורד תוכנה לiOS",
|
||
"Password" => "ססמה",
|
||
"Your password was changed" => "הססמה שלך הוחלפה",
|
||
"Unable to change your password" => "לא ניתן לשנות את הססמה שלך",
|
||
"Current password" => "ססמה נוכחית",
|
||
"New password" => "ססמה חדשה",
|
||
"show" => "הצגה",
|
||
"Change password" => "שינוי ססמה",
|
||
"Email" => "דוא״ל",
|
||
"Your email address" => "כתובת הדוא״ל שלך",
|
||
"Fill in an email address to enable password recovery" => "נא למלא את כתובת הדוא״ל שלך כדי לאפשר שחזור ססמה",
|
||
"Language" => "פה",
|
||
"Help translate" => "עזרה בתרגום",
|
||
"Use this address to connect to your ownCloud in your file manager" => "השתמש בכתובת זאת על מנת להתחבר אל ownCloud דרך סייר קבצים.",
|
||
"Version" => "גרסא",
|
||
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "פותח על די <a href=\"http://ownCloud.org/contact\" target=\"_blank\">קהילתownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">קוד המקור</a> מוגן ברישיון <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
|
||
"Groups" => "קבוצות",
|
||
"Create" => "יצירה",
|
||
"Other" => "אחר",
|
||
"Group Admin" => "מנהל הקבוצה",
|
||
"Delete" => "מחיקה"
|
||
);
|