[tx-robot] updated from transifex
This commit is contained in:
parent
ef2dd3e41a
commit
6e0b0c50a8
|
@ -105,6 +105,8 @@ OC.L10N.register(
|
|||
"SMB / CIFS" : "SMB / CIFS",
|
||||
"Share" : "Share",
|
||||
"Show hidden files" : "Laat verborgen bestanden zien",
|
||||
"Verify ACL access when listing files" : "Controleer ACL bij bestandsoverzichten",
|
||||
"Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "Controleer de ACL's van elk bestand of elke map in een directory om objecten uit te filteren waar de gebruiker geen leesrechten heeft, betekent wel prestatieverlies",
|
||||
"Timeout" : "Time-out",
|
||||
"SMB / CIFS using OC login" : "SMB / CIFS via OC inlog",
|
||||
"Username as share" : "Gebruikersnaam als share",
|
||||
|
|
|
@ -103,6 +103,8 @@
|
|||
"SMB / CIFS" : "SMB / CIFS",
|
||||
"Share" : "Share",
|
||||
"Show hidden files" : "Laat verborgen bestanden zien",
|
||||
"Verify ACL access when listing files" : "Controleer ACL bij bestandsoverzichten",
|
||||
"Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "Controleer de ACL's van elk bestand of elke map in een directory om objecten uit te filteren waar de gebruiker geen leesrechten heeft, betekent wel prestatieverlies",
|
||||
"Timeout" : "Time-out",
|
||||
"SMB / CIFS using OC login" : "SMB / CIFS via OC inlog",
|
||||
"Username as share" : "Gebruikersnaam als share",
|
||||
|
|
|
@ -142,6 +142,7 @@ OC.L10N.register(
|
|||
"Add another link" : "הוספת קישור נוסף",
|
||||
"Share link" : "שיתוף קישור",
|
||||
"Resharing is not allowed" : "שיתוף מחדש אסור",
|
||||
"Searching …" : "מתבצע חיפוש…",
|
||||
"Search globally" : "חיפוש גלובלי",
|
||||
"Link to a file" : "קישור לקובץ",
|
||||
"Shared" : "משותף",
|
||||
|
|
|
@ -140,6 +140,7 @@
|
|||
"Add another link" : "הוספת קישור נוסף",
|
||||
"Share link" : "שיתוף קישור",
|
||||
"Resharing is not allowed" : "שיתוף מחדש אסור",
|
||||
"Searching …" : "מתבצע חיפוש…",
|
||||
"Search globally" : "חיפוש גלובלי",
|
||||
"Link to a file" : "קישור לקובץ",
|
||||
"Shared" : "משותף",
|
||||
|
|
|
@ -25,6 +25,7 @@ OC.L10N.register(
|
|||
"Checking apps for compatible updates" : "היישומונים נבדקים לאיתור עדכונים תואמים",
|
||||
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "נא לוודא שב־config.php שלך ה־<samp>appstoreenabled</samp> לא מוגדר ל־false.",
|
||||
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "לא ניתן להתחבר לחנות היישומונים או שחנות היישומונים לא החזירה שיש עדכונים. ניתן לחפש ידנית עדכונים או לוודא שלשרת שלך יש גישה לאינטרנט ושיש לו איך להתחבר לחנות היישומונים.",
|
||||
"View changelog" : "הצגת יומן שינויים"
|
||||
"View changelog" : "הצגת יומן שינויים",
|
||||
"Beta" : "בטא"
|
||||
},
|
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
"Checking apps for compatible updates" : "היישומונים נבדקים לאיתור עדכונים תואמים",
|
||||
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "נא לוודא שב־config.php שלך ה־<samp>appstoreenabled</samp> לא מוגדר ל־false.",
|
||||
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "לא ניתן להתחבר לחנות היישומונים או שחנות היישומונים לא החזירה שיש עדכונים. ניתן לחפש ידנית עדכונים או לוודא שלשרת שלך יש גישה לאינטרנט ושיש לו איך להתחבר לחנות היישומונים.",
|
||||
"View changelog" : "הצגת יומן שינויים"
|
||||
"View changelog" : "הצגת יומן שינויים",
|
||||
"Beta" : "בטא"
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
|
||||
}
|
Loading…
Reference in New Issue