[tx-robot] updated from transifex
This commit is contained in:
parent
cb5a69dd22
commit
4f6565d8e7
|
@ -1,7 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Encryption" => "Encriptatge",
|
||||
"File encryption is enabled." => "L'encriptació de fitxers està activada.",
|
||||
"The following file types will not be encrypted:" => "Els tipus de fitxers següents no s'encriptaran:",
|
||||
"Exclude the following file types from encryption:" => "Exclou els tipus de fitxers següents de l'encriptatge:",
|
||||
"None" => "cap"
|
||||
"Encryption" => "Xifrat",
|
||||
"File encryption is enabled." => "El xifrat de fitxers està activat.",
|
||||
"The following file types will not be encrypted:" => "Els tipus de fitxers següents no es xifraran:",
|
||||
"Exclude the following file types from encryption:" => "Exclou els tipus de fitxers següents del xifratge:",
|
||||
"None" => "Cap"
|
||||
);
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Deletion failed" => "מחיקה נכשלה",
|
||||
"Keep settings?" => "האם לשמור את ההגדרות?",
|
||||
"Cannot add server configuration" => "לא ניתן להוסיף את הגדרות השרת",
|
||||
"Connection test succeeded" => "בדיקת החיבור עברה בהצלחה",
|
||||
"Connection test failed" => "בדיקת החיבור נכשלה",
|
||||
"Do you really want to delete the current Server Configuration?" => "האם אכן למחוק את הגדרות השרת הנוכחיות?",
|
||||
"Confirm Deletion" => "אישור המחיקה",
|
||||
"Server configuration" => "הגדרות השרת",
|
||||
"Add Server Configuration" => "הוספת הגדרות השרת",
|
||||
"Host" => "מארח",
|
||||
"User DN" => "DN משתמש",
|
||||
"Password" => "סיסמא",
|
||||
|
|
|
@ -125,6 +125,7 @@
|
|||
"Database host" => "Hostitel databáze",
|
||||
"Finish setup" => "Dokončit nastavení",
|
||||
"web services under your control" => "služby webu pod Vaší kontrolou",
|
||||
"%s is available. Get more information on how to update." => "%s je dostupná. Získejte více informací k postupu aktualizace.",
|
||||
"Log out" => "Odhlásit se",
|
||||
"Automatic logon rejected!" => "Automatické přihlášení odmítnuto.",
|
||||
"If you did not change your password recently, your account may be compromised!" => "V nedávné době jste nezměnili své heslo, Váš účet může být kompromitován.",
|
||||
|
|
|
@ -105,6 +105,7 @@
|
|||
"Edit categories" => "ערוך קטגוריות",
|
||||
"Add" => "הוספה",
|
||||
"Security Warning" => "אזהרת אבטחה",
|
||||
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "גרסת ה־PHP פגיעה בפני התקפת בית NULL/ריק (CVE-2006-7243)",
|
||||
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "אין מחולל מספרים אקראיים מאובטח, נא להפעיל את ההרחבה OpenSSL ב־PHP.",
|
||||
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "ללא מחולל מספרים אקראיים מאובטח תוקף יכול לנבא את מחרוזות איפוס הססמה ולהשתלט על החשבון שלך.",
|
||||
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "תיקיית וקבצי המידע שלך כנראה נגישים מהאינטרנט מכיוון שקובץ ה.htaccess לא עובד.",
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Jordi Vilalta Prat <jvprat@jvprat.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-27 02:16+0200\n"
|
||||
"PO-Revision-Date: 2013-04-26 08:29+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: 2013-05-02 10:40+0000\n"
|
||||
"Last-Translator: Jordi Vilalta Prat <jvprat@jvprat.com>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,20 +20,20 @@ msgstr ""
|
|||
|
||||
#: templates/settings-personal.php:4 templates/settings.php:5
|
||||
msgid "Encryption"
|
||||
msgstr "Encriptatge"
|
||||
msgstr "Xifrat"
|
||||
|
||||
#: templates/settings-personal.php:7
|
||||
msgid "File encryption is enabled."
|
||||
msgstr "L'encriptació de fitxers està activada."
|
||||
msgstr "El xifrat de fitxers està activat."
|
||||
|
||||
#: templates/settings-personal.php:11
|
||||
msgid "The following file types will not be encrypted:"
|
||||
msgstr "Els tipus de fitxers següents no s'encriptaran:"
|
||||
msgstr "Els tipus de fitxers següents no es xifraran:"
|
||||
|
||||
#: templates/settings.php:7
|
||||
msgid "Exclude the following file types from encryption:"
|
||||
msgstr "Exclou els tipus de fitxers següents de l'encriptatge:"
|
||||
msgstr "Exclou els tipus de fitxers següents del xifratge:"
|
||||
|
||||
#: templates/settings.php:12
|
||||
msgid "None"
|
||||
msgstr "cap"
|
||||
msgstr "Cap"
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-30 01:57+0200\n"
|
||||
"PO-Revision-Date: 2013-04-29 23:57+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: 2013-05-02 06:00+0000\n"
|
||||
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -564,7 +564,7 @@ msgstr "služby webu pod Vaší kontrolou"
|
|||
#: templates/layout.user.php:36
|
||||
#, php-format
|
||||
msgid "%s is available. Get more information on how to update."
|
||||
msgstr ""
|
||||
msgstr "%s je dostupná. Získejte více informací k postupu aktualizace."
|
||||
|
||||
#: templates/layout.user.php:61
|
||||
msgid "Log out"
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Yaron Shahrabani <sh.yaron@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-30 01:57+0200\n"
|
||||
"PO-Revision-Date: 2013-04-29 23:57+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: 2013-05-02 09:10+0000\n"
|
||||
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
|
||||
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -479,7 +480,7 @@ msgstr "אזהרת אבטחה"
|
|||
|
||||
#: templates/installation.php:25
|
||||
msgid "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)"
|
||||
msgstr ""
|
||||
msgstr "גרסת ה־PHP פגיעה בפני התקפת בית NULL/ריק (CVE-2006-7243)"
|
||||
|
||||
#: templates/installation.php:26
|
||||
msgid "Please update your PHP installation to use ownCloud securely."
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Yaron Shahrabani <sh.yaron@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-27 02:16+0200\n"
|
||||
"PO-Revision-Date: 2013-04-26 08:31+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: 2013-05-02 13:50+0000\n"
|
||||
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
|
||||
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -47,27 +48,27 @@ msgstr ""
|
|||
|
||||
#: js/settings.js:83
|
||||
msgid "Keep settings?"
|
||||
msgstr ""
|
||||
msgstr "האם לשמור את ההגדרות?"
|
||||
|
||||
#: js/settings.js:97
|
||||
msgid "Cannot add server configuration"
|
||||
msgstr ""
|
||||
msgstr "לא ניתן להוסיף את הגדרות השרת"
|
||||
|
||||
#: js/settings.js:121
|
||||
msgid "Connection test succeeded"
|
||||
msgstr ""
|
||||
msgstr "בדיקת החיבור עברה בהצלחה"
|
||||
|
||||
#: js/settings.js:126
|
||||
msgid "Connection test failed"
|
||||
msgstr ""
|
||||
msgstr "בדיקת החיבור נכשלה"
|
||||
|
||||
#: js/settings.js:136
|
||||
msgid "Do you really want to delete the current Server Configuration?"
|
||||
msgstr ""
|
||||
msgstr "האם אכן למחוק את הגדרות השרת הנוכחיות?"
|
||||
|
||||
#: js/settings.js:137
|
||||
msgid "Confirm Deletion"
|
||||
msgstr ""
|
||||
msgstr "אישור המחיקה"
|
||||
|
||||
#: templates/settings.php:8
|
||||
msgid ""
|
||||
|
@ -84,11 +85,11 @@ msgstr ""
|
|||
|
||||
#: templates/settings.php:15
|
||||
msgid "Server configuration"
|
||||
msgstr ""
|
||||
msgstr "הגדרות השרת"
|
||||
|
||||
#: templates/settings.php:31
|
||||
msgid "Add Server Configuration"
|
||||
msgstr ""
|
||||
msgstr "הוספת הגדרות השרת"
|
||||
|
||||
#: templates/settings.php:36
|
||||
msgid "Host"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2013-05-02 02:14+0200\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2013-05-02 02:14+0200\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2013-05-02 02:14+0200\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2013-05-02 02:14+0200\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2013-05-02 02:14+0200\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2013-05-02 02:14+0200\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2013-05-02 02:14+0200\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2013-05-02 02:15+0200\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2013-05-02 02:15+0200\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2013-05-02 02:14+0200\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2013-05-02 02:14+0200\n"
|
||||
"POT-Creation-Date: 2013-05-03 02:02+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
Loading…
Reference in New Issue