[tx-robot] updated from transifex
This commit is contained in:
parent
6365c57b04
commit
1631937990
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Server to server sharing is not enabled on this server" => "La condivisione tra server non è abilitata su questo server",
|
||||
"The mountpoint name contains invalid characters." => "Il nome del punto di mount contiene caratteri non validi.",
|
||||
"Invalid or untrusted SSL certificate" => "Certificato SSL non valido o non attendibile",
|
||||
"Couldn't add remote share" => "Impossibile aggiungere la condivisione remota",
|
||||
"Shared with you" => "Condiviso con te",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Server to server sharing is not enabled on this server" => "Współdzielenie między serwerami nie jest uruchomione na tym serwerze",
|
||||
"The mountpoint name contains invalid characters." => "Nazwa zamontowanego zasobu zawiera niedozwolone znaki.",
|
||||
"Invalid or untrusted SSL certificate" => "Niewłaściwy lub niezaufany certyfikat SSL",
|
||||
"Couldn't add remote share" => "Nie można dodać zdalnego folderu",
|
||||
"Shared with you" => "Współdzielony z Tobą",
|
||||
|
|
|
@ -100,6 +100,7 @@ $TRANSLATIONS = array(
|
|||
"Quota Field" => "কোটা",
|
||||
"Quota Default" => "পূর্বনির্ধারিত কোটা",
|
||||
"in bytes" => "বাইটে",
|
||||
"Email Field" => "ইমেইল ক্ষেত্র",
|
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "ব্যবহারকারী নামের জন্য ফাঁকা রাখুন (পূর্বনির্ধারিত)। অন্যথায়, LDAP/AD বৈশিষ্ট্য নির্ধারণ করুন।"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -76,13 +76,17 @@ $TRANSLATIONS = array(
|
|||
"Email sent" => "ই-মেইল পাঠানো হয়েছে",
|
||||
"Warning" => "সতর্কবাণী",
|
||||
"The object type is not specified." => "অবজেক্টের ধরণটি সুনির্দিষ্ট নয়।",
|
||||
"Enter new" => "নতুন লিখুন",
|
||||
"Delete" => "মুছে",
|
||||
"Add" => "যোগ কর",
|
||||
"Edit tags" => "ট্যাগ সম্পাদনা",
|
||||
"Please reload the page." => "দয়া করে পৃষ্ঠাটি পূনরায় লোড করুন।",
|
||||
"Use the following link to reset your password: {link}" => "আপনার কূটশব্দটি পূনঃনির্ধারণ করার জন্য নিম্নোক্ত লিংকটি ব্যবহার করুনঃ {link}",
|
||||
"You will receive a link to reset your password via Email." => "কূটশব্দ পূনঃনির্ধারণের জন্য একটি টূনঃনির্ধারণ লিংকটি আপনাকে ই-মেইলে পাঠানো হয়েছে ।",
|
||||
"Username" => "ব্যবহারকারী",
|
||||
"Reset" => "পূণঃনির্ধানণ",
|
||||
"New password" => "নতুন কূটশব্দ",
|
||||
"New Password" => "নতুন কূটশব্দ",
|
||||
"Personal" => "ব্যক্তিগত",
|
||||
"Users" => "ব্যবহারকারী",
|
||||
"Apps" => "অ্যাপ",
|
||||
|
|
|
@ -68,6 +68,7 @@ $TRANSLATIONS = array(
|
|||
"Strong password" => "Password forte",
|
||||
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra essere danneggiata.",
|
||||
"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Questo server ownCloud non ha una connessione a Internet funzionante. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. L'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Ti suggeriamo di abilitare la connessione a Internet del server se desideri disporre di tutte le funzionalità.",
|
||||
"Error occurred while checking server setup" => "Si è verificato un errore durante il controllo della configurazione del server",
|
||||
"Shared" => "Condivisi",
|
||||
"Shared with {recipients}" => "Condiviso con {recipients}",
|
||||
"Share" => "Condividi",
|
||||
|
@ -148,6 +149,17 @@ $TRANSLATIONS = array(
|
|||
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ciao,\n\nvolevo informarti che %s ha condiviso %s con te.\nVedi: %s\n\n",
|
||||
"The share will expire on %s." => "La condivisione scadrà il %s.",
|
||||
"Cheers!" => "Saluti!",
|
||||
"The server encountered an internal error and was unable to complete your request." => "Il server ha riscontrato un errore interno e non è stato in grado di completare la tua richiesta.",
|
||||
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Contatta l'amministratore del server se questo errore riappare più volte, includendo i dettagli tecnici sotto riportati nella tua segnalazione.",
|
||||
"More details can be found in the server log." => "Ulteriori dettagli sono disponibili nel log del server.",
|
||||
"Technical details" => "Dettagli tecnici",
|
||||
"Remote Address: %s" => "Indirizzo remoto: %s",
|
||||
"Request ID: %s" => "ID richiesta: %s",
|
||||
"Code: %s" => "Codice: %s",
|
||||
"Message: %s" => "Messaggio: %s",
|
||||
"File: %s" => "File: %s",
|
||||
"Line: %s" => "Riga: %s",
|
||||
"Trace" => "Traccia",
|
||||
"Security Warning" => "Avviso di sicurezza",
|
||||
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "La tua versione di PHP è vulnerabile all'attacco NULL Byte (CVE-2006-7243)",
|
||||
"Please update your PHP installation to use %s securely." => "Aggiorna la tua installazione di PHP per utilizzare %s in sicurezza.",
|
||||
|
|
|
@ -67,7 +67,8 @@ $TRANSLATIONS = array(
|
|||
"Good password" => "Dobre hasło",
|
||||
"Strong password" => "Mocne hasło",
|
||||
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Serwer internetowy nie jest jeszcze poprawnie skonfigurowany, aby umożliwić synchronizację plików, ponieważ interfejs WebDAV wydaje się być uszkodzony.",
|
||||
"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Ten serwer OwnCloud nie ma połączenia z Internetem. Oznacza to, że niektóre z funkcji, takich jak montowanie zewnętrznych zasobów, powiadomienia o aktualizacji lub 3-cie aplikacje mogą nie działać. Dostęp do plików z zewnątrz i wysyłanie powiadomienia e-mail nie może również działać. Sugerujemy, aby włączyć połączenia internetowego dla tego serwera, jeśli chcesz mieć wszystkie opcje.",
|
||||
"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Ten serwer OwnCloud nie ma połączenia z Internetem. Oznacza to, że niektóre z funkcji, takich jak montowanie zewnętrznych zasobów, powiadomienia o aktualizacji lub aplikacje firm 3-trzecich nie działają. Dostęp do plików z zewnątrz i wysyłanie powiadomień e-mail może również nie działać. Sugerujemy podłączenie tego serwera do internetu, jeśli chcesz mieć wszystkie funkcje.",
|
||||
"Error occurred while checking server setup" => "Pojawił się błąd podczas sprawdzania ustawień serwera",
|
||||
"Shared" => "Udostępniono",
|
||||
"Shared with {recipients}" => "Współdzielony z {recipients}",
|
||||
"Share" => "Udostępnij",
|
||||
|
@ -148,6 +149,17 @@ $TRANSLATIONS = array(
|
|||
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Witaj,\n\ntylko informuję, że %s współdzieli z Tobą %s.\nZobacz tutaj: %s\n\n",
|
||||
"The share will expire on %s." => "Ten zasób wygaśnie %s",
|
||||
"Cheers!" => "Pozdrawiam!",
|
||||
"The server encountered an internal error and was unable to complete your request." => "Serwer napotkał błąd wewnętrzny i nie był w stanie ukończyć Twojego żądania.",
|
||||
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Proszę skontaktować się z administratorem jeśli ten błąd będzie się pojawiał wielokrotnie, proszę do zgłoszenia dołączyć szczegóły techniczne opisane poniżej.",
|
||||
"More details can be found in the server log." => "Więcej szczegółów można znaleźć w logu serwera.",
|
||||
"Technical details" => "Szczegóły techniczne",
|
||||
"Remote Address: %s" => "Adres zdalny: %s",
|
||||
"Request ID: %s" => "ID żądania: %s",
|
||||
"Code: %s" => "Kod: %s",
|
||||
"Message: %s" => "Komunikat: %s",
|
||||
"File: %s" => "Plik: %s",
|
||||
"Line: %s" => "Linia: %s",
|
||||
"Trace" => "Ślad",
|
||||
"Security Warning" => "Ostrzeżenie o zabezpieczeniach",
|
||||
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Twója wersja PHP jest narażona na NULL Byte attack (CVE-2006-7243)",
|
||||
"Please update your PHP installation to use %s securely." => "Proszę uaktualnij swoją instalacje PHP aby używać %s bezpiecznie.",
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-09-25 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-09-26 01:54-0400\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"
|
||||
|
@ -562,14 +562,14 @@ msgstr ""
|
|||
msgid "New Password"
|
||||
msgstr ""
|
||||
|
||||
#: setup/controller.php:137
|
||||
#: setup/controller.php:139
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Mac OS X is not supported and %s will not work properly on this platform. "
|
||||
"Use it at your own risk! "
|
||||
msgstr ""
|
||||
|
||||
#: setup/controller.php:141
|
||||
#: setup/controller.php:143
|
||||
msgid "For the best results, please consider using a GNU/Linux server instead."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-09-25 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-09-26 01:54-0400\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 6.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-09-25 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-09-26 01:54-0400\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 6.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-09-25 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-09-26 01:54-0400\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 6.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-09-25 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-09-26 01:54-0400\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 6.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-09-25 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-09-26 01:54-0400\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 6.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-09-25 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-09-26 01:54-0400\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 6.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-09-25 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-09-26 01:54-0400\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"
|
||||
|
@ -33,7 +33,7 @@ msgstr ""
|
|||
msgid "See %s"
|
||||
msgstr ""
|
||||
|
||||
#: base.php:209 private/util.php:452
|
||||
#: base.php:209 private/util.php:453
|
||||
#, php-format
|
||||
msgid ""
|
||||
"This can usually be fixed by %sgiving the webserver write access to the "
|
||||
|
@ -262,6 +262,11 @@ msgstr ""
|
|||
msgid "Set an admin password."
|
||||
msgstr ""
|
||||
|
||||
#: private/setup.php:54
|
||||
#, php-format
|
||||
msgid "Can't create or write into the data directory %s"
|
||||
msgstr ""
|
||||
|
||||
#: private/share/mailnotifications.php:91
|
||||
#: private/share/mailnotifications.php:142
|
||||
#, php-format
|
||||
|
@ -464,144 +469,144 @@ msgstr ""
|
|||
msgid "The username is already being used"
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:437
|
||||
#: private/util.php:438
|
||||
msgid "No database drivers (sqlite, mysql, or postgresql) installed."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:444
|
||||
#: private/util.php:445
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Permissions can usually be fixed by %sgiving the webserver write access to "
|
||||
"the root directory%s."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:451
|
||||
#: private/util.php:452
|
||||
msgid "Cannot write into \"config\" directory"
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:465
|
||||
#: private/util.php:466
|
||||
msgid "Cannot write into \"apps\" directory"
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:466
|
||||
#: private/util.php:467
|
||||
#, php-format
|
||||
msgid ""
|
||||
"This can usually be fixed by %sgiving the webserver write access to the apps "
|
||||
"directory%s or disabling the appstore in the config file."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:480
|
||||
#: private/util.php:482
|
||||
#, php-format
|
||||
msgid "Cannot create \"data\" directory (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:481
|
||||
#: private/util.php:483
|
||||
#, php-format
|
||||
msgid ""
|
||||
"This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the "
|
||||
"webserver write access to the root directory</a>."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:497
|
||||
#: private/util.php:500
|
||||
#, php-format
|
||||
msgid "Setting locale to %s failed"
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:500
|
||||
#: private/util.php:503
|
||||
msgid ""
|
||||
"Please install one of these locales on your system and restart your "
|
||||
"webserver."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:529
|
||||
#: private/util.php:532
|
||||
msgid "Please ask your server administrator to install the module."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:549
|
||||
#: private/util.php:552
|
||||
#, php-format
|
||||
msgid "PHP module %s not installed."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:557
|
||||
#: private/util.php:560
|
||||
#, php-format
|
||||
msgid "PHP %s or higher is required."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:558
|
||||
#: private/util.php:561
|
||||
msgid ""
|
||||
"Please ask your server administrator to update PHP to the latest version. "
|
||||
"Your PHP version is no longer supported by ownCloud and the PHP community."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:569
|
||||
#: private/util.php:572
|
||||
msgid ""
|
||||
"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work "
|
||||
"properly."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:570
|
||||
#: private/util.php:573
|
||||
msgid ""
|
||||
"PHP Safe Mode is a deprecated and mostly useless setting that should be "
|
||||
"disabled. Please ask your server administrator to disable it in php.ini or "
|
||||
"in your webserver config."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:577
|
||||
#: private/util.php:580
|
||||
msgid ""
|
||||
"Magic Quotes is enabled. ownCloud requires that it is disabled to work "
|
||||
"properly."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:578
|
||||
#: private/util.php:581
|
||||
msgid ""
|
||||
"Magic Quotes is a deprecated and mostly useless setting that should be "
|
||||
"disabled. Please ask your server administrator to disable it in php.ini or "
|
||||
"in your webserver config."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:592
|
||||
#: private/util.php:595
|
||||
msgid "PHP modules have been installed, but they are still listed as missing?"
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:593
|
||||
#: private/util.php:596
|
||||
msgid "Please ask your server administrator to restart the web server."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:623
|
||||
#: private/util.php:626
|
||||
msgid "PostgreSQL >= 9 required"
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:624
|
||||
#: private/util.php:627
|
||||
msgid "Please upgrade your database version"
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:631
|
||||
#: private/util.php:634
|
||||
msgid "Error occurred while checking PostgreSQL version"
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:632
|
||||
#: private/util.php:635
|
||||
msgid ""
|
||||
"Please make sure you have PostgreSQL >= 9 or check the logs for more "
|
||||
"information about the error"
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:697
|
||||
#: private/util.php:700
|
||||
msgid ""
|
||||
"Please change the permissions to 0770 so that the directory cannot be listed "
|
||||
"by other users."
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:706
|
||||
#: private/util.php:709
|
||||
#, php-format
|
||||
msgid "Data directory (%s) is readable by other users"
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:727
|
||||
#: private/util.php:730
|
||||
#, php-format
|
||||
msgid "Data directory (%s) is invalid"
|
||||
msgstr ""
|
||||
|
||||
#: private/util.php:728
|
||||
#: private/util.php:731
|
||||
msgid ""
|
||||
"Please check that the data directory contains a file \".ocdata\" in its root."
|
||||
msgstr ""
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-09-25 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-09-26 01:54-0400\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"
|
||||
|
@ -222,6 +222,11 @@ msgstr ""
|
|||
msgid "Set an admin password."
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:54
|
||||
#, php-format
|
||||
msgid "Can't create or write into the data directory %s"
|
||||
msgstr ""
|
||||
|
||||
#: share/mailnotifications.php:91 share/mailnotifications.php:142
|
||||
#, php-format
|
||||
msgid "%s shared »%s« with you"
|
||||
|
@ -423,151 +428,151 @@ msgstr ""
|
|||
msgid "The username is already being used"
|
||||
msgstr ""
|
||||
|
||||
#: util.php:437
|
||||
#: util.php:438
|
||||
msgid "No database drivers (sqlite, mysql, or postgresql) installed."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:444
|
||||
#: util.php:445
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Permissions can usually be fixed by %sgiving the webserver write access to "
|
||||
"the root directory%s."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:451
|
||||
#: util.php:452
|
||||
msgid "Cannot write into \"config\" directory"
|
||||
msgstr ""
|
||||
|
||||
#: util.php:452
|
||||
#: util.php:453
|
||||
#, php-format
|
||||
msgid ""
|
||||
"This can usually be fixed by %sgiving the webserver write access to the "
|
||||
"config directory%s."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:465
|
||||
#: util.php:466
|
||||
msgid "Cannot write into \"apps\" directory"
|
||||
msgstr ""
|
||||
|
||||
#: util.php:466
|
||||
#: util.php:467
|
||||
#, php-format
|
||||
msgid ""
|
||||
"This can usually be fixed by %sgiving the webserver write access to the apps "
|
||||
"directory%s or disabling the appstore in the config file."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:480
|
||||
#: util.php:482
|
||||
#, php-format
|
||||
msgid "Cannot create \"data\" directory (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: util.php:481
|
||||
#: util.php:483
|
||||
#, php-format
|
||||
msgid ""
|
||||
"This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the "
|
||||
"webserver write access to the root directory</a>."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:497
|
||||
#: util.php:500
|
||||
#, php-format
|
||||
msgid "Setting locale to %s failed"
|
||||
msgstr ""
|
||||
|
||||
#: util.php:500
|
||||
#: util.php:503
|
||||
msgid ""
|
||||
"Please install one of these locales on your system and restart your "
|
||||
"webserver."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:529
|
||||
#: util.php:532
|
||||
msgid "Please ask your server administrator to install the module."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:549
|
||||
#: util.php:552
|
||||
#, php-format
|
||||
msgid "PHP module %s not installed."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:557
|
||||
#: util.php:560
|
||||
#, php-format
|
||||
msgid "PHP %s or higher is required."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:558
|
||||
#: util.php:561
|
||||
msgid ""
|
||||
"Please ask your server administrator to update PHP to the latest version. "
|
||||
"Your PHP version is no longer supported by ownCloud and the PHP community."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:569
|
||||
#: util.php:572
|
||||
msgid ""
|
||||
"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work "
|
||||
"properly."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:570
|
||||
#: util.php:573
|
||||
msgid ""
|
||||
"PHP Safe Mode is a deprecated and mostly useless setting that should be "
|
||||
"disabled. Please ask your server administrator to disable it in php.ini or "
|
||||
"in your webserver config."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:577
|
||||
#: util.php:580
|
||||
msgid ""
|
||||
"Magic Quotes is enabled. ownCloud requires that it is disabled to work "
|
||||
"properly."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:578
|
||||
#: util.php:581
|
||||
msgid ""
|
||||
"Magic Quotes is a deprecated and mostly useless setting that should be "
|
||||
"disabled. Please ask your server administrator to disable it in php.ini or "
|
||||
"in your webserver config."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:592
|
||||
#: util.php:595
|
||||
msgid "PHP modules have been installed, but they are still listed as missing?"
|
||||
msgstr ""
|
||||
|
||||
#: util.php:593
|
||||
#: util.php:596
|
||||
msgid "Please ask your server administrator to restart the web server."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:623
|
||||
#: util.php:626
|
||||
msgid "PostgreSQL >= 9 required"
|
||||
msgstr ""
|
||||
|
||||
#: util.php:624
|
||||
#: util.php:627
|
||||
msgid "Please upgrade your database version"
|
||||
msgstr ""
|
||||
|
||||
#: util.php:631
|
||||
#: util.php:634
|
||||
msgid "Error occurred while checking PostgreSQL version"
|
||||
msgstr ""
|
||||
|
||||
#: util.php:632
|
||||
#: util.php:635
|
||||
msgid ""
|
||||
"Please make sure you have PostgreSQL >= 9 or check the logs for more "
|
||||
"information about the error"
|
||||
msgstr ""
|
||||
|
||||
#: util.php:697
|
||||
#: util.php:700
|
||||
msgid ""
|
||||
"Please change the permissions to 0770 so that the directory cannot be listed "
|
||||
"by other users."
|
||||
msgstr ""
|
||||
|
||||
#: util.php:706
|
||||
#: util.php:709
|
||||
#, php-format
|
||||
msgid "Data directory (%s) is readable by other users"
|
||||
msgstr ""
|
||||
|
||||
#: util.php:727
|
||||
#: util.php:730
|
||||
#, php-format
|
||||
msgid "Data directory (%s) is invalid"
|
||||
msgstr ""
|
||||
|
||||
#: util.php:728
|
||||
#: util.php:731
|
||||
msgid ""
|
||||
"Please check that the data directory contains a file \".ocdata\" in its root."
|
||||
msgstr ""
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-09-25 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-09-26 01:54-0400\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 6.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-09-25 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-09-26 01:54-0400\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 6.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-09-25 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-09-26 01:54-0400\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"
|
||||
|
|
|
@ -38,6 +38,7 @@ $TRANSLATIONS = array(
|
|||
"last month" => "গত মাস",
|
||||
"_%n month ago_::_%n months ago_" => array("",""),
|
||||
"last year" => "গত বছর",
|
||||
"years ago" => "বছর পূর্বে"
|
||||
"years ago" => "বছর পূর্বে",
|
||||
"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "পিএইচপি সেফ মোড কার্যকর আছে। গউনক্লাউড সঠিকভাবে কাজ করতে হলে এটি অকার্যকর করা প্রয়োজন।"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -50,7 +50,10 @@ $TRANSLATIONS = array(
|
|||
"None" => "কোনটিই নয়",
|
||||
"Login" => "প্রবেশ",
|
||||
"Security Warning" => "নিরাপত্তাজনিত সতর্কতা",
|
||||
"Module 'fileinfo' missing" => "'fileinfo' মডিউল নেই",
|
||||
"No problems found" => "কোন সমস্যা পাওয়া গেল না",
|
||||
"Please double check the <a href='%s'>installation guides</a>." => "দয়া করে <a href='%s'>installation guides</a> দ্বিতীয়বার দেখুন।",
|
||||
"Sharing" => "ভাগাভাগিরত",
|
||||
"Expire after " => "এরপর মেয়াদোত্তীর্ণ হও",
|
||||
"days" => "দিনগুলি",
|
||||
"Enforce expiration date" => "মেয়াদোত্তীর্ণ হওয়ার তারিখ কার্যকর করুন",
|
||||
|
|
|
@ -118,6 +118,8 @@ $TRANSLATIONS = array(
|
|||
"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Consigliamo vivamente di installare i pacchetti richiesti sul tuo sistema per supportare una delle\nlocalizzazioni seguenti: %s.",
|
||||
"URL generation in notification emails" => "Generazione di URL nelle email di notifica",
|
||||
"If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Se la tua installazione non si trova nella radice del dominio e utilizza il cron di sistema, potrebbero esserci problemi con la generazione degli URL. Per evitare questi problemi, imposta l'opzione \"overwritewebroot\" nel file config.php al percorso della radice del sito della tua installazione (Suggerito: \"%s\")",
|
||||
"Connectivity checks" => "Controlli di connettività",
|
||||
"No problems found" => "Nessun problema trovato",
|
||||
"Please double check the <a href='%s'>installation guides</a>." => "Leggi attentamente le <a href='%s'>guide d'installazione</a>.",
|
||||
"Cron" => "Cron",
|
||||
"Last cron was executed at %s." => "L'ultimo cron è stato eseguito alle %s.",
|
||||
|
|
Loading…
Reference in New Issue