[tx-robot] updated from transifex
This commit is contained in:
parent
e762ff2bbd
commit
553274b28f
19 changed files with 55 additions and 19 deletions
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Unknown error" => "Error Incognite",
|
||||
"File name cannot be empty." => "Le nomine de file non pote esser vacue.",
|
||||
"The uploaded file was only partially uploaded" => "Le file incargate solmente esseva incargate partialmente",
|
||||
"No file was uploaded" => "Nulle file esseva incargate.",
|
||||
"Missing a temporary folder" => "Manca un dossier temporari",
|
||||
|
@ -15,6 +16,7 @@ $TRANSLATIONS = array(
|
|||
"_%n folder_::_%n folders_" => array("",""),
|
||||
"_%n file_::_%n files_" => array("",""),
|
||||
"_Uploading %n file_::_Uploading %n files_" => array("",""),
|
||||
"Upload (max. %s)" => "Incargar (max. %s)",
|
||||
"Maximum upload size" => "Dimension maxime de incargamento",
|
||||
"Save" => "Salveguardar",
|
||||
"New" => "Nove",
|
||||
|
|
|
@ -7,6 +7,7 @@ $TRANSLATIONS = array(
|
|||
"Share" => "Compartir",
|
||||
"URL" => "URL",
|
||||
"Personal" => "Personal",
|
||||
"Saved" => "Salveguardate",
|
||||
"Name" => "Nomine",
|
||||
"Folder name" => "Nomine de dossier",
|
||||
"Delete" => "Deler"
|
||||
|
|
|
@ -88,6 +88,7 @@ $TRANSLATIONS = array(
|
|||
"Send" => "Odeslat",
|
||||
"Set expiration date" => "Nastavit datum vypršení platnosti",
|
||||
"Expiration date" => "Datum vypršení platnosti",
|
||||
"Adding user..." => "Přidávám uživatele...",
|
||||
"group" => "skupina",
|
||||
"Resharing is not allowed" => "Sdílení již sdílené položky není povoleno",
|
||||
"Shared in {item} with {user}" => "Sdíleno v {item} s {user}",
|
||||
|
@ -149,6 +150,7 @@ $TRANSLATIONS = array(
|
|||
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej ty tam,\n\njen ti chci dát vědět, že %s sdílel %s s tebou.\nZobraz si to: %s\n\n",
|
||||
"The share will expire on %s." => "Sdílení vyprší %s.",
|
||||
"Cheers!" => "Ať slouží!",
|
||||
"The server encountered an internal error and was unable to complete your request." => "Server zaznamenal interní chybu a nebyl schopen dokončit váš požadavek.",
|
||||
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Kontaktujte prosím administrátora serveru, pokud se bude tato chyba opakovat. Připojte do svého hlášení níže zobrazené technické detaily.",
|
||||
"More details can be found in the server log." => "Více podrobností k nalezení v serverovém logu.",
|
||||
"Technical details" => "Technické detaily",
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Couldn't send mail to following users: %s " => "On non pote inviar message de e-posta a le usatores sequente: %s",
|
||||
"Turned on maintenance mode" => "Activate modo de mantenentia",
|
||||
"Turned off maintenance mode" => "De-activar modo de mantenentia",
|
||||
"Updated database" => "Base de datos actualisate",
|
||||
"Checked database schema update" => "Il ha verificate actualisation de schema de base de datos",
|
||||
"Checked database schema update for apps" => "Il ha verificate actualisation de schema de base de datos pro apps",
|
||||
"Updated \"%s\" to %s" => "Actualisava \"%s\" a %s",
|
||||
"Disabled incompatible apps: %s" => "Apps non compatibile ha essite dishabilitate: %s",
|
||||
"No image or file provided" => "Il forniva necun imagine o file",
|
||||
"Unknown filetype" => "Typo de file incognite",
|
||||
"Invalid image" => "Imagine invalide",
|
||||
|
@ -31,6 +36,7 @@ $TRANSLATIONS = array(
|
|||
"Image" => "Imagine",
|
||||
"Audio" => "Audio",
|
||||
"Saving..." => "Salveguardante...",
|
||||
"Couldn't send reset email. Please contact your administrator." => "On non pote inviar message de configurar ex novo. Pro favor continge tu administrator.",
|
||||
"I know what I'm doing" => "Io sape lo que io es facente",
|
||||
"Reset password" => "Reinitialisar contrasigno",
|
||||
"Password can not be changed. Please contact your administrator." => "Contrasigno non pote esser modificate. Pro favor continge tu administrator.",
|
||||
|
@ -68,6 +74,7 @@ $TRANSLATIONS = array(
|
|||
"Send" => "Invia",
|
||||
"Set expiration date" => "Fixa data de expiration",
|
||||
"Expiration date" => "Data de expiration",
|
||||
"Adding user..." => "Addente usator...",
|
||||
"group" => "gruppo",
|
||||
"Resharing is not allowed" => "Il non es permittite compartir plus que un vice",
|
||||
"Shared in {item} with {user}" => "Compartite in {item} con {user}",
|
||||
|
@ -91,10 +98,13 @@ $TRANSLATIONS = array(
|
|||
"Add" => "Adder",
|
||||
"Edit tags" => "Modifica etiquettas",
|
||||
"Please reload the page." => "Pro favor recarga le pagina.",
|
||||
"The update was unsuccessful." => "Le actualisation esseva successose.",
|
||||
"The update was successful. Redirecting you to ownCloud now." => "Le actualisation terminava con successo. On redirige nunc a tu ownCloud.",
|
||||
"%s password reset" => "%s contrasigno re-fixate",
|
||||
"Use the following link to reset your password: {link}" => "Usa le ligamine sequente pro re-fixar tu contrasigno: {link}",
|
||||
"You will receive a link to reset your password via Email." => "Tu recipera un ligamine pro re-configurar tu contrasigno via e-posta.",
|
||||
"Username" => "Nomine de usator",
|
||||
"Yes, I really want to reset my password now" => "Si, io vermente vole re-configurar mi contrasigno nunc",
|
||||
"Reset" => "Re-fixar",
|
||||
"New password" => "Nove contrasigno",
|
||||
"New Password" => "Nove contrasigno",
|
||||
|
@ -107,8 +117,18 @@ $TRANSLATIONS = array(
|
|||
"Error loading tags" => "Error quando on cargava etiquettas",
|
||||
"Tag already exists" => "Etiquetta ja existe",
|
||||
"Access forbidden" => "Accesso prohibite",
|
||||
"File not found" => "File non trovate",
|
||||
"The specified document has not been found on the server." => "Le documento specificate non ha essite trovate sur le servitor.",
|
||||
"The share will expire on %s." => "Le compartir expirara le %s.",
|
||||
"Cheers!" => "Acclamationes!",
|
||||
"Technical details" => "Detalios technic",
|
||||
"Remote Address: %s" => "Adresse remote: %s",
|
||||
"Request ID: %s" => "ID de requesta: %s",
|
||||
"Code: %s" => "Codice: %s",
|
||||
"Message: %s" => "Message: %s",
|
||||
"File: %s" => "File: %s",
|
||||
"Line: %s" => "Rango: %s",
|
||||
"Trace" => "Tracia",
|
||||
"Security Warning" => "Aviso de securitate",
|
||||
"Please update your PHP installation to use %s securely." => "Pro favor actualisa tu installation de PHP pro usar %s con securitate.",
|
||||
"Create an <strong>admin account</strong>" => "Crear un <strong>conto de administration</strong>",
|
||||
|
@ -127,6 +147,7 @@ $TRANSLATIONS = array(
|
|||
"Log out" => "Clauder le session",
|
||||
"Server side authentication failed!" => "Il falleva authentication de latere servitor!",
|
||||
"Please contact your administrator." => "Pro favor continge tu administrator.",
|
||||
"Forgot your password? Reset it!" => "Tu oblidava tu contrasigno? Re-configura lo!",
|
||||
"remember" => "memora",
|
||||
"Log in" => "Aperir session",
|
||||
"Alternative Logins" => "Accessos de autorisation alternative",
|
||||
|
|
|
@ -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-30 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-10-01 06:55-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-30 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-10-01 06:55-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-30 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-10-01 06:55-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-30 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-10-01 06:55-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-30 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-10-01 06:55-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"
|
||||
|
@ -77,11 +77,11 @@ msgstr ""
|
|||
msgid "Add remote share"
|
||||
msgstr ""
|
||||
|
||||
#: js/public.js:204
|
||||
#: js/public.js:213
|
||||
msgid "No ownCloud installation found at {remote}"
|
||||
msgstr ""
|
||||
|
||||
#: js/public.js:205
|
||||
#: js/public.js:214
|
||||
msgid "Invalid ownCloud url"
|
||||
msgstr ""
|
||||
|
||||
|
@ -133,20 +133,20 @@ msgstr ""
|
|||
msgid "For more info, please ask the person who sent this link."
|
||||
msgstr ""
|
||||
|
||||
#: templates/public.php:31
|
||||
#: templates/public.php:38
|
||||
msgid "Add to your ownCloud"
|
||||
msgstr ""
|
||||
|
||||
#: templates/public.php:40
|
||||
#: templates/public.php:47
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: templates/public.php:71
|
||||
#: templates/public.php:70
|
||||
#, php-format
|
||||
msgid "Download %s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/public.php:75
|
||||
#: templates/public.php:74
|
||||
msgid "Direct link"
|
||||
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-30 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-10-01 06:55-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-30 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-10-01 06:55-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-30 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-10-01 06:55-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-30 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-10-01 06:55-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-30 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-10-01 06:55-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-30 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-10-01 06:55-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-30 01:54-0400\n"
|
||||
"POT-Creation-Date: 2014-10-01 06:55-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"
|
||||
|
|
|
@ -51,7 +51,7 @@ $TRANSLATIONS = array(
|
|||
"Set an admin username." => "Configurar un nombre de usuario del administrador",
|
||||
"Set an admin password." => "Configurar la contraseña del administrador.",
|
||||
"Can't create or write into the data directory %s" => "No es posible crear o escribir en el directorio de datos %s",
|
||||
"%s shared »%s« with you" => "%s ha compatido »%s« contigo",
|
||||
"%s shared »%s« with you" => "%s ha compartido »%s« contigo",
|
||||
"Sharing %s failed, because the file does not exist" => "No se pudo compartir %s porque el archivo no existe",
|
||||
"You are not allowed to share %s" => "Usted no está autorizado para compartir %s",
|
||||
"Sharing %s failed, because the user %s is the item owner" => "Compartiendo %s ha fallado, ya que el usuario %s es el dueño del elemento",
|
||||
|
|
|
@ -96,10 +96,19 @@ $TRANSLATIONS = array(
|
|||
"Import Root Certificate" => "রুট সনদপত্রটি আমদানি করুন",
|
||||
"Login Name" => "প্রবেশ",
|
||||
"Create" => "তৈরী কর",
|
||||
"Admin Recovery Password" => "প্রশাসক পূণরূদ্ধার কুটশব্দ",
|
||||
"Add Group" => "গ্রুপ যোগ কর",
|
||||
"Group" => "গোষ্ঠীসমূহ",
|
||||
"Everyone" => "সকলে",
|
||||
"Admins" => "প্রশাসন",
|
||||
"Unlimited" => "অসীম",
|
||||
"Other" => "অন্যান্য",
|
||||
"Username" => "ব্যবহারকারী",
|
||||
"Quota" => "কোটা",
|
||||
"Storage Location" => "সংরক্ষণাগার এর অবস্থান",
|
||||
"Last Login" => "শেষ লগইন",
|
||||
"change full name" => "পুরোনাম পরিবর্তন করুন",
|
||||
"set new password" => "নতুন কূটশব্দ নির্ধারণ করুন",
|
||||
"Default" => "পূর্বনির্ধারিত"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Saved" => "Salveguardate",
|
||||
"Email sent" => "Message de e-posta inviate",
|
||||
"Language changed" => "Linguage cambiate",
|
||||
"Invalid request" => "Requesta invalide",
|
||||
|
|
Loading…
Reference in a new issue