diff --git a/apps/files/l10n/da.php b/apps/files/l10n/da.php index 1f4642405abc78891673c76e6e74183370d100db..076fa46b4c38f6f13638f37d9d9b5fc0585781e2 100644 --- a/apps/files/l10n/da.php +++ b/apps/files/l10n/da.php @@ -44,6 +44,7 @@ $TRANSLATIONS = array( "Rename" => "Omdøb", "Your download is being prepared. This might take some time if the files are big." => "Dit download forberedes. Dette kan tage lidt tid ved større filer.", "Pending" => "Afventer", +"Error moving file." => "Fejl ved flytning af fil", "Error moving file" => "Fejl ved flytning af fil", "Error" => "Fejl", "Could not rename file" => "Kunne ikke omdøbe filen", @@ -62,6 +63,7 @@ $TRANSLATIONS = array( "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Krypteringen blev deaktiveret, men dine filer er stadig krypteret. Gå venligst til dine personlige indstillinger for at dekryptere dine filer. ", "{dirs} and {files}" => "{dirs} og {files}", "%s could not be renamed" => "%s kunne ikke omdøbes", +"Upload (max. %s)" => "Upload (max. %s)", "File handling" => "Filhåndtering", "Maximum upload size" => "Maksimal upload-størrelse", "max. possible: " => "max. mulige: ", diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php index 6b2c683016e1c3a172d801b1232916044743edfd..fa9c7911443bfad08cb8bd341dbea25624845b22 100644 --- a/apps/files/l10n/pl.php +++ b/apps/files/l10n/pl.php @@ -44,6 +44,7 @@ $TRANSLATIONS = array( "Rename" => "Zmień nazwę", "Your download is being prepared. This might take some time if the files are big." => "Pobieranie jest przygotowywane. Może to zająć trochę czasu jeśli pliki są duże.", "Pending" => "Oczekujące", +"Error moving file." => "Błąd podczas przenoszenia pliku.", "Error moving file" => "Błąd prz przenoszeniu pliku", "Error" => "Błąd", "Could not rename file" => "Nie można zmienić nazwy pliku", diff --git a/apps/files/l10n/ro.php b/apps/files/l10n/ro.php index 5dcbfd8a63ab10ec8849cd13b1186cecd0f648d4..c36ba11fc0c5f6a01294c8de934b9baa085649a4 100644 --- a/apps/files/l10n/ro.php +++ b/apps/files/l10n/ro.php @@ -8,6 +8,7 @@ $TRANSLATIONS = array( "The target folder has been moved or deleted." => "Dosarul țintă a fost mutat sau șters.", "The name %s is already used in the folder %s. Please choose a different name." => "Numele %s este deja este folosit în dosarul %s. Te rog alege alt nume.", "Not a valid source" => "Sursă nevalidă", +"Server is not allowed to open URLs, please check the server configuration" => "Serverului nu ii este permis sa deschida URL-ul , verificati setarile serverului", "Error while downloading %s to %s" => "Eroare la descarcarea %s in %s", "Error when creating the file" => "Eroare la crearea fisierului", "Folder name cannot be empty." => "Numele folderului nu poate fi liber.", @@ -57,6 +58,7 @@ $TRANSLATIONS = array( "\"{name}\" is an invalid file name." => "\"{name}\" este un nume de fișier nevalid.", "Your storage is full, files can not be updated or synced anymore!" => "Spațiul de stocare este plin, fișierele nu mai pot fi actualizate sau sincronizate!", "Your storage is almost full ({usedSpacePercent}%)" => "Spațiul de stocare este aproape plin ({usedSpacePercent}%)", +"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Aplicatia de criptare este activata dar tastatura nu este initializata , va rugam deconectati-va si reconectati-va", "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Cheie privată nevalidă pentru aplicația Încriptare. Te rog, actualizează-ți parola cheii private folosind setările personale pentru a reaccesa fișierele tale încriptate.", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "criptarea a fost disactivata dar fisierele sant inca criptate.va rog intrati in setarile personale pentru a decripta fisierele", "{dirs} and {files}" => "{dirs} și {files}", diff --git a/apps/files_external/l10n/da.php b/apps/files_external/l10n/da.php index 4f6064971388d46f37789838369550483eb12217..a0e8510789eb3b1eaffca3639e6b4f5c485175a3 100644 --- a/apps/files_external/l10n/da.php +++ b/apps/files_external/l10n/da.php @@ -1,22 +1,37 @@ <?php $TRANSLATIONS = array( +"Local" => "Lokal", "Location" => "Placering", +"Amazon S3" => "Amazon S3", +"Key" => "Nøgle", +"Secret" => "Hemmelighed", +"Secret Key" => "Hemmelig Nøgle ", "URL" => "URL", "Username" => "Brugernavn", "Password" => "Kodeord", +"Root" => "Root", +"Secure ftps://" => "Sikker ftps://", +"Client ID" => "Klient ID", +"Client secret" => "Klient hemmelighed", +"OpenStack Object Storage" => "OpenStack Object Storage", "Share" => "Del", +"Secure https://" => "Sikker https://", "Access granted" => "Adgang godkendt", "Error configuring Dropbox storage" => "Fejl ved konfiguration af Dropbox plads", "Grant access" => "Godkend adgang", "Please provide a valid Dropbox app key and secret." => "Angiv venligst en valid Dropbox app nøgle og hemmelighed", "Error configuring Google Drive storage" => "Fejl ved konfiguration af Google Drive plads", "Saved" => "Gemt", +"<b>Note:</b> " => "<b>Note:</b> ", +" and " => "og", "External Storage" => "Ekstern opbevaring", "Folder name" => "Mappenavn", "External storage" => "Eksternt lager", "Configuration" => "Opsætning", "Options" => "Valgmuligheder", +"Available for" => "Tilgængelig for", "Add storage" => "Tilføj lager", +"No user or group" => "Ingen bruger eller gruppe", "All Users" => "Alle brugere", "Groups" => "Grupper", "Users" => "Brugere", diff --git a/apps/files_external/l10n/pl.php b/apps/files_external/l10n/pl.php index 0732b7054a369a24da5f182f50c33772c5087668..9c13371b166ff7f1ae78be91b0204ef64ace6e79 100644 --- a/apps/files_external/l10n/pl.php +++ b/apps/files_external/l10n/pl.php @@ -2,10 +2,42 @@ $TRANSLATIONS = array( "Local" => "Lokalny", "Location" => "Lokalizacja", +"Amazon S3" => "Amazon S3", +"Key" => "Klucz", +"Secret" => "Hasło", +"Bucket" => "Kosz", +"Amazon S3 and compliant" => "Amazon S3 i zgodne", +"Access Key" => "Klucz dostępu", +"Secret Key" => "Klucz hasła", +"Hostname (optional)" => "Nazwa hosta (opcjonalnie)", +"Port (optional)" => "Port (opcjonalnie)", +"Region (optional)" => "Region (opcjonalnie)", +"Enable SSL" => "Włącz SSL", +"Enable Path Style" => "Włącz styl ścieżki", +"App key" => "Klucz aplikacji", +"App secret" => "Hasło aplikacji", "URL" => "URL", "Username" => "Nazwa użytkownika", "Password" => "Hasło", +"Root" => "Root", +"Secure ftps://" => "Bezpieczny ftps://", +"Client ID" => "ID klienta", +"Client secret" => "Hasło klienta", +"OpenStack Object Storage" => "Magazyn obiektów OpenStack", +"Username (required)" => "Użytkownik (wymagany)", +"Bucket (required)" => "Kosz (wymagany)", +"Region (optional for OpenStack Object Storage)" => "Region (opcjonalny dla magazynu obiektów OpenStack)", +"API Key (required for Rackspace Cloud Files)" => "Klucz API (wymagany dla plików Rackspace Cloud)", +"Tenantname (required for OpenStack Object Storage)" => "Nazwa najemcy (wymagana dla magazynu obiektów OpenStack)", +"Password (required for OpenStack Object Storage)" => "Hasło (wymagane dla magazynu obiektów OpenStack)", +"Service Name (required for OpenStack Object Storage)" => "Nazwa usługi (wymagana dla magazynu obiektów OpenStack)", +"URL of identity endpoint (required for OpenStack Object Storage)" => "URL lub zakończenie jednostki (wymagane dla magazynu obiektów OpenStack)", +"Timeout of HTTP requests in seconds (optional)" => "Czas wygaśnięcia żądań HTTP w sekundach (opcjonalne)", "Share" => "Udostępnij", +"SMB / CIFS using OC login" => "SMB / CIFS przy użyciu loginu OC", +"Username as share" => "Użytkownik jako zasób", +"Secure https://" => "Bezpieczny https://", +"Remote subfolder" => "Zdalny podfolder", "Access granted" => "Dostęp do", "Error configuring Dropbox storage" => "Wystąpił błąd podczas konfigurowania zasobu Dropbox", "Grant access" => "Udziel dostępu", diff --git a/apps/files_sharing/l10n/ar.php b/apps/files_sharing/l10n/ar.php index e2702314f6b98c1495d4448e0a8971c0a627a152..3f8b49913f260247ddb27f9f04c960e3caab7dc8 100644 --- a/apps/files_sharing/l10n/ar.php +++ b/apps/files_sharing/l10n/ar.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "انتهت صلاحية الرابط", "sharing is disabled" => "المشاركة غير مفعلة", "For more info, please ask the person who sent this link." => "لمزيد من المعلومات، يرجى سؤال الشخص الذي أرسل هذا الرابط", +"Download" => "تحميل", "Download %s" => "تحميل %s", "Direct link" => "رابط مباشر" ); diff --git a/apps/files_sharing/l10n/ast.php b/apps/files_sharing/l10n/ast.php index 02a2f6fb628975c2da861acebd11ba5b1c84a7a9..d90df88723fa6b12a4d8ea4fb15b7678b7f6e926 100644 --- a/apps/files_sharing/l10n/ast.php +++ b/apps/files_sharing/l10n/ast.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Compartíu por {owner}", -"Password" => "Contraseña" +"Password" => "Contraseña", +"Download" => "Baxar" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/bg_BG.php b/apps/files_sharing/l10n/bg_BG.php index 4fe5ba6b16fb683f0eb46e0e0c853508331fac5c..80bc1176873b34f0a66bf9684af31c6515bf04d7 100644 --- a/apps/files_sharing/l10n/bg_BG.php +++ b/apps/files_sharing/l10n/bg_BG.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "Парола" +"Password" => "Парола", +"Download" => "Изтегляне" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/bn_BD.php b/apps/files_sharing/l10n/bn_BD.php index 1d737247d8a80e2baea57c697a1eb94c87ac1769..6c5809f5a0bf57cb26bfba6c3d62e96782acb149 100644 --- a/apps/files_sharing/l10n/bn_BD.php +++ b/apps/files_sharing/l10n/bn_BD.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "কূটশব্দ" +"Password" => "কূটশব্দ", +"Download" => "ডাউনলোড" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/ca.php b/apps/files_sharing/l10n/ca.php index 6c0ed421bf126cc739b105b626dd517b34960f78..8b23af69640b132227c8c82138c2495040f49a48 100644 --- a/apps/files_sharing/l10n/ca.php +++ b/apps/files_sharing/l10n/ca.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "l'enllaç ha vençut", "sharing is disabled" => "s'ha desactivat la compartició", "For more info, please ask the person who sent this link." => "Per més informació contacteu amb qui us ha enviat l'enllaç.", +"Download" => "Baixa", "Download %s" => "Baixa %s", "Direct link" => "Enllaç directe" ); diff --git a/apps/files_sharing/l10n/cs_CZ.php b/apps/files_sharing/l10n/cs_CZ.php index a2a6dd3573f54b32500fb090cc45496cf21839f0..d77cc7949400a10ae19cf0897f02b65e691becf0 100644 --- a/apps/files_sharing/l10n/cs_CZ.php +++ b/apps/files_sharing/l10n/cs_CZ.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "platnost odkazu vypršela", "sharing is disabled" => "sdílení je zakázané", "For more info, please ask the person who sent this link." => "Pro více informací kontaktujte osobu, která vám zaslala tento odkaz.", +"Download" => "Stáhnout", "Download %s" => "Stáhnout %s", "Direct link" => "Přímý odkaz" ); diff --git a/apps/files_sharing/l10n/cy_GB.php b/apps/files_sharing/l10n/cy_GB.php index bf05f890a949c24dda3e0326b28e6b3f44fe713e..0012a9fa7f1752be6af17a234c7cfb06b42cdc1a 100644 --- a/apps/files_sharing/l10n/cy_GB.php +++ b/apps/files_sharing/l10n/cy_GB.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "Cyfrinair" +"Password" => "Cyfrinair", +"Download" => "Llwytho i lawr" ); $PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/apps/files_sharing/l10n/da.php b/apps/files_sharing/l10n/da.php index c27d28b67a6be9bc937758435504f989d8175afe..07fc5392a8b2cfccb8e374c358bce0c604b59f84 100644 --- a/apps/files_sharing/l10n/da.php +++ b/apps/files_sharing/l10n/da.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "linket udløb", "sharing is disabled" => "deling er deaktiveret", "For more info, please ask the person who sent this link." => "For yderligere information, kontakt venligst personen der sendte linket. ", +"Download" => "Download", "Download %s" => "Download %s", "Direct link" => "Direkte link" ); diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php index ac75c30efcd6acb5615a72cca286005d384e20ca..2ca1a006a93b7ded7cfba4902d0cda2729ea07c4 100644 --- a/apps/files_sharing/l10n/de.php +++ b/apps/files_sharing/l10n/de.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "Der Link ist abgelaufen", "sharing is disabled" => "Teilen ist deaktiviert", "For more info, please ask the person who sent this link." => "Für mehr Informationen, frage bitte die Person, die Dir diesen Link geschickt hat.", +"Download" => "Herunterladen", "Download %s" => "Download %s", "Direct link" => "Direkter Link" ); diff --git a/apps/files_sharing/l10n/de_AT.php b/apps/files_sharing/l10n/de_AT.php index 142892bc9a9678cdd7dd7f7a50d4f6aae11ddb1a..08ef4d9245e9cfbec674ce66064c080d6bee6620 100644 --- a/apps/files_sharing/l10n/de_AT.php +++ b/apps/files_sharing/l10n/de_AT.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "Passwort" +"Password" => "Passwort", +"Download" => "Herunterladen" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/de_CH.php b/apps/files_sharing/l10n/de_CH.php index 6ea0a4654c6dc0864a45d18263442f24d2af4187..8d3c5f6ed74969d6d2fda729ae6b0c951203bee2 100644 --- a/apps/files_sharing/l10n/de_CH.php +++ b/apps/files_sharing/l10n/de_CH.php @@ -8,6 +8,7 @@ $TRANSLATIONS = array( "the item was removed" => "Das Element wurde entfernt", "the link expired" => "Der Link ist abgelaufen", "sharing is disabled" => "Teilen ist deaktiviert", -"For more info, please ask the person who sent this link." => "Für mehr Informationen, fragen Sie bitte die Person, die Ihnen diesen Link geschickt hat." +"For more info, please ask the person who sent this link." => "Für mehr Informationen, fragen Sie bitte die Person, die Ihnen diesen Link geschickt hat.", +"Download" => "Herunterladen" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/de_DE.php b/apps/files_sharing/l10n/de_DE.php index 3c7a63709e7953c517eef20a8c80a99ab7c516ed..021ec041aa056c8dbe2a2585217e6fc3dbc14003 100644 --- a/apps/files_sharing/l10n/de_DE.php +++ b/apps/files_sharing/l10n/de_DE.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "Der Link ist abgelaufen", "sharing is disabled" => "Teilen ist deaktiviert", "For more info, please ask the person who sent this link." => "Für mehr Informationen, fragen Sie bitte die Person, die Ihnen diesen Link geschickt hat.", +"Download" => "Herunterladen", "Download %s" => "Download %s", "Direct link" => "Direkte Verlinkung" ); diff --git a/apps/files_sharing/l10n/el.php b/apps/files_sharing/l10n/el.php index d1590478f4a1e1cbe190370a3730747cebeaa04f..eb559a682d96bc47f591eb6173fdb8ea79561772 100644 --- a/apps/files_sharing/l10n/el.php +++ b/apps/files_sharing/l10n/el.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "ο σύνδεσμος έληξε", "sharing is disabled" => "ο διαμοιρασμός απενεργοποιήθηκε", "For more info, please ask the person who sent this link." => "Για περισσότερες πληροφορίες, παρακαλώ ρωτήστε το άτομο που σας έστειλε αυτόν τον σύνδεσμο.", +"Download" => "Λήψη", "Download %s" => "Λήψη %s", "Direct link" => "Άμεσος σύνδεσμος" ); diff --git a/apps/files_sharing/l10n/en@pirate.php b/apps/files_sharing/l10n/en@pirate.php index ab628e1717ea7db8f3603b601d313df628d22c87..a92711090026493ca38b83b2c5dbafd35d6b20f6 100644 --- a/apps/files_sharing/l10n/en@pirate.php +++ b/apps/files_sharing/l10n/en@pirate.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "Secret Code" +"Password" => "Secret Code", +"Download" => "Download" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/en_GB.php b/apps/files_sharing/l10n/en_GB.php index 2a5d2ec1db00da87b3956eb37de3a65ed8a71663..e263f3cf6df54e336b0775eacb621e03ba9eccdd 100644 --- a/apps/files_sharing/l10n/en_GB.php +++ b/apps/files_sharing/l10n/en_GB.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "the link expired", "sharing is disabled" => "sharing is disabled", "For more info, please ask the person who sent this link." => "For more info, please ask the person who sent this link.", +"Download" => "Download", "Download %s" => "Download %s", "Direct link" => "Direct link" ); diff --git a/apps/files_sharing/l10n/eo.php b/apps/files_sharing/l10n/eo.php index 1148d516972559c8d60291deec37803bd70c1609..127ac02206e2dc578dbf0e197634f9818038a107 100644 --- a/apps/files_sharing/l10n/eo.php +++ b/apps/files_sharing/l10n/eo.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "the link expired" => "la ligilo eksvalidiĝis", "sharing is disabled" => "kunhavigo malkapablas", "For more info, please ask the person who sent this link." => "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.", +"Download" => "Elŝuti", "Direct link" => "Direkta ligilo" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php index 3addbf151fc8219e1050582abaa5d90bda31b46f..6978c7ce72c472fa0d9769a77d718f94ea648a32 100644 --- a/apps/files_sharing/l10n/es.php +++ b/apps/files_sharing/l10n/es.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "el enlace expiró", "sharing is disabled" => "compartir está desactivado", "For more info, please ask the person who sent this link." => "Para mayor información, contacte a la persona que le envió el enlace.", +"Download" => "Descargar", "Download %s" => "Descargar %s", "Direct link" => "Enlace directo" ); diff --git a/apps/files_sharing/l10n/es_AR.php b/apps/files_sharing/l10n/es_AR.php index 95cfadc1db6ffa435a152a95b3bdfb142e51e6aa..9a9db79493864c91202239425528b336912e1b19 100644 --- a/apps/files_sharing/l10n/es_AR.php +++ b/apps/files_sharing/l10n/es_AR.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "el enlace expiró", "sharing is disabled" => "compartir está desactivado", "For more info, please ask the person who sent this link." => "Para mayor información, contactá a la persona que te mandó el enlace.", +"Download" => "Descargar", "Direct link" => "Vínculo directo" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/es_CL.php b/apps/files_sharing/l10n/es_CL.php index 42a2f066c6e01c50d3094c52eec3948fea5a9348..083bc4d4e2a33608b47bcb70ed10b542dca37976 100644 --- a/apps/files_sharing/l10n/es_CL.php +++ b/apps/files_sharing/l10n/es_CL.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "Clave" +"Password" => "Clave", +"Download" => "Descargar" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/es_MX.php b/apps/files_sharing/l10n/es_MX.php index 9168e25308d61cf733727a5017ed58b6a36020a8..1a1ebe4b4c6df99e02b8f2f6be7199f6ebd177b4 100644 --- a/apps/files_sharing/l10n/es_MX.php +++ b/apps/files_sharing/l10n/es_MX.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "el enlace expiró", "sharing is disabled" => "compartir está desactivado", "For more info, please ask the person who sent this link." => "Para mayor información, contacte a la persona que le envió el enlace.", +"Download" => "Descargar", "Direct link" => "Enlace directo" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/et_EE.php b/apps/files_sharing/l10n/et_EE.php index f76a83037fe6be1751da8f3e97bcd0509461a5a0..e95e6271957c2c7b5e721aa8d8033df5b9c80e36 100644 --- a/apps/files_sharing/l10n/et_EE.php +++ b/apps/files_sharing/l10n/et_EE.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "link on aegunud", "sharing is disabled" => "jagamine on peatatud", "For more info, please ask the person who sent this link." => "Täpsema info saamiseks palun pöördu lingi saatnud isiku poole.", +"Download" => "Lae alla", "Download %s" => "Laadi alla %s", "Direct link" => "Otsene link" ); diff --git a/apps/files_sharing/l10n/eu.php b/apps/files_sharing/l10n/eu.php index 50ee96939b15a6addc6461b0e4f1357bfbc23d44..03c2f844a14c283675515f3278e03f00e9d5075e 100644 --- a/apps/files_sharing/l10n/eu.php +++ b/apps/files_sharing/l10n/eu.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "lotura iraungi da", "sharing is disabled" => "elkarbanatzea ez dago gaituta", "For more info, please ask the person who sent this link." => "Informazio gehiagorako, mesedez eskatu lotura hau bidali zuen pertsonari", +"Download" => "Deskargatu", "Direct link" => "Lotura zuzena" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/eu_ES.php b/apps/files_sharing/l10n/eu_ES.php new file mode 100644 index 0000000000000000000000000000000000000000..e6e5bc7cbf9feaa99117545263e9b410111114d9 --- /dev/null +++ b/apps/files_sharing/l10n/eu_ES.php @@ -0,0 +1,5 @@ +<?php +$TRANSLATIONS = array( +"Download" => "Deskargatu" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/fa.php b/apps/files_sharing/l10n/fa.php index 9b0a1dbc9d5ea69d2e9bc6231e63cca8f1e17dad..1176401f1a30023e1f5dde3d03d1897386c7c495 100644 --- a/apps/files_sharing/l10n/fa.php +++ b/apps/files_sharing/l10n/fa.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Shared by {owner}" => "اشتراک گذارنده {owner}", "The password is wrong. Try again." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.", -"Password" => "گذرواژه" +"Password" => "گذرواژه", +"Download" => "دانلود" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php index 5d6765e65097c9aaa0ad2dee39d61daa03209fc7..851463c4b83a1faa9bd107063531f4b3ddee8a23 100644 --- a/apps/files_sharing/l10n/fi_FI.php +++ b/apps/files_sharing/l10n/fi_FI.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "linkki vanheni", "sharing is disabled" => "jakaminen on poistettu käytöstä", "For more info, please ask the person who sent this link." => "Kysy lisätietoja henkilöltä, jolta sait linkin.", +"Download" => "Lataa", "Download %s" => "Lataa %s", "Direct link" => "Suora linkki" ); diff --git a/apps/files_sharing/l10n/fr.php b/apps/files_sharing/l10n/fr.php index 15b90f8c28962a9cee22b0b0905bb0c5bd39f322..a5b75e412f7160f0d111f8ab09e632eea0f3c3da 100644 --- a/apps/files_sharing/l10n/fr.php +++ b/apps/files_sharing/l10n/fr.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "le lien a expiré", "sharing is disabled" => "le partage est désactivé", "For more info, please ask the person who sent this link." => "Pour plus d'informations, veuillez contacter la personne qui a envoyé ce lien.", +"Download" => "Télécharger", "Download %s" => "Télécharger %s", "Direct link" => "Lien direct" ); diff --git a/apps/files_sharing/l10n/gl.php b/apps/files_sharing/l10n/gl.php index 1afdb5a0306ad2fb28873243065ed4e6382e11da..f5e1c6645f6ca6ca2c63d6e2201b400e4b45feab 100644 --- a/apps/files_sharing/l10n/gl.php +++ b/apps/files_sharing/l10n/gl.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "a ligazón caducou", "sharing is disabled" => "foi desactivada a compartición", "For more info, please ask the person who sent this link." => "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.", +"Download" => "Descargar", "Download %s" => "Descargar %s", "Direct link" => "Ligazón directa" ); diff --git a/apps/files_sharing/l10n/he.php b/apps/files_sharing/l10n/he.php index 9ba86d077223bc2e6649c6cafea120b1d9744260..e56fdb2c8010fb3fda74a5c842ad1a948f6c1219 100644 --- a/apps/files_sharing/l10n/he.php +++ b/apps/files_sharing/l10n/he.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "שותף בידי {owner}", -"Password" => "סיסמא" +"Password" => "סיסמא", +"Download" => "הורדה" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/hr.php b/apps/files_sharing/l10n/hr.php index 60c01d30b5ece751be0f1dd80a52363c0469b4a7..16776cdba2736d915e34ffb8b48d11a910e5bc52 100644 --- a/apps/files_sharing/l10n/hr.php +++ b/apps/files_sharing/l10n/hr.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "Lozinka" +"Password" => "Lozinka", +"Download" => "Preuzimanje" ); $PLURAL_FORMS = "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"; diff --git a/apps/files_sharing/l10n/hu_HU.php b/apps/files_sharing/l10n/hu_HU.php index 5b2dfec843938cfe952509de38e081ec372eb88c..822101161003bc7d7f6b2d703a45b0512cec4bb6 100644 --- a/apps/files_sharing/l10n/hu_HU.php +++ b/apps/files_sharing/l10n/hu_HU.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "lejárt a link érvényességi ideje", "sharing is disabled" => "letiltásra került a megosztás", "For more info, please ask the person who sent this link." => "További információért forduljon ahhoz, aki ezt a linket küldte Önnek!", +"Download" => "Letöltés", "Direct link" => "Közvetlen link" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/ia.php b/apps/files_sharing/l10n/ia.php index 9ec82f20dfa584d2828eb34ecf2ab7d67e76a1fb..03e2deb431a350fb8f6332da7df37115100b73dd 100644 --- a/apps/files_sharing/l10n/ia.php +++ b/apps/files_sharing/l10n/ia.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "Contrasigno" +"Password" => "Contrasigno", +"Download" => "Discargar" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/id.php b/apps/files_sharing/l10n/id.php index e4668a7fb549e4a111e777cf780442207cfc5b9d..72670c23b3946f86abedb3d5d647cd978793c166 100644 --- a/apps/files_sharing/l10n/id.php +++ b/apps/files_sharing/l10n/id.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "tautan telah kadaluarsa", "sharing is disabled" => "berbagi dinonaktifkan", "For more info, please ask the person who sent this link." => "Untuk info lebih lanjut, silakan tanyakan orang yang mengirim tautan ini.", +"Download" => "Unduh", "Direct link" => "Tautan langsung" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/is.php b/apps/files_sharing/l10n/is.php index c4a1c58940113df23bd11caf662867a7709eee00..795dfeb6bfec3eb9d206fa661807b2bddc5ef6b9 100644 --- a/apps/files_sharing/l10n/is.php +++ b/apps/files_sharing/l10n/is.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "Lykilorð" +"Password" => "Lykilorð", +"Download" => "Niðurhal" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php index 9305366728dc3d43f66dc750c1c5fe9a7fb6142a..94c2a66808cd91e3916752a676e4ebfa3c203812 100644 --- a/apps/files_sharing/l10n/it.php +++ b/apps/files_sharing/l10n/it.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "il collegamento è scaduto", "sharing is disabled" => "la condivisione è disabilitata", "For more info, please ask the person who sent this link." => "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.", +"Download" => "Scarica", "Download %s" => "Scarica %s", "Direct link" => "Collegamento diretto" ); diff --git a/apps/files_sharing/l10n/ja.php b/apps/files_sharing/l10n/ja.php index 875ae14faac521ea137248c2165133a3d4b5cbc5..a45da97dcad4ada73de4d573cd24f94b491f4057 100644 --- a/apps/files_sharing/l10n/ja.php +++ b/apps/files_sharing/l10n/ja.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "リンクの期限が切れています", "sharing is disabled" => "共有が無効になっています", "For more info, please ask the person who sent this link." => "不明な点は、こちらのリンクの提供者に確認をお願いします。", +"Download" => "ダウンロード", "Download %s" => "%s をダウンロード", "Direct link" => "リンク" ); diff --git a/apps/files_sharing/l10n/jv.php b/apps/files_sharing/l10n/jv.php new file mode 100644 index 0000000000000000000000000000000000000000..690632bdba02f02aa1d936feb666acda97002e8e --- /dev/null +++ b/apps/files_sharing/l10n/jv.php @@ -0,0 +1,5 @@ +<?php +$TRANSLATIONS = array( +"Download" => "Njipuk" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/ka_GE.php b/apps/files_sharing/l10n/ka_GE.php index 5fc48c9fd949f020a322a6b24321818b85327761..132bcb274c82b3dd8611febad421434392c12d2b 100644 --- a/apps/files_sharing/l10n/ka_GE.php +++ b/apps/files_sharing/l10n/ka_GE.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "გაზიარდა {owner} –ის მიერ", -"Password" => "პაროლი" +"Password" => "პაროლი", +"Download" => "ჩამოტვირთვა" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/km.php b/apps/files_sharing/l10n/km.php index bb09bd6d855d7f26dde6498021c7af661c64e701..db353c9cb7486bab848fa80fc8854ee27ad1b0cf 100644 --- a/apps/files_sharing/l10n/km.php +++ b/apps/files_sharing/l10n/km.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "ពាក្យសម្ងាត់" +"Password" => "ពាក្យសម្ងាត់", +"Download" => "ទាញយក" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/ko.php b/apps/files_sharing/l10n/ko.php index a4593fbd6cb2d5831351465a2edfbf979aa36d16..00818abf4a473523aa50ce010c84adc33aff9d51 100644 --- a/apps/files_sharing/l10n/ko.php +++ b/apps/files_sharing/l10n/ko.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "링크가 만료됨", "sharing is disabled" => "공유가 비활성화됨", "For more info, please ask the person who sent this link." => "자세한 정보는 링크를 보낸 사람에게 문의하십시오.", +"Download" => "다운로드", "Direct link" => "직접 링크" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/ku_IQ.php b/apps/files_sharing/l10n/ku_IQ.php index d433885e6721d78d50fd82a21981b8d589266199..b16e87d81c399324c425b1210d70e32993f85e25 100644 --- a/apps/files_sharing/l10n/ku_IQ.php +++ b/apps/files_sharing/l10n/ku_IQ.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "وشەی تێپەربو" +"Password" => "وشەی تێپەربو", +"Download" => "داگرتن" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/lb.php b/apps/files_sharing/l10n/lb.php index b253e795dfeb05897c17691810792d4c525e402f..a3e98138225bc70d2e37e5064514ca602f9e91eb 100644 --- a/apps/files_sharing/l10n/lb.php +++ b/apps/files_sharing/l10n/lb.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "The password is wrong. Try again." => "Den Passwuert ass incorrect. Probeier ed nach eng keier.", -"Password" => "Passwuert" +"Password" => "Passwuert", +"Download" => "Download" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/lt_LT.php b/apps/files_sharing/l10n/lt_LT.php index 238c3bb7f3caaa3b122ce4d3dc69b2fdddf26c94..4c05e9217a268bb8cc47cb57c8df585766aa22b4 100644 --- a/apps/files_sharing/l10n/lt_LT.php +++ b/apps/files_sharing/l10n/lt_LT.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "baigėsi nuorodos galiojimo laikas", "sharing is disabled" => "dalinimasis yra išjungtas", "For more info, please ask the person who sent this link." => "Dėl tikslesnės informacijos susisiekite su asmeniu atsiuntusiu nuorodą.", +"Download" => "Atsisiųsti", "Direct link" => "Tiesioginė nuoroda" ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_sharing/l10n/lv.php b/apps/files_sharing/l10n/lv.php index 834d7c17211a042456b26efc03bbb3a309fa6d66..693f91d3b5c92e50ab117722f7ece033f41ddeef 100644 --- a/apps/files_sharing/l10n/lv.php +++ b/apps/files_sharing/l10n/lv.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Dalījās {owner}", -"Password" => "Parole" +"Password" => "Parole", +"Download" => "Lejupielādēt" ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/apps/files_sharing/l10n/mk.php b/apps/files_sharing/l10n/mk.php index 6afa5fc6846584c00a4214d6db35a47c14b59a91..b7281825a83bcb80209e2cfc7d7e8af97ffc9686 100644 --- a/apps/files_sharing/l10n/mk.php +++ b/apps/files_sharing/l10n/mk.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Споделени од {owner}", -"Password" => "Лозинка" +"Password" => "Лозинка", +"Download" => "Преземи" ); $PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/apps/files_sharing/l10n/ms_MY.php b/apps/files_sharing/l10n/ms_MY.php index 89d11f49fd79e23f794a252e0c048a3a4dc0ba85..43ea0b2d8805ea8c0d19f2a426edbafd24630251 100644 --- a/apps/files_sharing/l10n/ms_MY.php +++ b/apps/files_sharing/l10n/ms_MY.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "Kata laluan" +"Password" => "Kata laluan", +"Download" => "Muat turun" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/my_MM.php b/apps/files_sharing/l10n/my_MM.php index 475d6427436ee8ce2bd4b59b728e04b17fc06369..ff92e898ed44929ee8779f3356dd72bc55cb9abb 100644 --- a/apps/files_sharing/l10n/my_MM.php +++ b/apps/files_sharing/l10n/my_MM.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "စကားဝှက်" +"Password" => "စကားဝှက်", +"Download" => "ဒေါင်းလုတ်" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/nb_NO.php b/apps/files_sharing/l10n/nb_NO.php index 5b1e6b85e12b49a7b42a8ab81f245afa4d7165fb..193ee7165ece8ec44d06bcee19a35a0805667937 100644 --- a/apps/files_sharing/l10n/nb_NO.php +++ b/apps/files_sharing/l10n/nb_NO.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "lenken er utløpt", "sharing is disabled" => "deling er deaktivert", "For more info, please ask the person who sent this link." => "For mer informasjon, spør personen som sendte lenken.", +"Download" => "Last ned", "Direct link" => "Direkte lenke" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/nl.php b/apps/files_sharing/l10n/nl.php index c2298989aa2d2c06750a8dad56cc2d75af28cf5a..e35898862cf71f5e011bf83438b4b4a8d7574b58 100644 --- a/apps/files_sharing/l10n/nl.php +++ b/apps/files_sharing/l10n/nl.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "de link is verlopen", "sharing is disabled" => "delen is uitgeschakeld", "For more info, please ask the person who sent this link." => "Voor meer informatie, neem contact op met de persoon die u deze link heeft gestuurd.", +"Download" => "Downloaden", "Download %s" => "Download %s", "Direct link" => "Directe link" ); diff --git a/apps/files_sharing/l10n/nn_NO.php b/apps/files_sharing/l10n/nn_NO.php index 6f7968e199a83f775407df739cba04a0daa601b3..e85c019d5c72a2028c95e57a51040fd9c752899d 100644 --- a/apps/files_sharing/l10n/nn_NO.php +++ b/apps/files_sharing/l10n/nn_NO.php @@ -8,6 +8,7 @@ $TRANSLATIONS = array( "the item was removed" => "fila/mappa er fjerna", "the link expired" => "lenkja har gått ut på dato", "sharing is disabled" => "deling er slått av", -"For more info, please ask the person who sent this link." => "Spør den som sende deg lenkje om du vil ha meir informasjon." +"For more info, please ask the person who sent this link." => "Spør den som sende deg lenkje om du vil ha meir informasjon.", +"Download" => "Last ned" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/oc.php b/apps/files_sharing/l10n/oc.php index c67cdf272f7ba123fe586ccf15506ef5699c6e35..15ef1720ad2a8e594ba25a70aa3baf39dfaf93e7 100644 --- a/apps/files_sharing/l10n/oc.php +++ b/apps/files_sharing/l10n/oc.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "Senhal" +"Password" => "Senhal", +"Download" => "Avalcarga" ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_sharing/l10n/pa.php b/apps/files_sharing/l10n/pa.php index 6fee1e95f00541999d254482fe3f7c3bdc92633b..43632737a29ed5bb330903d595f8575fe6a59189 100644 --- a/apps/files_sharing/l10n/pa.php +++ b/apps/files_sharing/l10n/pa.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "ਪਾਸਵਰ" +"Password" => "ਪਾਸਵਰ", +"Download" => "ਡਾਊਨਲੋਡ" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/pl.php b/apps/files_sharing/l10n/pl.php index 7c35780d4a8bd6a8507e926f7cfa9939b0721af6..bf62ead10766af368cbe6b3625bdbc479f132e72 100644 --- a/apps/files_sharing/l10n/pl.php +++ b/apps/files_sharing/l10n/pl.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "link wygasł", "sharing is disabled" => "Udostępnianie jest wyłączone", "For more info, please ask the person who sent this link." => "Aby uzyskać więcej informacji proszę poprosić osobę, która wysłał ten link.", +"Download" => "Pobierz", "Download %s" => "Pobierz %s", "Direct link" => "Bezpośredni link" ); diff --git a/apps/files_sharing/l10n/pt_BR.php b/apps/files_sharing/l10n/pt_BR.php index 9d180579547ce6eed3e3492f0e7e250cf24d2225..7167f99c2d24a914623ed3ed7bccb9cc298c650e 100644 --- a/apps/files_sharing/l10n/pt_BR.php +++ b/apps/files_sharing/l10n/pt_BR.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "o link expirou", "sharing is disabled" => "compartilhamento está desativada", "For more info, please ask the person who sent this link." => "Para mais informações, por favor, pergunte a pessoa que enviou este link.", +"Download" => "Baixar", "Download %s" => "Baixar %s", "Direct link" => "Link direto" ); diff --git a/apps/files_sharing/l10n/pt_PT.php b/apps/files_sharing/l10n/pt_PT.php index fa5950cdec9198d13b566efeaebe5574c5eed229..b28e2b188dc3bedaed14fcd4fa341102c457732e 100644 --- a/apps/files_sharing/l10n/pt_PT.php +++ b/apps/files_sharing/l10n/pt_PT.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "O link expirou", "sharing is disabled" => "A partilha está desativada", "For more info, please ask the person who sent this link." => "Para mais informações, por favor questione a pessoa que lhe enviou este link", +"Download" => "Transferir", "Download %s" => "Download %s", "Direct link" => "Link direto" ); diff --git a/apps/files_sharing/l10n/ro.php b/apps/files_sharing/l10n/ro.php index ca0d5e077b0514c07494fb91c15b16c2aca8bf77..024011bf29c40a7082eceade7c88f776015ffc5c 100644 --- a/apps/files_sharing/l10n/ro.php +++ b/apps/files_sharing/l10n/ro.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "The password is wrong. Try again." => "Parola este incorectă. Încercaţi din nou.", -"Password" => "Parolă" +"Password" => "Parolă", +"Download" => "Descarcă" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/apps/files_sharing/l10n/ru.php b/apps/files_sharing/l10n/ru.php index a54116310592f6b4e2c2144d5c74a9e49904184d..41c60d2ec8a3c710b8bf9c893701353450ab50b5 100644 --- a/apps/files_sharing/l10n/ru.php +++ b/apps/files_sharing/l10n/ru.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "срок ссылки истёк", "sharing is disabled" => "общий доступ отключён", "For more info, please ask the person who sent this link." => "Пожалуйста, обратитесь к отправителю данной ссылки.", +"Download" => "Скачать", "Direct link" => "Прямая ссылка" ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_sharing/l10n/si_LK.php b/apps/files_sharing/l10n/si_LK.php index 5d3c0d0bed1385da05076c20b0b930442bfa6f43..da0390033af1911438bcbb72f23226b1d3c2bab0 100644 --- a/apps/files_sharing/l10n/si_LK.php +++ b/apps/files_sharing/l10n/si_LK.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "මුර පදය" +"Password" => "මුර පදය", +"Download" => "බාන්න" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/sk_SK.php b/apps/files_sharing/l10n/sk_SK.php index ef061c52b4b158d5b787a7f5cb144d62646efbb0..48054b6c7aff6eaca15885db2e3b345039a7a8db 100644 --- a/apps/files_sharing/l10n/sk_SK.php +++ b/apps/files_sharing/l10n/sk_SK.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "linke vypršala platnosť", "sharing is disabled" => "zdieľanie je zakázané", "For more info, please ask the person who sent this link." => "Pre viac informácií kontaktujte osobu, ktorá vám poslala tento odkaz.", +"Download" => "Sťahovanie", "Download %s" => "Stiahnuť %s", "Direct link" => "Priama linka" ); diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php index e8e4b5cbfee99905583934d3a34f7349124a1da5..361f2f1b04fadadce8411e92376925259752711f 100644 --- a/apps/files_sharing/l10n/sl.php +++ b/apps/files_sharing/l10n/sl.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "povezava je pretekla,", "sharing is disabled" => "souporaba je onemogočena.", "For more info, please ask the person who sent this link." => "Za več podrobnosti stopite v stik s pošiljateljem te povezave.", +"Download" => "Prejmi", "Download %s" => "Prejmi %s", "Direct link" => "Neposredna povezava" ); diff --git a/apps/files_sharing/l10n/sq.php b/apps/files_sharing/l10n/sq.php index b1db4d5c5467bf7e2a2740d5dd97449ca73c7460..f6729dafc3ee1da9d4fc1e998c6af350f498ce36 100644 --- a/apps/files_sharing/l10n/sq.php +++ b/apps/files_sharing/l10n/sq.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "the link expired" => "lidhja ka skaduar", "sharing is disabled" => "ndarja është çaktivizuar", "For more info, please ask the person who sent this link." => "Për më shumë informacione, ju lutem pyesni personin që iu dërgoi këtë lidhje.", +"Download" => "Shkarko", "Direct link" => "Lidhje direkte" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/sr.php b/apps/files_sharing/l10n/sr.php index bc963ac87b8a53ec824f5d31a3e395fb49b462cb..947e57551ac760e59e74e985c5833ce733a854b7 100644 --- a/apps/files_sharing/l10n/sr.php +++ b/apps/files_sharing/l10n/sr.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "Лозинка" +"Password" => "Лозинка", +"Download" => "Преузми" ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_sharing/l10n/sr@latin.php b/apps/files_sharing/l10n/sr@latin.php index 7d5ba12c6e7dce84aa6ffe79df9204c01f319139..f44821fc0d8b954f5854c9d266b12b70ef999b8e 100644 --- a/apps/files_sharing/l10n/sr@latin.php +++ b/apps/files_sharing/l10n/sr@latin.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "Lozinka" +"Password" => "Lozinka", +"Download" => "Preuzmi" ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_sharing/l10n/sv.php b/apps/files_sharing/l10n/sv.php index f331cdcad8e142519798143cc906c10f97d340a4..a1951401d75158529cda41311ec7af889abdd535 100644 --- a/apps/files_sharing/l10n/sv.php +++ b/apps/files_sharing/l10n/sv.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "giltighet för länken har gått ut", "sharing is disabled" => "delning är inaktiverat", "For more info, please ask the person who sent this link." => "För mer information, kontakta den person som skickade den här länken.", +"Download" => "Ladda ner", "Download %s" => "Ladda ner %s", "Direct link" => "Direkt länk" ); diff --git a/apps/files_sharing/l10n/ta_LK.php b/apps/files_sharing/l10n/ta_LK.php index 3b944d42e64b518ebad2e58e594d6a65504a893d..05443e0522c2ca0d7897265a74cf81248512072a 100644 --- a/apps/files_sharing/l10n/ta_LK.php +++ b/apps/files_sharing/l10n/ta_LK.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "பகிரப்பட்டது {சொந்தகாரர்}", -"Password" => "கடவுச்சொல்" +"Password" => "கடவுச்சொல்", +"Download" => "பதிவிறக்குக" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/th_TH.php b/apps/files_sharing/l10n/th_TH.php index 706d0a561edff2db3e151adc4ac72e4d92ad6851..f2f90088da76e3390dfacbfeeaaea73f09a9aacd 100644 --- a/apps/files_sharing/l10n/th_TH.php +++ b/apps/files_sharing/l10n/th_TH.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "ถูกแชร์โดย {owner}", -"Password" => "รหัสผ่าน" +"Password" => "รหัสผ่าน", +"Download" => "ดาวน์โหลด" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/tr.php b/apps/files_sharing/l10n/tr.php index e8af0559d0b9c851b6bfb6681dfc03b85208698c..ac3cb526562dcb1ed13da6a52824d5ca256ebd9d 100644 --- a/apps/files_sharing/l10n/tr.php +++ b/apps/files_sharing/l10n/tr.php @@ -4,12 +4,13 @@ $TRANSLATIONS = array( "This share is password-protected" => "Bu paylaşım parola korumalı", "The password is wrong. Try again." => "Parola hatalı. Yeniden deneyin.", "Password" => "Parola", -"Sorry, this link doesn’t seem to work anymore." => "Üzgünüz, bu bağlantı artık çalışıyor gibi görünmüyor", +"Sorry, this link doesn’t seem to work anymore." => "Üzgünüz, bu bağlantı artık çalışıyor gibi görünmüyor.", "Reasons might be:" => "Sebepleri şunlar olabilir:", "the item was removed" => "öge kaldırılmış", "the link expired" => "bağlantı süresi dolmuş", "sharing is disabled" => "paylaşım devre dışı", "For more info, please ask the person who sent this link." => "Daha fazla bilgi için bu bağlantıyı aldığınız kişi ile iletişime geçin.", +"Download" => "İndir", "Download %s" => "İndir: %s", "Direct link" => "Doğrudan bağlantı" ); diff --git a/apps/files_sharing/l10n/ug.php b/apps/files_sharing/l10n/ug.php index 9de41786913e35daaeef22e48da5d339ea61a7ec..fd6a1c71c9b85f020d93f24713b692cf6a37cc88 100644 --- a/apps/files_sharing/l10n/ug.php +++ b/apps/files_sharing/l10n/ug.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "ئىم" +"Password" => "ئىم", +"Download" => "چۈشۈر" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/uk.php b/apps/files_sharing/l10n/uk.php index 204b8e174a0a535f159b63ac6eeada6fa807feda..7b0acb661b63bd7db5e6747eec91d0b9c2638f1c 100644 --- a/apps/files_sharing/l10n/uk.php +++ b/apps/files_sharing/l10n/uk.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "посилання застаріло", "sharing is disabled" => "обмін заборонений", "For more info, please ask the person who sent this link." => "Для отримання додаткової інформації, будь ласка, зверніться до особи, яка надіслала це посилання.", +"Download" => "Завантажити", "Direct link" => "Пряме посилання" ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_sharing/l10n/vi.php b/apps/files_sharing/l10n/vi.php index f0d2b006bb3400b1c2e4f75754d2eb76de17c8e4..1db740c0234147a45cdfeb43a570e7efffc4af64 100644 --- a/apps/files_sharing/l10n/vi.php +++ b/apps/files_sharing/l10n/vi.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Được chia sẽ bởi {owner}", -"Password" => "Mật khẩu" +"Password" => "Mật khẩu", +"Download" => "Tải về" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/zh_CN.php b/apps/files_sharing/l10n/zh_CN.php index a37b3e8e52c7160b507e64030ccd048cd6a34744..3178b28405856363d7dea7748881cd3e68bc4b71 100644 --- a/apps/files_sharing/l10n/zh_CN.php +++ b/apps/files_sharing/l10n/zh_CN.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "the link expired" => "链接过期", "sharing is disabled" => "共享已禁用", "For more info, please ask the person who sent this link." => "欲知详情,请联系发给你链接的人。", +"Download" => "下载", "Direct link" => "直接链接" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/zh_HK.php b/apps/files_sharing/l10n/zh_HK.php index 59043097490357a02a5e278fd26b47c56f512605..3c561acce43c829ec13abc59fa7cafc18fab805c 100644 --- a/apps/files_sharing/l10n/zh_HK.php +++ b/apps/files_sharing/l10n/zh_HK.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "密碼" +"Password" => "密碼", +"Download" => "下載" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/zh_TW.php b/apps/files_sharing/l10n/zh_TW.php index eb591fa35979005ad4e7c2b2c0828536340bc690..07abcb6999d301e4d3bf9bc854cba823b027d099 100644 --- a/apps/files_sharing/l10n/zh_TW.php +++ b/apps/files_sharing/l10n/zh_TW.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "the item was removed" => "項目已經移除", "the link expired" => "連結過期", "sharing is disabled" => "分享功能已停用", -"For more info, please ask the person who sent this link." => "請詢問告訴您此連結的人以瞭解更多" +"For more info, please ask the person who sent this link." => "請詢問告訴您此連結的人以瞭解更多", +"Download" => "下載" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/ro.php b/apps/user_ldap/l10n/ro.php index 26394db0f85d320b08780ce8df5055770047a5f3..0a91abe29c614a29ee916574802ab8c3b2ba557d 100644 --- a/apps/user_ldap/l10n/ro.php +++ b/apps/user_ldap/l10n/ro.php @@ -1,12 +1,29 @@ <?php $TRANSLATIONS = array( +"The configuration is valid and the connection could be established!" => "Configuraţia este valida şi s-a stabilit conectarea", +"No action specified" => "Nu este specificata nici o acţiune ", +"No configuration specified" => "Nu este specificata nici o configurare ", "Deletion failed" => "Ștergerea a eșuat", +"Keep settings?" => "Păstraţi setările ?", +"Cannot add server configuration" => "Nu se poate adăuga configuraţia serverului ", "Success" => "Succes", "Error" => "Eroare", +"Configuration OK" => "Configuraţie valida", +"Configuration incorrect" => "Configuraţie incorecta ", +"Configuration incomplete" => "Configuraţie incompleta ", +"Select groups" => "Selectaţi grupuri ", +"Select attributes" => "Selectaţi caracteristici", +"Connection test succeeded" => "Testul de conectare a reuşit ", +"Connection test failed" => "Testul de conectare a eşuat ", +"Do you really want to delete the current Server Configuration?" => "Sunteţi sigur ca vreţi sa ştergeţi configuraţia actuala a serverului ?", +"Confirm Deletion" => "Confirmaţi Ştergerea ", "_%s group found_::_%s groups found_" => array("","",""), "_%s user found_::_%s users found_" => array("","",""), "Save" => "Salvează", +"Test Configuration" => "Configurare test", "Help" => "Ajutor", +"Other Attributes:" => "Alte caracteristici :", +"Add Server Configuration" => "Adăugaţi Configuraţia Serverului", "Host" => "Gazdă", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Puteți omite protocolul, decât dacă folosiți SSL. Atunci se începe cu ldaps://", "Port" => "Portul", @@ -16,11 +33,16 @@ $TRANSLATIONS = array( "For anonymous access, leave DN and Password empty." => "Pentru acces anonim, lăsați DN și Parolă libere.", "One Base DN per line" => "Un Base DN pe linie", "You can specify Base DN for users and groups in the Advanced tab" => "Puteți să specificați DN de bază pentru utilizatori și grupuri în fila Avansat", +"users found" => "Utilizatori găsiţi ", "Back" => "Înapoi", "Continue" => "Continuă", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Atenție</b> Modulul PHP LDAP nu este instalat, infrastructura nu va funcționa. Contactează administratorul sistemului pentru al instala.", +"Connection Settings" => "Setările de conexiune", +"Configuration Active" => "Configuraţie activa ", +"Disable Main Server" => "Dezactivaţi serverul principal", "Turn off SSL certificate validation." => "Oprește validarea certificatelor SSL ", "in seconds. A change empties the cache." => "în secunde. O schimbare curăță memoria tampon.", +"Directory Settings" => "Setările directorului", "User Display Name Field" => "Câmpul cu numele vizibil al utilizatorului", "Base User Tree" => "Arborele de bază al Utilizatorilor", "One User Base DN per line" => "Un User Base DN pe linie", @@ -28,7 +50,9 @@ $TRANSLATIONS = array( "Base Group Tree" => "Arborele de bază al Grupurilor", "One Group Base DN per line" => "Un Group Base DN pe linie", "Group-Member association" => "Asocierea Grup-Membru", +"Special Attributes" => "Caracteristici speciale ", "in bytes" => "în octeți", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lăsați gol pentru numele de utilizator (implicit). În caz contrar, specificați un atribut LDAP / AD." +"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lăsați gol pentru numele de utilizator (implicit). În caz contrar, specificați un atribut LDAP / AD.", +"Internal Username" => "Nume utilizator intern" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/apps/user_webdavauth/l10n/ro.php b/apps/user_webdavauth/l10n/ro.php index 5780805a884d086ff57329daa9245751679508be..24e3c9f917c1542585dde53f42df9ac21dc1d2e4 100644 --- a/apps/user_webdavauth/l10n/ro.php +++ b/apps/user_webdavauth/l10n/ro.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"WebDAV Authentication" => "Autentificare WebDAV" +"WebDAV Authentication" => "Autentificare WebDAV", +"Address: " => "Adresa :" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/l10n/ar/files.po b/l10n/ar/files.po index a5db9e7f7d29ddb3d1b8e891f2a494dd0861caaa..7ce60c4f4bbe2c1d466c839494c7d03de18d26bc 100644 --- a/l10n/ar/files.po +++ b/l10n/ar/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -209,7 +209,7 @@ msgid "" "big." msgstr "جاري تجهيز عملية التحميل. قد تستغرق بعض الوقت اذا كان حجم الملفات كبير." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "قيد الانتظار" @@ -229,23 +229,23 @@ msgstr "خطأ" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "اسم" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "حجم" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "معدل" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "لا يوجد مجلدات %n" @@ -255,7 +255,7 @@ msgstr[3] "عدد قليل من مجلدات %n" msgstr[4] "عدد كبير من مجلدات %n" msgstr[5] "مجلدات %n" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "لا يوجد ملفات %n" @@ -265,7 +265,7 @@ msgstr[3] "قليل من ملفات %n" msgstr[4] "الكثير من ملفات %n" msgstr[5] " ملفات %n" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "لا يوجد ملفات %n لتحميلها" diff --git a/l10n/ar/files_sharing.po b/l10n/ar/files_sharing.po index 38d514a5a1ada2d9da05c566ed36c201e8f3b10d..df94e842cb925d17b0f5e80ef875008405edf900 100644 --- a/l10n/ar/files_sharing.po +++ b/l10n/ar/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "لمزيد من المعلومات، يرجى سؤال الشخص الذ #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "تحميل" #: templates/public.php:53 #, php-format diff --git a/l10n/ast/files.po b/l10n/ast/files.po index ea8f9c07d36278fb015cd452001614eb8dfc2b72..6c5b2620c0af1ad8069fd342962af4c3a5efe48f 100644 --- a/l10n/ast/files.po +++ b/l10n/ast/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,35 +227,35 @@ msgstr "Fallu" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nome" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Tamañu" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/ast/files_sharing.po b/l10n/ast/files_sharing.po index 3a531d6bfe21d9410380d1aa1cfc080a73ffc732..5b0ecf3d6262351f20dc6762edb03078f7c58262 100644 --- a/l10n/ast/files_sharing.po +++ b/l10n/ast/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Baxar" #: templates/public.php:53 #, php-format diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po index fe9b06d18cc78b43f5bb273f7d73656a23dcd4f6..4d9f0ec19787324d229b1f39ea1d15e699b70bda 100644 --- a/l10n/bg_BG/files.po +++ b/l10n/bg_BG/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Чакащо" @@ -227,35 +227,35 @@ msgstr "Грешка" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Име" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Размер" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Променено" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/bg_BG/files_sharing.po b/l10n/bg_BG/files_sharing.po index b4436a218bea87c1cf6a4cc21919922af628ec83..e29402aa9a60afa1498961da4fb8de815b91fcd5 100644 --- a/l10n/bg_BG/files_sharing.po +++ b/l10n/bg_BG/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Изтегляне" #: templates/public.php:53 #, php-format diff --git a/l10n/bn_BD/files.po b/l10n/bn_BD/files.po index 9f7e5a117aa49484e1858cbf482e0ed200978cfe..5cb1d332e35b9d652cbf5e9dbd50572857deafa5 100644 --- a/l10n/bn_BD/files.po +++ b/l10n/bn_BD/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "মুলতুবি" @@ -227,35 +227,35 @@ msgstr "সমস্যা" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "রাম" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "আকার" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "পরিবর্তিত" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/bn_BD/files_sharing.po b/l10n/bn_BD/files_sharing.po index 333e7d2e26e5509ac2b7329bed1740d5ad30857c..b5d789be46d2fd96289ae09e641fd22f1b86481e 100644 --- a/l10n/bn_BD/files_sharing.po +++ b/l10n/bn_BD/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "ডাউনলোড" #: templates/public.php:53 #, php-format diff --git a/l10n/ca/files.po b/l10n/ca/files.po index 517cf4e7a9cc4263612c93326d036322660abe0b..dda159f5b590dadc93879af7434fe3f5e2c96256 100644 --- a/l10n/ca/files.po +++ b/l10n/ca/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -211,7 +211,7 @@ msgid "" "big." msgstr "S'està preparant la baixada. Pot trigar una estona si els fitxers són grans." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Pendent" @@ -231,35 +231,35 @@ msgstr "Error" msgid "Could not rename file" msgstr "No es pot canviar el nom de fitxer" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Error en esborrar el fitxer." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nom" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Mida" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Modificat" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n carpeta" msgstr[1] "%n carpetes" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n fitxer" msgstr[1] "%n fitxers" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Pujant %n fitxer" diff --git a/l10n/ca/files_sharing.po b/l10n/ca/files_sharing.po index 3fe62fe6eb3fc6074e281e3296d1150ce1f085b3..f5f95b8297a340291888319dc126daed231059ba 100644 --- a/l10n/ca/files_sharing.po +++ b/l10n/ca/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "Per més informació contacteu amb qui us ha enviat l'enllaç." #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Baixa" #: templates/public.php:53 #, php-format diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po index 634a7baef0eeac6c1e3bb88c0945047a393832e9..d91cfd16636cafc836229fc72b9eda8fa24e75f0 100644 --- a/l10n/cs_CZ/files.po +++ b/l10n/cs_CZ/files.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-02 01:55-0400\n" -"PO-Revision-Date: 2014-05-01 06:00+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: svetlemodry <jaroslav@lichtblau.cz>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/files_sharing.po b/l10n/cs_CZ/files_sharing.po index 8665d141156d3fdb376713d6d1b4ace517e151a7..9240e00c8ce3b59ed981bcfa7ebc92e3c78a6577 100644 --- a/l10n/cs_CZ/files_sharing.po +++ b/l10n/cs_CZ/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" @@ -62,7 +62,7 @@ msgstr "Pro více informací kontaktujte osobu, která vám zaslala tento odkaz. #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Stáhnout" #: templates/public.php:53 #, php-format diff --git a/l10n/cy_GB/files.po b/l10n/cy_GB/files.po index 4afc5199ce9132b0bbbc263f95365ddafe99d3df..1d49d16d1eb955a5a2eae8d2185f543b0c51c6f9 100644 --- a/l10n/cy_GB/files.po +++ b/l10n/cy_GB/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "Wrthi'n paratoi i lwytho i lawr. Gall gymryd peth amser os yw'r ffeiliau'n fawr." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "I ddod" @@ -227,23 +227,23 @@ msgstr "Gwall" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Enw" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Maint" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Addaswyd" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" @@ -251,7 +251,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" @@ -259,7 +259,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/cy_GB/files_sharing.po b/l10n/cy_GB/files_sharing.po index 3afeddda3bf3a7785fb3b137a7cc0c468a5da197..673e5d52df70befc29dfc78a4ffb7d77fd4a51e4 100644 --- a/l10n/cy_GB/files_sharing.po +++ b/l10n/cy_GB/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Llwytho i lawr" #: templates/public.php:53 #, php-format diff --git a/l10n/da/files.po b/l10n/da/files.po index 6a300e43afffc4f22e9fe09b3cc62492393578d7..5f0ea9907f4f7013a1475854e6ab79a752a95fff 100644 --- a/l10n/da/files.po +++ b/l10n/da/files.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:03+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 19:16+0000\n" +"Last-Translator: Sappe\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -212,13 +212,13 @@ msgid "" "big." msgstr "Dit download forberedes. Dette kan tage lidt tid ved større filer." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Afventer" #: js/filelist.js:916 msgid "Error moving file." -msgstr "" +msgstr "Fejl ved flytning af fil" #: js/filelist.js:924 msgid "Error moving file" @@ -232,35 +232,35 @@ msgstr "Fejl" msgid "Could not rename file" msgstr "Kunne ikke omdøbe filen" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Fejl ved sletnign af fil." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Navn" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Størrelse" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Ændret" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n mappe" msgstr[1] "%n mapper" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n fil" msgstr[1] "%n filer" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Uploader %n fil" @@ -309,7 +309,7 @@ msgstr "%s kunne ikke omdøbes" #: lib/helper.php:14 templates/index.php:22 #, php-format msgid "Upload (max. %s)" -msgstr "" +msgstr "Upload (max. %s)" #: templates/admin.php:4 msgid "File handling" diff --git a/l10n/da/files_external.po b/l10n/da/files_external.po index 43033ff7b93dcfabd0ef2dea4ffa2c4a35ce8a5c..9403bf565e58f02b9d3d0b1b7375099db9143f3f 100644 --- a/l10n/da/files_external.po +++ b/l10n/da/files_external.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Sappe, 2014 # Amplificator, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:03+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 19:21+0000\n" +"Last-Translator: Sappe\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +21,7 @@ msgstr "" #: appinfo/app.php:34 msgid "Local" -msgstr "" +msgstr "Lokal" #: appinfo/app.php:36 msgid "Location" @@ -28,15 +29,15 @@ msgstr "Placering" #: appinfo/app.php:39 msgid "Amazon S3" -msgstr "" +msgstr "Amazon S3" #: appinfo/app.php:41 msgid "Key" -msgstr "" +msgstr "Nøgle" #: appinfo/app.php:42 msgid "Secret" -msgstr "" +msgstr "Hemmelighed" #: appinfo/app.php:43 appinfo/app.php:51 msgid "Bucket" @@ -52,7 +53,7 @@ msgstr "" #: appinfo/app.php:50 msgid "Secret Key" -msgstr "" +msgstr "Hemmelig Nøgle " #: appinfo/app.php:52 msgid "Hostname (optional)" @@ -100,23 +101,23 @@ msgstr "Kodeord" #: appinfo/app.php:76 appinfo/app.php:115 appinfo/app.php:124 #: appinfo/app.php:134 appinfo/app.php:154 msgid "Root" -msgstr "" +msgstr "Root" #: appinfo/app.php:77 msgid "Secure ftps://" -msgstr "" +msgstr "Sikker ftps://" #: appinfo/app.php:84 msgid "Client ID" -msgstr "" +msgstr "Klient ID" #: appinfo/app.php:85 msgid "Client secret" -msgstr "" +msgstr "Klient hemmelighed" #: appinfo/app.php:92 msgid "OpenStack Object Storage" -msgstr "" +msgstr "OpenStack Object Storage" #: appinfo/app.php:94 msgid "Username (required)" @@ -168,7 +169,7 @@ msgstr "" #: appinfo/app.php:135 appinfo/app.php:145 msgid "Secure https://" -msgstr "" +msgstr "Sikker https://" #: appinfo/app.php:144 msgid "Remote subfolder" @@ -200,11 +201,11 @@ msgstr "Gemt" #: lib/config.php:598 msgid "<b>Note:</b> " -msgstr "" +msgstr "<b>Note:</b> " #: lib/config.php:608 msgid " and " -msgstr "" +msgstr "og" #: lib/config.php:630 #, php-format @@ -249,7 +250,7 @@ msgstr "Valgmuligheder" #: templates/settings.php:12 msgid "Available for" -msgstr "" +msgstr "Tilgængelig for" #: templates/settings.php:32 msgid "Add storage" @@ -257,7 +258,7 @@ msgstr "Tilføj lager" #: templates/settings.php:92 msgid "No user or group" -msgstr "" +msgstr "Ingen bruger eller gruppe" #: templates/settings.php:95 msgid "All Users" diff --git a/l10n/da/files_sharing.po b/l10n/da/files_sharing.po index ddc34c746b750896da941edd2757b81c2db75cb5..7164ebffa75cf9eca61647791fbd7063a3fc14e9 100644 --- a/l10n/da/files_sharing.po +++ b/l10n/da/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -62,7 +62,7 @@ msgstr "For yderligere information, kontakt venligst personen der sendte linket. #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Download" #: templates/public.php:53 #, php-format diff --git a/l10n/de/files.po b/l10n/de/files.po index 1e6bf8fe4bb1d046c4ba03c1fc7da2a6999d2c5c..008d7dc79801726a4e2a1986dfd156fd9fb2c702 100644 --- a/l10n/de/files.po +++ b/l10n/de/files.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:20+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" @@ -215,7 +215,7 @@ msgid "" "big." msgstr "Dein Download wird vorbereitet. Dies kann bei größeren Dateien etwas dauern." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Ausstehend" @@ -235,35 +235,35 @@ msgstr "Fehler" msgid "Could not rename file" msgstr "Die Datei konnte nicht umbenannt werden" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Fehler beim Löschen der Datei." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Name" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Größe" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Geändert" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n Ordner" msgstr[1] "%n Ordner" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n Datei" msgstr[1] "%n Dateien" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n Datei wird hochgeladen" diff --git a/l10n/de/files_sharing.po b/l10n/de/files_sharing.po index efcf1aa64920dfb2bdff153bd85984f60c881194..02a5233df720d01b98c46d74d8c59f426891c1d6 100644 --- a/l10n/de/files_sharing.po +++ b/l10n/de/files_sharing.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" @@ -64,7 +64,7 @@ msgstr "Für mehr Informationen, frage bitte die Person, die Dir diesen Link ges #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Herunterladen" #: templates/public.php:53 #, php-format diff --git a/l10n/de_AT/files.po b/l10n/de_AT/files.po index 2d9b94b58540cd1deec5f300b1958aec2151f063..f317d5f846517cb25d5fb74a08f4730b85340008 100644 --- a/l10n/de_AT/files.po +++ b/l10n/de_AT/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,35 +227,35 @@ msgstr "" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/de_AT/files_sharing.po b/l10n/de_AT/files_sharing.po index b8395cf8fdee7c80d7507396c1788101d16b04e2..272d331dc1399b4281a9b18d2763d4bc89959a6c 100644 --- a/l10n/de_AT/files_sharing.po +++ b/l10n/de_AT/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Herunterladen" #: templates/public.php:53 #, php-format diff --git a/l10n/de_CH/files.po b/l10n/de_CH/files.po index af44f0d918d4f3db02dddbfb8b99d4725d7bdb04..99055af310149a6d57fe30ff759131e1bf4912d5 100644 --- a/l10n/de_CH/files.po +++ b/l10n/de_CH/files.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -216,7 +216,7 @@ msgid "" "big." msgstr "Ihr Download wird vorbereitet. Dies kann bei grösseren Dateien etwas dauern." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Ausstehend" @@ -236,35 +236,35 @@ msgstr "Fehler" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Name" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Grösse" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Geändert" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "%n Ordner" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "%n Dateien" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n Datei wird hochgeladen" diff --git a/l10n/de_CH/files_sharing.po b/l10n/de_CH/files_sharing.po index c65fb9781c4efb68f55a216270af7326138da534..e188bd274fd869debf358831f7ca79abfe7eca9b 100644 --- a/l10n/de_CH/files_sharing.po +++ b/l10n/de_CH/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -62,7 +62,7 @@ msgstr "Für mehr Informationen, fragen Sie bitte die Person, die Ihnen diesen L #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Herunterladen" #: templates/public.php:53 #, php-format diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po index ceabd594c7f0efe713b13161120d375892038db2..6f53f790f676635a84cf9a87b94f93d7dd9bfcc5 100644 --- a/l10n/de_DE/files.po +++ b/l10n/de_DE/files.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:20+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -218,7 +218,7 @@ msgid "" "big." msgstr "Ihr Download wird vorbereitet. Dies kann bei größeren Dateien etwas dauern." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Ausstehend" @@ -238,35 +238,35 @@ msgstr "Fehler" msgid "Could not rename file" msgstr "Die Datei konnte nicht umbenannt werden" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Fehler beim Löschen der Datei." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Name" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Größe" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Geändert" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n Ordner" msgstr[1] "%n Ordner" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n Datei" msgstr[1] "%n Dateien" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n Datei wird hoch geladen" diff --git a/l10n/de_DE/files_sharing.po b/l10n/de_DE/files_sharing.po index 4198ff2b0c654fa697fb93bab3f0cf1c2f9b114a..2275194ef426b46e1b694fee48063c4c42ff14a9 100644 --- a/l10n/de_DE/files_sharing.po +++ b/l10n/de_DE/files_sharing.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -63,7 +63,7 @@ msgstr "Für mehr Informationen, fragen Sie bitte die Person, die Ihnen diesen L #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Herunterladen" #: templates/public.php:53 #, php-format diff --git a/l10n/el/files.po b/l10n/el/files.po index 329c92671f91bfc3c4782edc453ff063a111485b..dc7704037c8c9168433d155c95da976353b43112 100644 --- a/l10n/el/files.po +++ b/l10n/el/files.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-01 01:55-0400\n" -"PO-Revision-Date: 2014-04-30 11:30+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: ggoniotakis <ioannis.goniotakis@gmail.com>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/files_sharing.po b/l10n/el/files_sharing.po index 70d767dfc667e35da0f3a8651ce61efebd71687c..10343be4fc4990c60f067334fe29823a9eea01ba 100644 --- a/l10n/el/files_sharing.po +++ b/l10n/el/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -62,7 +62,7 @@ msgstr "Για περισσότερες πληροφορίες, παρακαλώ #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Λήψη" #: templates/public.php:53 #, php-format diff --git a/l10n/en@pirate/files.po b/l10n/en@pirate/files.po index baf4a6c26452fe7bcab35dd47eed47e1a5d4d81a..fb845644ff7e9831a625dd2219a15688223107e2 100644 --- a/l10n/en@pirate/files.po +++ b/l10n/en@pirate/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-29 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,35 +227,35 @@ msgstr "" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/en@pirate/files_sharing.po b/l10n/en@pirate/files_sharing.po index 948f3707f307be191df716005df50fd57ea0a788..1a0792dafc6cf0d05274cd94f77b9a3f0b92480c 100644 --- a/l10n/en@pirate/files_sharing.po +++ b/l10n/en@pirate/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Download" #: templates/public.php:53 #, php-format diff --git a/l10n/en_GB/files.po b/l10n/en_GB/files.po index 76cf90ce86044aede8956136edc9bf93b1c578ef..f76c3ebaf6ed98184d567b1cabac1ed305a87bbb 100644 --- a/l10n/en_GB/files.po +++ b/l10n/en_GB/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 17:30+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: mnestis <transifex@mnestis.net>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -208,7 +208,7 @@ msgid "" "big." msgstr "Your download is being prepared. This might take some time if the files are big." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Pending" @@ -228,35 +228,35 @@ msgstr "Error" msgid "Could not rename file" msgstr "Could not rename file" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Error deleting file." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Name" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Size" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Modified" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n folder" msgstr[1] "%n folders" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n file" msgstr[1] "%n files" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Uploading %n file" diff --git a/l10n/en_GB/files_sharing.po b/l10n/en_GB/files_sharing.po index 592051e01d4732d900e71001501f093b88f43ac0..a64162837a56e350518d6ae7d86331a361bb7403 100644 --- a/l10n/en_GB/files_sharing.po +++ b/l10n/en_GB/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "For more info, please ask the person who sent this link." #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Download" #: templates/public.php:53 #, php-format diff --git a/l10n/eo/files.po b/l10n/eo/files.po index 46e8538e8e7321232a3555438e1b71df90faba9c..d27d9a664654b168cf6a64b80c6692b607903f78 100644 --- a/l10n/eo/files.po +++ b/l10n/eo/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -208,7 +208,7 @@ msgid "" "big." msgstr "Via elŝuto pretiĝatas. Ĉi tio povas daŭri iom da tempo se la dosieroj grandas." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Traktotaj" @@ -228,35 +228,35 @@ msgstr "Eraro" msgid "Could not rename file" msgstr "Ne povis alinomiĝi dosiero" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nomo" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Grando" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Modifita" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n dosierujo" msgstr[1] "%n dosierujoj" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n dosiero" msgstr[1] "%n dosieroj" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Alŝutatas %n dosiero" diff --git a/l10n/eo/files_sharing.po b/l10n/eo/files_sharing.po index 232c131f9f845ccb4c80a1582f5d7d511717ad18..b2c7e207da637988abc6ab9ae27b5ef69bcd2925 100644 --- a/l10n/eo/files_sharing.po +++ b/l10n/eo/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilo #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Elŝuti" #: templates/public.php:53 #, php-format diff --git a/l10n/es/files.po b/l10n/es/files.po index b46b9e00bd8e0fcea908443eb8a258d5f416ecc2..5e0f81e387a4e7366f99e754d58ad334822ceb05 100644 --- a/l10n/es/files.po +++ b/l10n/es/files.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 16:44+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: Art O. Pal <artopal@fastmail.fm>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" @@ -218,7 +218,7 @@ msgid "" "big." msgstr "Su descarga está siendo preparada. Esto podría tardar algo de tiempo si los archivos son grandes." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Pendiente" @@ -238,35 +238,35 @@ msgstr "Error" msgid "Could not rename file" msgstr "No se pudo renombrar el archivo" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Error al borrar el archivo" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nombre" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Tamaño" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Modificado" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n carpeta" msgstr[1] "%n carpetas" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n archivo" msgstr[1] "%n archivos" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Subiendo %n archivo" diff --git a/l10n/es/files_sharing.po b/l10n/es/files_sharing.po index 7017b241c8af158d73308fe6be62283c8ba29305..1d9b8f9f779cceddb065a5fe8a9476a6ca0f6953 100644 --- a/l10n/es/files_sharing.po +++ b/l10n/es/files_sharing.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" @@ -63,7 +63,7 @@ msgstr "Para mayor información, contacte a la persona que le envió el enlace." #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Descargar" #: templates/public.php:53 #, php-format diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po index e7e9f91c107c4bb0c426ac4f5812bb824a5a1aa7..05a5d472fb11d39784dba3078072a6443a996f29 100644 --- a/l10n/es_AR/files.po +++ b/l10n/es_AR/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -211,7 +211,7 @@ msgid "" "big." msgstr "Tu descarga se está preparando. Esto puede demorar si los archivos son muy grandes." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Pendientes" @@ -231,35 +231,35 @@ msgstr "Error" msgid "Could not rename file" msgstr "No se pudo renombrar el archivo" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Error al borrar el archivo." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nombre" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Tamaño" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Modificado" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n carpeta" msgstr[1] "%n carpetas" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n archivo" msgstr[1] "%n archivos" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Subiendo %n archivo" diff --git a/l10n/es_AR/files_sharing.po b/l10n/es_AR/files_sharing.po index 7552d05ac32a6c14525c73f836305825ebd85734..fb4a0b5bf373f156c87633fed388b99b9955fef7 100644 --- a/l10n/es_AR/files_sharing.po +++ b/l10n/es_AR/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -61,7 +61,7 @@ msgstr "Para mayor información, contactá a la persona que te mandó el enlace. #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Descargar" #: templates/public.php:53 #, php-format diff --git a/l10n/es_CL/files.po b/l10n/es_CL/files.po index c74b6e96351ef6b14cb7ceee3ccccdb5914bb1c5..266d97ede5e2449c10e36412ee5e90b18f48ca09 100644 --- a/l10n/es_CL/files.po +++ b/l10n/es_CL/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Chile) (http://www.transifex.com/projects/p/owncloud/language/es_CL/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,35 +227,35 @@ msgstr "Error" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/es_CL/files_sharing.po b/l10n/es_CL/files_sharing.po index 531c1c327225e672d4121ae42475aa53a0743461..e29e7d54feb754b0556900877854ceb7c1b64cbe 100644 --- a/l10n/es_CL/files_sharing.po +++ b/l10n/es_CL/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Chile) (http://www.transifex.com/projects/p/owncloud/language/es_CL/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Descargar" #: templates/public.php:53 #, php-format diff --git a/l10n/es_MX/files.po b/l10n/es_MX/files.po index 5cb2a292e3ed069a60a4bc08286b958188660794..0257d90866d7366acf3c9d3525bced353e75fd0e 100644 --- a/l10n/es_MX/files.po +++ b/l10n/es_MX/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "Su descarga está siendo preparada. Esto podría tardar algo de tiempo si los archivos son grandes." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Pendiente" @@ -227,35 +227,35 @@ msgstr "Error" msgid "Could not rename file" msgstr "No se pudo renombrar el archivo" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Error borrando el archivo." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nombre" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Tamaño" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Modificado" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n carpeta" msgstr[1] "%n carpetas" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n archivo" msgstr[1] "%n archivos" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Subiendo %n archivo" diff --git a/l10n/es_MX/files_sharing.po b/l10n/es_MX/files_sharing.po index 19203086f66a08b11f2165e54f6df37ff44d473b..6b0ac7a443f36e7962489a4efd3c67e9bbb37c55 100644 --- a/l10n/es_MX/files_sharing.po +++ b/l10n/es_MX/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "Para mayor información, contacte a la persona que le envió el enlace." #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Descargar" #: templates/public.php:53 #, php-format diff --git a/l10n/et_EE/files.po b/l10n/et_EE/files.po index 3250a5e542491f8c716752bac96ad382ca270298..95e5c718e990d6d2199f7dcb732d862fa58c5a53 100644 --- a/l10n/et_EE/files.po +++ b/l10n/et_EE/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:03+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" @@ -209,7 +209,7 @@ msgid "" "big." msgstr "Valmistatakse allalaadimist. See võib võtta veidi aega, kui on tegu suurte failidega. " -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Ootel" @@ -229,35 +229,35 @@ msgstr "Viga" msgid "Could not rename file" msgstr "Ei suuda faili ümber nimetada" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Viga faili kustutamisel." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nimi" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Suurus" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Muudetud" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n kataloog" msgstr[1] "%n kataloogi" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n fail" msgstr[1] "%n faili" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Laadin üles %n faili" diff --git a/l10n/et_EE/files_sharing.po b/l10n/et_EE/files_sharing.po index 10b6e48b97d23f2f66d63ad75c3f80e48de4c812..3a275271ccc52f6252c1f9b9a6e5e0bc458c6019 100644 --- a/l10n/et_EE/files_sharing.po +++ b/l10n/et_EE/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" @@ -61,7 +61,7 @@ msgstr "Täpsema info saamiseks palun pöördu lingi saatnud isiku poole." #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Lae alla" #: templates/public.php:53 #, php-format diff --git a/l10n/eu/files.po b/l10n/eu/files.po index 6427b9ba627c64c1589ae8bf211b6e5c047678b6..623359b6903b66a55429a083274283a3dd05e193 100644 --- a/l10n/eu/files.po +++ b/l10n/eu/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:03+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -209,7 +209,7 @@ msgid "" "big." msgstr "Zure deskarga prestatu egin behar da. Denbora bat har lezake fitxategiak handiak badira. " -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Zain" @@ -229,35 +229,35 @@ msgstr "Errorea" msgid "Could not rename file" msgstr "Ezin izan da fitxategia berrizendatu" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Errorea fitxategia ezabatzerakoan." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Izena" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Tamaina" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Aldatuta" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "karpeta %n" msgstr[1] "%n karpeta" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "fitxategi %n" msgstr[1] "%n fitxategi" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Fitxategi %n igotzen" diff --git a/l10n/eu/files_sharing.po b/l10n/eu/files_sharing.po index c52bd1dcaa176de7df6702a7136a5286b82bbd0d..cf7d9d97afc5e449358a6c3b684007bfbb1f5673 100644 --- a/l10n/eu/files_sharing.po +++ b/l10n/eu/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "Informazio gehiagorako, mesedez eskatu lotura hau bidali zuen pertsonari #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Deskargatu" #: templates/public.php:53 #, php-format diff --git a/l10n/eu_ES/files.po b/l10n/eu_ES/files.po index e16dac6ffb62ab18aefb371463bdd64a1875dd6b..9cdd06f5c7d778265bef5e28c01cabf488c0e47b 100644 --- a/l10n/eu_ES/files.po +++ b/l10n/eu_ES/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-29 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,35 +227,35 @@ msgstr "" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/eu_ES/files_sharing.po b/l10n/eu_ES/files_sharing.po index d4d13598f90b20ae824529023ba9d0cd9d3ffac6..df214550ddf36e457cc3f2de7aac73e769921967 100644 --- a/l10n/eu_ES/files_sharing.po +++ b/l10n/eu_ES/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Deskargatu" #: templates/public.php:53 #, php-format diff --git a/l10n/fa/files.po b/l10n/fa/files.po index 785f99750824ea090f4e73abc1787cd0727e3e54..d4451d5a3f20cea4412b8462b13ee321877539b7 100644 --- a/l10n/fa/files.po +++ b/l10n/fa/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:03+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -209,7 +209,7 @@ msgid "" "big." msgstr "دانلود شما در حال آماده شدن است. در صورتیکه پرونده ها بزرگ باشند ممکن است مدتی طول بکشد." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "در انتظار" @@ -229,33 +229,33 @@ msgstr "خطا" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "نام" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "اندازه" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "تاریخ" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "در حال بارگذاری %n فایل" diff --git a/l10n/fa/files_sharing.po b/l10n/fa/files_sharing.po index 1b915abe93059587b055b2b0e4d508eafd328400..4629b775c161a1dbf6720bb2b0157a6470f375af 100644 --- a/l10n/fa/files_sharing.po +++ b/l10n/fa/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "دانلود" #: templates/public.php:53 #, php-format diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po index 7cb4da23b94c34457dc0ee42eed8c9fe4e31b039..8ab13ecaa1a6b19cc02cc05b964f2aa81ecde3ae 100644 --- a/l10n/fi_FI/files.po +++ b/l10n/fi_FI/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -211,7 +211,7 @@ msgid "" "big." msgstr "Lataustasi valmistellaan. Tämä saattaa kestää hetken, jos tiedostot ovat suuria kooltaan." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Odottaa" @@ -231,35 +231,35 @@ msgstr "Virhe" msgid "Could not rename file" msgstr "Tiedoston nimeäminen uudelleen epäonnistui" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Virhe tiedostoa poistaessa." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nimi" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Koko" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Muokattu" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n kansio" msgstr[1] "%n kansiota" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n tiedosto" msgstr[1] "%n tiedostoa" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Lähetetään %n tiedosto" diff --git a/l10n/fi_FI/files_sharing.po b/l10n/fi_FI/files_sharing.po index 89275bbb78cc20af9b77b0f1d4bc36ebc39c4c82..0e5f159e745ced674402147948203b2a09cefdd3 100644 --- a/l10n/fi_FI/files_sharing.po +++ b/l10n/fi_FI/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "Kysy lisätietoja henkilöltä, jolta sait linkin." #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Lataa" #: templates/public.php:53 #, php-format diff --git a/l10n/fr/files.po b/l10n/fr/files.po index 66dadb75a59f1db7df18bd1a48306ffd942d1752..0adf80d9994d33c820a6c909bc2701bc02c40c81 100644 --- a/l10n/fr/files.po +++ b/l10n/fr/files.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 11:51+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: ptit_boogy <ptit.boogy@gmail.com>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -213,7 +213,7 @@ msgid "" "big." msgstr "Votre téléchargement est cours de préparation. Ceci peut nécessiter un certain temps si les fichiers sont volumineux." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "En attente" @@ -233,35 +233,35 @@ msgstr "Erreur" msgid "Could not rename file" msgstr "Impossible de renommer le fichier" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Erreur pendant la suppression du fichier." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nom" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Taille" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Modifié" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n dossier" msgstr[1] "%n dossiers" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n fichier" msgstr[1] "%n fichiers" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Téléversement de %n fichier" diff --git a/l10n/fr/files_sharing.po b/l10n/fr/files_sharing.po index 8f9218eff5fe53fb3d23bedfa67dfe982478f00c..cc538116e13f94f682e75c9e69508d5160c305a6 100644 --- a/l10n/fr/files_sharing.po +++ b/l10n/fr/files_sharing.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -63,7 +63,7 @@ msgstr "Pour plus d'informations, veuillez contacter la personne qui a envoyé c #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Télécharger" #: templates/public.php:53 #, php-format diff --git a/l10n/gl/files.po b/l10n/gl/files.po index 2911a848af3a236023760df06f5f1a9053043b7c..df8a13b7e7b25a639424171ebb87391c68f8ec24 100644 --- a/l10n/gl/files.po +++ b/l10n/gl/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 09:59+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: mbouzada <mbouzada@gmail.com>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" @@ -209,7 +209,7 @@ msgid "" "big." msgstr "Está a prepararse a súa descarga. Isto pode levar bastante tempo se os ficheiros son grandes." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Pendentes" @@ -229,35 +229,35 @@ msgstr "Erro" msgid "Could not rename file" msgstr "Non foi posíbel renomear o ficheiro" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Produciuse un erro ao eliminar o ficheiro." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nome" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Tamaño" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Modificado" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n cartafol" msgstr[1] "%n cartafoles" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n ficheiro" msgstr[1] "%n ficheiros" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Cargando %n ficheiro" diff --git a/l10n/gl/files_sharing.po b/l10n/gl/files_sharing.po index 5c8a57bd7f80048db35489a68a2d019861c32252..f51fc31940fd46a4ed2a886ec7ac7f6826ee334f 100644 --- a/l10n/gl/files_sharing.po +++ b/l10n/gl/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" @@ -61,7 +61,7 @@ msgstr "Para obter máis información, pregúntelle á persoa que lle enviou a l #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Descargar" #: templates/public.php:53 #, php-format diff --git a/l10n/he/files.po b/l10n/he/files.po index 7e3247a52b9728ea43400ceb39c8d72c007b9574..da41dbd1866cf7746de8fb9bab680a523f090a8c 100644 --- a/l10n/he/files.po +++ b/l10n/he/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -209,7 +209,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "ממתין" @@ -229,35 +229,35 @@ msgstr "שגיאה" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "שם" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "גודל" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "זמן שינוי" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/he/files_sharing.po b/l10n/he/files_sharing.po index 5c767c45b322d78a5918433be505aad513375e20..6d584900a50e4089e69c4236a74963a62a481cd2 100644 --- a/l10n/he/files_sharing.po +++ b/l10n/he/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "הורדה" #: templates/public.php:53 #, php-format diff --git a/l10n/hr/files.po b/l10n/hr/files.po index 92137ce666dce47132ffb7f155af3aaa2abf5cad..a1b83821589d2692926c1170edb663a5350cdc10 100644 --- a/l10n/hr/files.po +++ b/l10n/hr/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "U tijeku" @@ -227,37 +227,37 @@ msgstr "Greška" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Ime" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Veličina" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Zadnja promjena" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/hr/files_sharing.po b/l10n/hr/files_sharing.po index 717dcb56718b90d20194250fcaafecd821dafc3a..61ea14d646596112fe777f8bb28b3db292a67bf0 100644 --- a/l10n/hr/files_sharing.po +++ b/l10n/hr/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Preuzimanje" #: templates/public.php:53 #, php-format diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po index 5dcb933781310ae038495021089789d42d786aa6..5a32398159ecfcc70e5971d142650de517ca916e 100644 --- a/l10n/hu_HU/files.po +++ b/l10n/hu_HU/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -209,7 +209,7 @@ msgid "" "big." msgstr "Készül a letöltendő állomány. Ez eltarthat egy ideig, ha nagyok a fájlok." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Folyamatban" @@ -229,35 +229,35 @@ msgstr "Hiba" msgid "Could not rename file" msgstr "Az állomány nem nevezhető át" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Hiba a file törlése közben." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Név" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Méret" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Módosítva" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n mappa" msgstr[1] "%n mappa" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n állomány" msgstr[1] "%n állomány" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n állomány feltöltése" diff --git a/l10n/hu_HU/files_sharing.po b/l10n/hu_HU/files_sharing.po index 78881662f09c50ec92759e4ac13f7c74ebb13450..5f7118543ea6cbb9dc75d93683764b6a3b1c80a5 100644 --- a/l10n/hu_HU/files_sharing.po +++ b/l10n/hu_HU/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "További információért forduljon ahhoz, aki ezt a linket küldte Önn #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Letöltés" #: templates/public.php:53 #, php-format diff --git a/l10n/hy/files.po b/l10n/hy/files.po index 92dff08aba652bfe47bfc797a47a20d954ced9b5..106e741d99b2358f0fd7040bfb7df2d17b514fe4 100644 --- a/l10n/hy/files.po +++ b/l10n/hy/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-29 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,35 +227,35 @@ msgstr "" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/hy/files_sharing.po b/l10n/hy/files_sharing.po index d7da6fc08e4b14e4f06fa4b080b7554597146700..72f66cb45370bf1e6f26730efc47a58f765a8927 100644 --- a/l10n/hy/files_sharing.po +++ b/l10n/hy/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Բեռնել" #: templates/public.php:53 #, php-format diff --git a/l10n/ia/files.po b/l10n/ia/files.po index f8c21aa50cd0aa043d9f2b635b58af6647f6dee2..3e88c641b128be8a48b0d69e6a1e716ec02bc22f 100644 --- a/l10n/ia/files.po +++ b/l10n/ia/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:03+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,35 +227,35 @@ msgstr "Error" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nomine" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Dimension" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Modificate" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/ia/files_sharing.po b/l10n/ia/files_sharing.po index d1b982292b6d745914ce1e01054dd86b64b280c6..f8132fbbea41e6efea633c42c2c0111f0c57cbd1 100644 --- a/l10n/ia/files_sharing.po +++ b/l10n/ia/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Discargar" #: templates/public.php:53 #, php-format diff --git a/l10n/id/files.po b/l10n/id/files.po index ec25e29b5d4257b6b8eeec2f67a0051d001297a5..3833c39b967d35a77a6e56f28a8bf2f6ba8ae051 100644 --- a/l10n/id/files.po +++ b/l10n/id/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -208,7 +208,7 @@ msgid "" "big." msgstr "Unduhan Anda sedang disiapkan. Prosesnya dapat berlangsung agak lama jika ukuran berkasnya besar." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Menunggu" @@ -228,33 +228,33 @@ msgstr "Galat" msgid "Could not rename file" msgstr "Tidak dapat mengubah nama berkas" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Galat saat menghapus berkas." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nama" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Ukuran" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Dimodifikasi" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n folder" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n berkas" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Mengunggah %n berkas" diff --git a/l10n/id/files_sharing.po b/l10n/id/files_sharing.po index 65bb75747319dd29e0d0d6c96190bd87428ba1ae..e6b078bd4d908ebb5e2f5f67be7cf0327a808417 100644 --- a/l10n/id/files_sharing.po +++ b/l10n/id/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "Untuk info lebih lanjut, silakan tanyakan orang yang mengirim tautan ini #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Unduh" #: templates/public.php:53 #, php-format diff --git a/l10n/is/files.po b/l10n/is/files.po index b4b6da65a90b4296acf94ca0cd66dad012c96d12..7c9a4cd3a1f23a4bca2c384c179acf136ba7fcd4 100644 --- a/l10n/is/files.po +++ b/l10n/is/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Bíður" @@ -227,35 +227,35 @@ msgstr "Villa" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nafn" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Stærð" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Breytt" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/is/files_sharing.po b/l10n/is/files_sharing.po index ba4e96d5213e49e48d0df3c4ae3c72d24637ad03..8d4cb5b66fbb4901db5b447126f936ade6dff977 100644 --- a/l10n/is/files_sharing.po +++ b/l10n/is/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Niðurhal" #: templates/public.php:53 #, php-format diff --git a/l10n/it/files.po b/l10n/it/files.po index ba17c812edabcda2c7011ae16ebc1ee7b270b5c3..37507d5e523a93a56c087aaf267c77cfb393d54c 100644 --- a/l10n/it/files.po +++ b/l10n/it/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-02 01:55-0400\n" -"PO-Revision-Date: 2014-05-01 11:06+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/files_sharing.po b/l10n/it/files_sharing.po index 832226914b2e4b4df4835fa186e2923210b73461..b2fe87daf246fda292657635cd614975dc7cb0e0 100644 --- a/l10n/it/files_sharing.po +++ b/l10n/it/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" @@ -61,7 +61,7 @@ msgstr "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il col #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Scarica" #: templates/public.php:53 #, php-format diff --git a/l10n/ja/files.po b/l10n/ja/files.po index 7f961119665911210fbb909e9c55ebba82188d55..bacef458ce78c949b4a87776e81f1d300674eac5 100644 --- a/l10n/ja/files.po +++ b/l10n/ja/files.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-01 01:55-0400\n" -"PO-Revision-Date: 2014-04-30 18:30+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: mikako\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja/files_sharing.po b/l10n/ja/files_sharing.po index 6e17abf5636eae370a6c0893c599b74059d06c76..32abbb51eba02ecbbf66c203be596daf4722ed0f 100644 --- a/l10n/ja/files_sharing.po +++ b/l10n/ja/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" @@ -62,7 +62,7 @@ msgstr "不明な点は、こちらのリンクの提供者に確認をお願い #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "ダウンロード" #: templates/public.php:53 #, php-format diff --git a/l10n/jv/files.po b/l10n/jv/files.po index cfb151df33544178c62d72a7d67c5bb7b34b3d96..dd04289877d25b65f960ad0c782dd174249e6045 100644 --- a/l10n/jv/files.po +++ b/l10n/jv/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-29 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Javanese (http://www.transifex.com/projects/p/owncloud/language/jv/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,35 +227,35 @@ msgstr "" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/jv/files_sharing.po b/l10n/jv/files_sharing.po index 7679db9ed91580e682449c934508a5318eb15aaf..1b1b9c350908b1b2f70d2fa1d3f871f1b52f1814 100644 --- a/l10n/jv/files_sharing.po +++ b/l10n/jv/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Javanese (http://www.transifex.com/projects/p/owncloud/language/jv/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Njipuk" #: templates/public.php:53 #, php-format diff --git a/l10n/ka_GE/files.po b/l10n/ka_GE/files.po index 074ae3dc5b5017471ef6e4d260b476afa8dab8cc..38a6d30197919d4606a4df5c26663e31aef62b66 100644 --- a/l10n/ka_GE/files.po +++ b/l10n/ka_GE/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:03+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "გადმოწერის მოთხოვნა მუშავდება. ის მოითხოვს გარკვეულ დროს რაგდან ფაილები არის დიდი ზომის." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "მოცდის რეჟიმში" @@ -227,33 +227,33 @@ msgstr "შეცდომა" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "სახელი" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "ზომა" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "შეცვლილია" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/ka_GE/files_sharing.po b/l10n/ka_GE/files_sharing.po index a8e74373ff7334bae3f29f9b23607632d064c918..60eddfd228a1fe6004c688cca27b1feed89e0c42 100644 --- a/l10n/ka_GE/files_sharing.po +++ b/l10n/ka_GE/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "ჩამოტვირთვა" #: templates/public.php:53 #, php-format diff --git a/l10n/km/files.po b/l10n/km/files.po index 3423550bf7763717aaa3dc899f38df7d207517ae..c64208f96621e6f0c92ebaf5dada8150fdb4787f 100644 --- a/l10n/km/files.po +++ b/l10n/km/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,33 +227,33 @@ msgstr "កំហុស" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "ឈ្មោះ" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "ទំហំ" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/km/files_sharing.po b/l10n/km/files_sharing.po index 1e5fb7e614715409e079023c5c274d3c4e0e160c..542b4301873535839c92e44e7b0abc61eac11888 100644 --- a/l10n/km/files_sharing.po +++ b/l10n/km/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "ទាញយក" #: templates/public.php:53 #, php-format diff --git a/l10n/ko/files.po b/l10n/ko/files.po index 904f57dfd9aaba9366a1b619d93a20fdf1d92aa1..0ad3f4f0907f28f49556e215da27e455f219fb3f 100644 --- a/l10n/ko/files.po +++ b/l10n/ko/files.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -213,7 +213,7 @@ msgid "" "big." msgstr "다운로드 준비 중입니다. 파일 크기가 크면 시간이 오래 걸릴 수도 있습니다." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "대기 중" @@ -233,33 +233,33 @@ msgstr "오류" msgid "Could not rename file" msgstr "이름을 변경할 수 없음" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "파일 삭제 오류." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "이름" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "크기" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "수정됨" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "폴더 %n개" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "파일 %n개" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "파일 %n개 업로드 중" diff --git a/l10n/ko/files_sharing.po b/l10n/ko/files_sharing.po index 34126924a8267fa5d9226e79d4b70ad563ebff51..5084a6a34300b578a6b13fc719b431a3c4a0d5a7 100644 --- a/l10n/ko/files_sharing.po +++ b/l10n/ko/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -62,7 +62,7 @@ msgstr "자세한 정보는 링크를 보낸 사람에게 문의하십시오." #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "다운로드" #: templates/public.php:53 #, php-format diff --git a/l10n/ku_IQ/files.po b/l10n/ku_IQ/files.po index a41f90849525f4e43817f351b5153c0a48707526..59d0ed005e803e08e7c258a3c782c618b81bd644 100644 --- a/l10n/ku_IQ/files.po +++ b/l10n/ku_IQ/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,35 +227,35 @@ msgstr "ههڵه" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "ناو" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/ku_IQ/files_sharing.po b/l10n/ku_IQ/files_sharing.po index 050f866d2d529b60a1db26ce4b24aee186c261e9..1c8582199505a77d13b3055224a67ccc0e7a5de7 100644 --- a/l10n/ku_IQ/files_sharing.po +++ b/l10n/ku_IQ/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "داگرتن" #: templates/public.php:53 #, php-format diff --git a/l10n/lb/files.po b/l10n/lb/files.po index fbb5d8c3d744d748231e12fa936b401d1b8e433d..276a983493b46dcf24baed8d647a7c55ce31e1b9 100644 --- a/l10n/lb/files.po +++ b/l10n/lb/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,35 +227,35 @@ msgstr "Fehler" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Numm" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Gréisst" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Geännert" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/lb/files_sharing.po b/l10n/lb/files_sharing.po index 89397057e8bace2dde576cf9cb514d172d1a7da5..b721953d2f1d71f7d18b7cf1d9689f89439bfe2f 100644 --- a/l10n/lb/files_sharing.po +++ b/l10n/lb/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Download" #: templates/public.php:53 #, php-format diff --git a/l10n/lt_LT/files.po b/l10n/lt_LT/files.po index 2d68571b675984f00a461c40188a0380ffb9a775..24c24167cdfa4c9d1487aa02ad6f4446a7fe1a4e 100644 --- a/l10n/lt_LT/files.po +++ b/l10n/lt_LT/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -210,7 +210,7 @@ msgid "" "big." msgstr "Jūsų atsisiuntimas yra paruošiamas. tai gali užtrukti jei atsisiunčiamas didelis failas." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Laukiantis" @@ -230,37 +230,37 @@ msgstr "Klaida" msgid "Could not rename file" msgstr "Neįmanoma pervadinti failo" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Klaida trinant failą." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Pavadinimas" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Dydis" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Pakeista" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n aplankas" msgstr[1] "%n aplankai" msgstr[2] "%n aplankų" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n failas" msgstr[1] "%n failai" msgstr[2] "%n failų" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Įkeliamas %n failas" diff --git a/l10n/lt_LT/files_sharing.po b/l10n/lt_LT/files_sharing.po index c445cd9439853e9225d0f75e5d514da1cf62b0f7..aff746d830e5b950a4915e03ec6f69790d1d9ca8 100644 --- a/l10n/lt_LT/files_sharing.po +++ b/l10n/lt_LT/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -62,7 +62,7 @@ msgstr "Dėl tikslesnės informacijos susisiekite su asmeniu atsiuntusiu nuorod #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Atsisiųsti" #: templates/public.php:53 #, php-format diff --git a/l10n/lv/files.po b/l10n/lv/files.po index 0b565aaef5c080f1e2a441f15961434de41f651d..afbe3fca37dd0ccf238baba16040a436b0ccfce6 100644 --- a/l10n/lv/files.po +++ b/l10n/lv/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -208,7 +208,7 @@ msgid "" "big." msgstr "Tiek sagatavota lejupielāde. Tas var aizņemt kādu laiciņu, ja datnes ir lielas." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Gaida savu kārtu" @@ -228,37 +228,37 @@ msgstr "Kļūda" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nosaukums" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Izmērs" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Mainīts" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n mapes" msgstr[1] "%n mape" msgstr[2] "%n mapes" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n faili" msgstr[1] "%n fails" msgstr[2] "%n faili" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n" diff --git a/l10n/lv/files_sharing.po b/l10n/lv/files_sharing.po index 22d9eeb63d1376a207f4be367a2e36e90f9870d0..f8368d733c1e8b91e8a0998d2969ec697461fa05 100644 --- a/l10n/lv/files_sharing.po +++ b/l10n/lv/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Lejupielādēt" #: templates/public.php:53 #, php-format diff --git a/l10n/mk/files.po b/l10n/mk/files.po index d21cf3ac7efacc1f935d88817d022003385bbdca..d1a70a160376da1ed2719c20c0d597358981382e 100644 --- a/l10n/mk/files.po +++ b/l10n/mk/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -208,7 +208,7 @@ msgid "" "big." msgstr "Вашето преземање се подготвува. Ова може да потрае до колку датотеките се големи." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Чека" @@ -228,35 +228,35 @@ msgstr "Грешка" msgid "Could not rename file" msgstr "Не можам да ја преименувам датотеката" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Име" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Големина" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Променето" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/mk/files_sharing.po b/l10n/mk/files_sharing.po index a9134088ae29f02ced4953edd1e5398d4d109446..e2db790c6443d5ae5ae4c510f6db4d8a900de5c5 100644 --- a/l10n/mk/files_sharing.po +++ b/l10n/mk/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Преземи" #: templates/public.php:53 #, php-format diff --git a/l10n/ms_MY/files.po b/l10n/ms_MY/files.po index 1426aefdc8dcccb6b6dc507e7956227267e52162..afa41600bfc0e2c2f665d5ebed8248363b0422c3 100644 --- a/l10n/ms_MY/files.po +++ b/l10n/ms_MY/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Dalam proses" @@ -227,33 +227,33 @@ msgstr "Ralat" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nama" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Saiz" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Dimodifikasi" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/ms_MY/files_sharing.po b/l10n/ms_MY/files_sharing.po index 2108c5f72689bc1d74b15bc6e33a66196da7c33f..16aae3a399e2924a72127ce1f71d5d79875cd0b1 100644 --- a/l10n/ms_MY/files_sharing.po +++ b/l10n/ms_MY/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Muat turun" #: templates/public.php:53 #, php-format diff --git a/l10n/my_MM/files.po b/l10n/my_MM/files.po index 337c16824541aa409de06fb14da39ed40e8ab530..d82c17507d59eaac742911a9a11c14f3ed0a38e1 100644 --- a/l10n/my_MM/files.po +++ b/l10n/my_MM/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-29 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,33 +227,33 @@ msgstr "" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/my_MM/files_sharing.po b/l10n/my_MM/files_sharing.po index 6df94e6c43943d0ea7d7a7801d5204e98b7cc680..8664c543ee4354755c0e4cb68f0b9f10e5fdabc5 100644 --- a/l10n/my_MM/files_sharing.po +++ b/l10n/my_MM/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "ဒေါင်းလုတ်" #: templates/public.php:53 #, php-format diff --git a/l10n/nb_NO/files.po b/l10n/nb_NO/files.po index 8c9b8489b148269b7b034b1b215316606793e1af..27d7b60b712b8dd90226605e645c238b4eba4db8 100644 --- a/l10n/nb_NO/files.po +++ b/l10n/nb_NO/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -211,7 +211,7 @@ msgid "" "big." msgstr "Nedlastingen din klargjøres. Hvis filene er store kan dette ta litt tid." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Ventende" @@ -231,35 +231,35 @@ msgstr "Feil" msgid "Could not rename file" msgstr "Klarte ikke å gi nytt navn til fil" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Feil ved sletting av fil." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Navn" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Størrelse" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Endret" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n mappe" msgstr[1] "%n mapper" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n fil" msgstr[1] "%n filer" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Laster opp %n fil" diff --git a/l10n/nb_NO/files_sharing.po b/l10n/nb_NO/files_sharing.po index a20c8f2931275e316c933a931dbe95381eec0d0e..65c7005a429ef28f6de630956980936b1d0b9013 100644 --- a/l10n/nb_NO/files_sharing.po +++ b/l10n/nb_NO/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -61,7 +61,7 @@ msgstr "For mer informasjon, spør personen som sendte lenken." #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Last ned" #: templates/public.php:53 #, php-format diff --git a/l10n/nl/files.po b/l10n/nl/files.po index 48203bdf1ccd5165cc7cef3d5865806df9fadc96..f844d855f960139863260a6b5809ae0a50c8c881 100644 --- a/l10n/nl/files.po +++ b/l10n/nl/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 09:59+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: André Koot <meneer@tken.net>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -209,7 +209,7 @@ msgid "" "big." msgstr "Uw download wordt voorbereid. Dit kan enige tijd duren bij grote bestanden." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "In behandeling" @@ -229,35 +229,35 @@ msgstr "Fout" msgid "Could not rename file" msgstr "Kon niet hernoemen bestand" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Fout bij verwijderen bestand." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Naam" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Grootte" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Aangepast" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "%n mappen" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "%n bestanden" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n bestand aan het uploaden" diff --git a/l10n/nl/files_sharing.po b/l10n/nl/files_sharing.po index 51d26fbe717fd1d73c98564e61fe9c81196bf4e8..7355d565606c1533e841101db5eec62ccaa51b9f 100644 --- a/l10n/nl/files_sharing.po +++ b/l10n/nl/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -61,7 +61,7 @@ msgstr "Voor meer informatie, neem contact op met de persoon die u deze link hee #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Downloaden" #: templates/public.php:53 #, php-format diff --git a/l10n/nn_NO/files.po b/l10n/nn_NO/files.po index 6fc0146bd6a5f92313942a8de7051feea6fc8db7..41c6b8f1d4237bfde262e7138beb7348bed68299 100644 --- a/l10n/nn_NO/files.po +++ b/l10n/nn_NO/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-01 01:55-0400\n" -"PO-Revision-Date: 2014-04-30 14:10+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/files_sharing.po b/l10n/nn_NO/files_sharing.po index 070ffb4c371a465dfc48722d778b9f5ddf4374a3..36b39a6c212d40ffbb1f182c68af05b515b027a0 100644 --- a/l10n/nn_NO/files_sharing.po +++ b/l10n/nn_NO/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "Spør den som sende deg lenkje om du vil ha meir informasjon." #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Last ned" #: templates/public.php:53 #, php-format diff --git a/l10n/oc/files.po b/l10n/oc/files.po index 6706ce9e00664000ed384a3acf3132b55dc09fbe..61ba41a3c4c7379f31ff9ed3c837fbe3b065d946 100644 --- a/l10n/oc/files.po +++ b/l10n/oc/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Al esperar" @@ -227,35 +227,35 @@ msgstr "Error" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nom" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Talha" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Modificat" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/oc/files_sharing.po b/l10n/oc/files_sharing.po index da5d555480862f31a96424bbf4d901130c1a657d..a59c0fca5742aee4e19953b511d7041a2e98897e 100644 --- a/l10n/oc/files_sharing.po +++ b/l10n/oc/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Avalcarga" #: templates/public.php:53 #, php-format diff --git a/l10n/pa/files.po b/l10n/pa/files.po index 656a50aca399213684873cd28c3c7f080acb9677..b93cb7f09802b62971cd42dbca4edc35b1d33865 100644 --- a/l10n/pa/files.po +++ b/l10n/pa/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:03+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,35 +227,35 @@ msgstr "ਗਲਤੀ" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/pa/files_sharing.po b/l10n/pa/files_sharing.po index e1076efb1a0cbbf72cd64c54c4f71c6236decb45..fccb1b02ec6665279131b296fd3a9336bf37f75e 100644 --- a/l10n/pa/files_sharing.po +++ b/l10n/pa/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "ਡਾਊਨਲੋਡ" #: templates/public.php:53 #, php-format diff --git a/l10n/pl/files.po b/l10n/pl/files.po index d0eba3d86fa0418904f8c8b9dbea479d53123fda..e98cc9873b460fcd1b150601a10dfb5f55aa0ad0 100644 --- a/l10n/pl/files.po +++ b/l10n/pl/files.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-04 05:52+0000\n" +"Last-Translator: bobie <maciej.przybecki@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -213,13 +213,13 @@ msgid "" "big." msgstr "Pobieranie jest przygotowywane. Może to zająć trochę czasu jeśli pliki są duże." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Oczekujące" #: js/filelist.js:916 msgid "Error moving file." -msgstr "" +msgstr "Błąd podczas przenoszenia pliku." #: js/filelist.js:924 msgid "Error moving file" @@ -233,37 +233,37 @@ msgstr "Błąd" msgid "Could not rename file" msgstr "Nie można zmienić nazwy pliku" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Błąd podczas usuwania pliku" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nazwa" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Rozmiar" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Modyfikacja" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n katalog" msgstr[1] "%n katalogi" msgstr[2] "%n katalogów" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n plik" msgstr[1] "%n pliki" msgstr[2] "%n plików" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Wysyłanie %n pliku" diff --git a/l10n/pl/files_external.po b/l10n/pl/files_external.po index f12f969ecb0ce987a3b9c7dc9a648d2b4dbbb878..d24253f606e8683c3a8b7d1200b0223a79a93b41 100644 --- a/l10n/pl/files_external.po +++ b/l10n/pl/files_external.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:03+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-04 05:50+0000\n" +"Last-Translator: bobie <maciej.przybecki@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,59 +29,59 @@ msgstr "Lokalizacja" #: appinfo/app.php:39 msgid "Amazon S3" -msgstr "" +msgstr "Amazon S3" #: appinfo/app.php:41 msgid "Key" -msgstr "" +msgstr "Klucz" #: appinfo/app.php:42 msgid "Secret" -msgstr "" +msgstr "Hasło" #: appinfo/app.php:43 appinfo/app.php:51 msgid "Bucket" -msgstr "" +msgstr "Kosz" #: appinfo/app.php:47 msgid "Amazon S3 and compliant" -msgstr "" +msgstr "Amazon S3 i zgodne" #: appinfo/app.php:49 msgid "Access Key" -msgstr "" +msgstr "Klucz dostępu" #: appinfo/app.php:50 msgid "Secret Key" -msgstr "" +msgstr "Klucz hasła" #: appinfo/app.php:52 msgid "Hostname (optional)" -msgstr "" +msgstr "Nazwa hosta (opcjonalnie)" #: appinfo/app.php:53 msgid "Port (optional)" -msgstr "" +msgstr "Port (opcjonalnie)" #: appinfo/app.php:54 msgid "Region (optional)" -msgstr "" +msgstr "Region (opcjonalnie)" #: appinfo/app.php:55 msgid "Enable SSL" -msgstr "" +msgstr "Włącz SSL" #: appinfo/app.php:56 msgid "Enable Path Style" -msgstr "" +msgstr "Włącz styl ścieżki" #: appinfo/app.php:63 msgid "App key" -msgstr "" +msgstr "Klucz aplikacji" #: appinfo/app.php:64 msgid "App secret" -msgstr "" +msgstr "Hasło aplikacji" #: appinfo/app.php:73 appinfo/app.php:111 appinfo/app.php:121 #: appinfo/app.php:131 appinfo/app.php:141 appinfo/app.php:151 @@ -101,59 +101,59 @@ msgstr "Hasło" #: appinfo/app.php:76 appinfo/app.php:115 appinfo/app.php:124 #: appinfo/app.php:134 appinfo/app.php:154 msgid "Root" -msgstr "" +msgstr "Root" #: appinfo/app.php:77 msgid "Secure ftps://" -msgstr "" +msgstr "Bezpieczny ftps://" #: appinfo/app.php:84 msgid "Client ID" -msgstr "" +msgstr "ID klienta" #: appinfo/app.php:85 msgid "Client secret" -msgstr "" +msgstr "Hasło klienta" #: appinfo/app.php:92 msgid "OpenStack Object Storage" -msgstr "" +msgstr "Magazyn obiektów OpenStack" #: appinfo/app.php:94 msgid "Username (required)" -msgstr "" +msgstr "Użytkownik (wymagany)" #: appinfo/app.php:95 msgid "Bucket (required)" -msgstr "" +msgstr "Kosz (wymagany)" #: appinfo/app.php:96 msgid "Region (optional for OpenStack Object Storage)" -msgstr "" +msgstr "Region (opcjonalny dla magazynu obiektów OpenStack)" #: appinfo/app.php:97 msgid "API Key (required for Rackspace Cloud Files)" -msgstr "" +msgstr "Klucz API (wymagany dla plików Rackspace Cloud)" #: appinfo/app.php:98 msgid "Tenantname (required for OpenStack Object Storage)" -msgstr "" +msgstr "Nazwa najemcy (wymagana dla magazynu obiektów OpenStack)" #: appinfo/app.php:99 msgid "Password (required for OpenStack Object Storage)" -msgstr "" +msgstr "Hasło (wymagane dla magazynu obiektów OpenStack)" #: appinfo/app.php:100 msgid "Service Name (required for OpenStack Object Storage)" -msgstr "" +msgstr "Nazwa usługi (wymagana dla magazynu obiektów OpenStack)" #: appinfo/app.php:101 msgid "URL of identity endpoint (required for OpenStack Object Storage)" -msgstr "" +msgstr "URL lub zakończenie jednostki (wymagane dla magazynu obiektów OpenStack)" #: appinfo/app.php:102 msgid "Timeout of HTTP requests in seconds (optional)" -msgstr "" +msgstr "Czas wygaśnięcia żądań HTTP w sekundach (opcjonalne)" #: appinfo/app.php:114 appinfo/app.php:123 msgid "Share" @@ -161,19 +161,19 @@ msgstr "Udostępnij" #: appinfo/app.php:119 msgid "SMB / CIFS using OC login" -msgstr "" +msgstr "SMB / CIFS przy użyciu loginu OC" #: appinfo/app.php:122 msgid "Username as share" -msgstr "" +msgstr "Użytkownik jako zasób" #: appinfo/app.php:135 appinfo/app.php:145 msgid "Secure https://" -msgstr "" +msgstr "Bezpieczny https://" #: appinfo/app.php:144 msgid "Remote subfolder" -msgstr "" +msgstr "Zdalny podfolder" #: js/dropbox.js:7 js/dropbox.js:29 js/google.js:8 js/google.js:40 msgid "Access granted" diff --git a/l10n/pl/files_sharing.po b/l10n/pl/files_sharing.po index eef551c0887a43cf687429cce6a70afc2e17c3f3..e87dd22a17cfb6cc776a18bda5e989cbfc19154c 100644 --- a/l10n/pl/files_sharing.po +++ b/l10n/pl/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -61,7 +61,7 @@ msgstr "Aby uzyskać więcej informacji proszę poprosić osobę, która wysła #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Pobierz" #: templates/public.php:53 #, php-format diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po index 915330fcad801f109c71eab8161031e895a2dd18..ff16821a7b6282f86c66093bf3a09c247dd1e485 100644 --- a/l10n/pt_BR/files.po +++ b/l10n/pt_BR/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-01 01:55-0400\n" -"PO-Revision-Date: 2014-04-30 23:30+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: Flávio Veras <flaviove@gmail.com>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/files_sharing.po b/l10n/pt_BR/files_sharing.po index 5c9af0ffb37099d31e1da52cd738a19aebd772d0..aaca3b457d3422d6e159409680a5dd362071d50c 100644 --- a/l10n/pt_BR/files_sharing.po +++ b/l10n/pt_BR/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "Para mais informações, por favor, pergunte a pessoa que enviou este li #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Baixar" #: templates/public.php:53 #, php-format diff --git a/l10n/pt_PT/files.po b/l10n/pt_PT/files.po index 14802c49dc32eafc5f62bf76292111f6b918e1c9..44781168011ed6c0f7e180f9a771250a5a6c826d 100644 --- a/l10n/pt_PT/files.po +++ b/l10n/pt_PT/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -211,7 +211,7 @@ msgid "" "big." msgstr "O seu download está a ser preparado. Este processo pode demorar algum tempo se os ficheiros forem grandes." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Pendente" @@ -231,35 +231,35 @@ msgstr "Erro" msgid "Could not rename file" msgstr "Não pôde renomear o ficheiro" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Erro ao apagar o ficheiro." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Nome" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Tamanho" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Modificado" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n pasta" msgstr[1] "%n pastas" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n ficheiro" msgstr[1] "%n ficheiros" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "A carregar %n ficheiro" diff --git a/l10n/pt_PT/files_sharing.po b/l10n/pt_PT/files_sharing.po index 1f1a2bd81f297904c0c2d55f2cdd9f218ab932a7..16d45991839f007ce08126a5a200a93ff457b33b 100644 --- a/l10n/pt_PT/files_sharing.po +++ b/l10n/pt_PT/files_sharing.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -63,7 +63,7 @@ msgstr "Para mais informações, por favor questione a pessoa que lhe enviou est #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Transferir" #: templates/public.php:53 #, php-format diff --git a/l10n/ro/files.po b/l10n/ro/files.po index 65babe8bd14d0cc0d46360d64732ad3370b261e0..4098cc55aaf19906218905b697058929007eb71f 100644 --- a/l10n/ro/files.po +++ b/l10n/ro/files.po @@ -9,15 +9,16 @@ # corneliu.e <corneliueva@yahoo.com>, 2013 # dimaursu16 <dima@ceata.org>, 2013 # inaina <ina.c.ina@gmail.com>, 2013 +# lauraberindei <lauraagavriloae@yahoo.com>, 2014 # ripkid666 <ripkid666@gmail.com>, 2013 # sergiu_sechel <sergiu.sechel@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-02 01:55-0400\n" -"PO-Revision-Date: 2014-05-01 16:00+0000\n" -"Last-Translator: mozguletz <__sashok@mail.ru>\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 15:29+0000\n" +"Last-Translator: lauraberindei <lauraagavriloae@yahoo.com>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -69,7 +70,7 @@ msgstr "Sursă nevalidă" #: ajax/newfile.php:102 msgid "" "Server is not allowed to open URLs, please check the server configuration" -msgstr "" +msgstr "Serverului nu ii este permis sa deschida URL-ul , verificati setarile serverului" #: ajax/newfile.php:118 #, php-format @@ -288,7 +289,7 @@ msgstr "Spațiul de stocare este aproape plin ({usedSpacePercent}%)" msgid "" "Encryption App is enabled but your keys are not initialized, please log-out " "and log-in again" -msgstr "" +msgstr "Aplicatia de criptare este activata dar tastatura nu este initializata , va rugam deconectati-va si reconectati-va" #: js/files.js:137 msgid "" diff --git a/l10n/ro/files_sharing.po b/l10n/ro/files_sharing.po index b2d927e12f3a8a7ce6d0d88da99789d28fc9fc9a..3f48febdbc939220a7d211f48ae2eb2315484704 100644 --- a/l10n/ro/files_sharing.po +++ b/l10n/ro/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Descarcă" #: templates/public.php:53 #, php-format diff --git a/l10n/ro/user_ldap.po b/l10n/ro/user_ldap.po index 6f966c10289941a0ecb1fb1c8db8e354a870f8f1..23c097fe0622c0cbadfeebae847371c9e1ec76ea 100644 --- a/l10n/ro/user_ldap.po +++ b/l10n/ro/user_ldap.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# lauraberindei <lauraagavriloae@yahoo.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:03+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 18:15+0000\n" +"Last-Translator: lauraberindei <lauraagavriloae@yahoo.com>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,7 +28,7 @@ msgstr "" #: ajax/testConfiguration.php:39 msgid "The configuration is valid and the connection could be established!" -msgstr "" +msgstr "Configuraţia este valida şi s-a stabilit conectarea" #: ajax/testConfiguration.php:42 msgid "" @@ -43,11 +44,11 @@ msgstr "" #: ajax/wizard.php:32 msgid "No action specified" -msgstr "" +msgstr "Nu este specificata nici o acţiune " #: ajax/wizard.php:38 msgid "No configuration specified" -msgstr "" +msgstr "Nu este specificata nici o configurare " #: ajax/wizard.php:81 msgid "No data specified" @@ -68,11 +69,11 @@ msgstr "" #: js/settings.js:84 msgid "Keep settings?" -msgstr "" +msgstr "Păstraţi setările ?" #: js/settings.js:99 msgid "Cannot add server configuration" -msgstr "" +msgstr "Nu se poate adăuga configuraţia serverului " #: js/settings.js:127 msgid "mappings cleared" @@ -88,19 +89,19 @@ msgstr "Eroare" #: js/settings.js:780 msgid "Configuration OK" -msgstr "" +msgstr "Configuraţie valida" #: js/settings.js:789 msgid "Configuration incorrect" -msgstr "" +msgstr "Configuraţie incorecta " #: js/settings.js:798 msgid "Configuration incomplete" -msgstr "" +msgstr "Configuraţie incompleta " #: js/settings.js:815 js/settings.js:824 msgid "Select groups" -msgstr "" +msgstr "Selectaţi grupuri " #: js/settings.js:818 js/settings.js:827 msgid "Select object classes" @@ -108,23 +109,23 @@ msgstr "" #: js/settings.js:821 msgid "Select attributes" -msgstr "" +msgstr "Selectaţi caracteristici" #: js/settings.js:848 msgid "Connection test succeeded" -msgstr "" +msgstr "Testul de conectare a reuşit " #: js/settings.js:855 msgid "Connection test failed" -msgstr "" +msgstr "Testul de conectare a eşuat " #: js/settings.js:864 msgid "Do you really want to delete the current Server Configuration?" -msgstr "" +msgstr "Sunteţi sigur ca vreţi sa ştergeţi configuraţia actuala a serverului ?" #: js/settings.js:865 msgid "Confirm Deletion" -msgstr "" +msgstr "Confirmaţi Ştergerea " #: lib/wizard.php:79 lib/wizard.php:93 #, php-format @@ -156,7 +157,7 @@ msgstr "Salvează" #: templates/part.settingcontrols.php:4 msgid "Test Configuration" -msgstr "" +msgstr "Configurare test" #: templates/part.settingcontrols.php:10 templates/part.wizardcontrols.php:14 msgid "Help" @@ -213,7 +214,7 @@ msgstr "" #: templates/part.wizard-loginfilter.php:24 msgid "Other Attributes:" -msgstr "" +msgstr "Alte caracteristici :" #: templates/part.wizard-loginfilter.php:38 #, php-format @@ -224,7 +225,7 @@ msgstr "" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" -msgstr "" +msgstr "Adăugaţi Configuraţia Serverului" #: templates/part.wizard-server.php:30 msgid "Host" @@ -279,7 +280,7 @@ msgstr "" #: templates/part.wizard-userfilter.php:38 msgid "users found" -msgstr "" +msgstr "Utilizatori găsiţi " #: templates/part.wizardcontrols.php:5 msgid "Back" @@ -304,11 +305,11 @@ msgstr "<b>Atenție</b> Modulul PHP LDAP nu este instalat, infrastructura nu va #: templates/settings.php:20 msgid "Connection Settings" -msgstr "" +msgstr "Setările de conexiune" #: templates/settings.php:22 msgid "Configuration Active" -msgstr "" +msgstr "Configuraţie activa " #: templates/settings.php:22 msgid "When unchecked, this configuration will be skipped." @@ -330,7 +331,7 @@ msgstr "" #: templates/settings.php:25 msgid "Disable Main Server" -msgstr "" +msgstr "Dezactivaţi serverul principal" #: templates/settings.php:25 msgid "Only connect to the replica server." @@ -361,7 +362,7 @@ msgstr "în secunde. O schimbare curăță memoria tampon." #: templates/settings.php:30 msgid "Directory Settings" -msgstr "" +msgstr "Setările directorului" #: templates/settings.php:32 msgid "User Display Name Field" @@ -434,7 +435,7 @@ msgstr "" #: templates/settings.php:42 msgid "Special Attributes" -msgstr "" +msgstr "Caracteristici speciale " #: templates/settings.php:44 msgid "Quota Field" @@ -464,7 +465,7 @@ msgstr "Lăsați gol pentru numele de utilizator (implicit). În caz contrar, sp #: templates/settings.php:53 msgid "Internal Username" -msgstr "" +msgstr "Nume utilizator intern" #: templates/settings.php:54 msgid "" diff --git a/l10n/ro/user_webdavauth.po b/l10n/ro/user_webdavauth.po index a4507bddf333569d7f07ba646d8347375b4b0fd9..076a42730a3424c29f4b11d1901f5f247ecc54f1 100644 --- a/l10n/ro/user_webdavauth.po +++ b/l10n/ro/user_webdavauth.po @@ -4,14 +4,15 @@ # # Translators: # Dimon Pockemon <>, 2013 +# lauraberindei <lauraagavriloae@yahoo.com>, 2014 # laurentiucristescu <laur.cristescu@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" -"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-07-27 01:56-0400\n" -"PO-Revision-Date: 2013-07-27 05:57+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"Report-Msgid-Bugs-To: translations@owncloud.org\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 17:34+0000\n" +"Last-Translator: lauraberindei <lauraagavriloae@yahoo.com>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,15 +20,15 @@ msgstr "" "Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#: templates/settings.php:3 +#: templates/settings.php:2 msgid "WebDAV Authentication" msgstr "Autentificare WebDAV" -#: templates/settings.php:4 +#: templates/settings.php:3 msgid "Address: " -msgstr "" +msgstr "Adresa :" -#: templates/settings.php:7 +#: templates/settings.php:6 msgid "" "The user credentials will be sent to this address. This plugin checks the " "response and will interpret the HTTP statuscodes 401 and 403 as invalid " diff --git a/l10n/ru/files.po b/l10n/ru/files.po index 975abf55be4abdf043061d858eb555defc408153..1910b7f559832aa20651b8f9576d2fad9757065a 100644 --- a/l10n/ru/files.po +++ b/l10n/ru/files.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -220,7 +220,7 @@ msgid "" "big." msgstr "Идёт подготовка к скачиванию. Это может занять некоторое время, если файлы большого размера." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Ожидание" @@ -240,37 +240,37 @@ msgstr "Ошибка" msgid "Could not rename file" msgstr "Не удалось переименовать файл" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Ошибка при удалении файла." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Имя" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Размер" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Дата изменения" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n каталог" msgstr[1] "%n каталога" msgstr[2] "%n каталогов" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n файл" msgstr[1] "%n файла" msgstr[2] "%n файлов" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Закачка %n файла" diff --git a/l10n/ru/files_sharing.po b/l10n/ru/files_sharing.po index 87f1f9fa10eb29c5bdca893ec869ba831cf8a35e..ee2be041f34857ca020e2490e495aac50459aa40 100644 --- a/l10n/ru/files_sharing.po +++ b/l10n/ru/files_sharing.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -63,7 +63,7 @@ msgstr "Пожалуйста, обратитесь к отправителю д #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Скачать" #: templates/public.php:53 #, php-format diff --git a/l10n/si_LK/files.po b/l10n/si_LK/files.po index 101e8894158efb4bf92470737a2b8d5d47515f75..d729db2879871ed528eed22a9d4c73655b2aebc7 100644 --- a/l10n/si_LK/files.po +++ b/l10n/si_LK/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,35 +227,35 @@ msgstr "දෝෂයක්" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "නම" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "ප්රමාණය" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "වෙනස් කළ" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/si_LK/files_sharing.po b/l10n/si_LK/files_sharing.po index aa932ee2249924d0499b1ae39805d763454aa9a8..d6fd9a257666cec21e3b172dff2a2c165f7e555b 100644 --- a/l10n/si_LK/files_sharing.po +++ b/l10n/si_LK/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "බාන්න" #: templates/public.php:53 #, php-format diff --git a/l10n/sk/files.po b/l10n/sk/files.po index 1f5704f4c3e9d2cb19b6b270b24d8623bbc35635..37e8ebb0c60595920e8370b272b8a9089dc9b6ea 100644 --- a/l10n/sk/files.po +++ b/l10n/sk/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,37 +227,37 @@ msgstr "" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/sk/files_sharing.po b/l10n/sk/files_sharing.po index d96a64f9c4364c19a8f0c2a74ccc684a5a95e59a..0cad146d764575d32f48b2b5420b306ac52fc01f 100644 --- a/l10n/sk/files_sharing.po +++ b/l10n/sk/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Stiahnuť" #: templates/public.php:53 #, php-format diff --git a/l10n/sk_SK/files.po b/l10n/sk_SK/files.po index 664471c375d1cbcec8529d4c57fac676cc11a988..dc294f53960ffe76843188341f2f068995481db9 100644 --- a/l10n/sk_SK/files.po +++ b/l10n/sk_SK/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -208,7 +208,7 @@ msgid "" "big." msgstr "Vaše sťahovanie sa pripravuje. Ak sú sťahované súbory veľké, môže to chvíľu trvať." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Prebieha" @@ -228,37 +228,37 @@ msgstr "Chyba" msgid "Could not rename file" msgstr "Nemožno premenovať súbor" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Chyba pri mazaní súboru." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Názov" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Veľkosť" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Upravené" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n priečinok" msgstr[1] "%n priečinky" msgstr[2] "%n priečinkov" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n súbor" msgstr[1] "%n súbory" msgstr[2] "%n súborov" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Nahrávam %n súbor" diff --git a/l10n/sk_SK/files_sharing.po b/l10n/sk_SK/files_sharing.po index 62bc8b920b579d3aa0f1d51bd11f36bf3be391e5..e7583031b5c9e38ad67cfecaf559129bc89c1881 100644 --- a/l10n/sk_SK/files_sharing.po +++ b/l10n/sk_SK/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "Pre viac informácií kontaktujte osobu, ktorá vám poslala tento odkaz #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Sťahovanie" #: templates/public.php:53 #, php-format diff --git a/l10n/sl/files.po b/l10n/sl/files.po index 7c532d8dfa45b12fc1a45888ab1391d0471fcaa0..72dde57181741e1e8a6337be46cdbf98bc176391 100644 --- a/l10n/sl/files.po +++ b/l10n/sl/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -209,7 +209,7 @@ msgid "" "big." msgstr "Postopek priprave datoteke za prejem je lahko dolgotrajen, kadar je datoteka zelo velika." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "V čakanju ..." @@ -229,23 +229,23 @@ msgstr "Napaka" msgid "Could not rename file" msgstr "Ni mogoče preimenovati datoteke" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Napaka brisanja datoteke." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Ime" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Velikost" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Spremenjeno" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n mapa" @@ -253,7 +253,7 @@ msgstr[1] "%n mapi" msgstr[2] "%n mape" msgstr[3] "%n map" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n datoteka" @@ -261,7 +261,7 @@ msgstr[1] "%n datoteki" msgstr[2] "%n datoteke" msgstr[3] "%n datotek" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Posodabljanje %n datoteke" diff --git a/l10n/sl/files_sharing.po b/l10n/sl/files_sharing.po index 6aaa182fb40e4805dd04a835a67ed71014398c31..c0361a477516a9d3d2bf43659939d3a0a615f628 100644 --- a/l10n/sl/files_sharing.po +++ b/l10n/sl/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "Za več podrobnosti stopite v stik s pošiljateljem te povezave." #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Prejmi" #: templates/public.php:53 #, php-format diff --git a/l10n/sq/files.po b/l10n/sq/files.po index 6bce8ad1594ef78d6606d95597a273d19a93c73d..59378d7a1bd327b3ebcd2d782c635b8a9af0e00b 100644 --- a/l10n/sq/files.po +++ b/l10n/sq/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -209,7 +209,7 @@ msgid "" "big." msgstr "Shkarkimi juaj është duke u përgatitur. Kjo mund të kërkojë kohë nëse skedarët janë të mëdhenj." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Në vijim" @@ -229,35 +229,35 @@ msgstr "Gabim" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Emri" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Madhësia" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Ndryshuar" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n dosje" msgstr[1] "%n dosje" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n skedar" msgstr[1] "%n skedarë" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Po ngarkoj %n skedar" diff --git a/l10n/sq/files_sharing.po b/l10n/sq/files_sharing.po index 1f850f947ce00b63abf1e8251679dd3d59da02cb..c929692b7148af2a059311821af462cf2fb25127 100644 --- a/l10n/sq/files_sharing.po +++ b/l10n/sq/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -61,7 +61,7 @@ msgstr "Për më shumë informacione, ju lutem pyesni personin që iu dërgoi k #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Shkarko" #: templates/public.php:53 #, php-format diff --git a/l10n/sr/files.po b/l10n/sr/files.po index 1198efecb7f8b1a2c0ada07edd944ea9f6ad4e2b..fa5ce02560361fcca1f1ad9ede70307253188f2e 100644 --- a/l10n/sr/files.po +++ b/l10n/sr/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "Припремам преузимање. Ово може да потраје ако су датотеке велике." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "На чекању" @@ -227,37 +227,37 @@ msgstr "Грешка" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Име" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Величина" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Измењено" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/sr/files_sharing.po b/l10n/sr/files_sharing.po index bbfed082d246553f8d78adfadad5289b3845adf1..7ec0e15f341e226b4859b61c2fb81efd3099e04a 100644 --- a/l10n/sr/files_sharing.po +++ b/l10n/sr/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Преузми" #: templates/public.php:53 #, php-format diff --git a/l10n/sr@latin/files.po b/l10n/sr@latin/files.po index 2f49a4f40f893bcefe3044de00317bafb78340de..8a5cc78d736a0e899b0361800a34bda5b24135ee 100644 --- a/l10n/sr@latin/files.po +++ b/l10n/sr@latin/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,37 +227,37 @@ msgstr "Greška" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Ime" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Veličina" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Zadnja izmena" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/sr@latin/files_sharing.po b/l10n/sr@latin/files_sharing.po index a6bad8335ff6498eb4e225f69c8b0215be7f0701..c32964116c6c39f34808125e2b9dab0560008a7b 100644 --- a/l10n/sr@latin/files_sharing.po +++ b/l10n/sr@latin/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Preuzmi" #: templates/public.php:53 #, php-format diff --git a/l10n/sv/files.po b/l10n/sv/files.po index dbb8c2f5c2b48f3428314a986277793b70fe4da6..e8c245380d3f5f1313d630933ad9e3f7629970f0 100644 --- a/l10n/sv/files.po +++ b/l10n/sv/files.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -217,7 +217,7 @@ msgid "" "big." msgstr "Din nedladdning förbereds. Det kan ta tid om det är stora filer." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Väntar" @@ -237,35 +237,35 @@ msgstr "Fel" msgid "Could not rename file" msgstr "Kan ej byta filnamn" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Kunde inte ta bort filen." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Namn" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Storlek" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Ändrad" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n mapp" msgstr[1] "%n mappar" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n fil" msgstr[1] "%n filer" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Laddar upp %n fil" diff --git a/l10n/sv/files_sharing.po b/l10n/sv/files_sharing.po index 136780db25948a76cc8997de9d563434592d1a15..9d1259ee7c3a1daf7966c8b3bb67a36b0c7e7111 100644 --- a/l10n/sv/files_sharing.po +++ b/l10n/sv/files_sharing.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -63,7 +63,7 @@ msgstr "För mer information, kontakta den person som skickade den här länken. #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Ladda ner" #: templates/public.php:53 #, php-format diff --git a/l10n/ta_LK/files.po b/l10n/ta_LK/files.po index 04b0d6f33992175579f87c3615b48614d06111d2..e3c3d80568baaf3296d4e983f80b8b7a01cba11d 100644 --- a/l10n/ta_LK/files.po +++ b/l10n/ta_LK/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "நிலுவையிலுள்ள" @@ -227,35 +227,35 @@ msgstr "வழு" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "பெயர்" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "அளவு" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "மாற்றப்பட்டது" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/ta_LK/files_sharing.po b/l10n/ta_LK/files_sharing.po index c58b02f2b7b5aeaf2b4cc8dff1a24014abae5e74..ca4ae0af9aa8082e2bade6a677394f6d68c4f4a9 100644 --- a/l10n/ta_LK/files_sharing.po +++ b/l10n/ta_LK/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "பதிவிறக்குக" #: templates/public.php:53 #, php-format diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index f70729dd5b25b045de6f64d57ac7087ac384c24e..a7ac67af8c34a7a0edac308af990b9f8a73c3073 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -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-05-03 01:55-0400\n" +"POT-Creation-Date: 2014-05-04 01: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" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index eba17e4ad92fbc0dadaf35610e9d3aa112d5bf0c..c87a061fb6aa17825a51e0be8acd9a891d5700d6 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -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-05-03 01:55-0400\n" +"POT-Creation-Date: 2014-05-04 01: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" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index 28dfda7cfd7f861fe26bdb9323d6da6fd5c95bb5..81af3a99201fd84e2351eaa3bb0bb6899886547b 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -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-05-03 01:55-0400\n" +"POT-Creation-Date: 2014-05-04 01: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" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 002ccc13abc81b769dbbbf4bb234fcb688ecca3c..811983b5e862f733a936bbe9e53f303d7a3fb57a 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -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-05-03 01:55-0400\n" +"POT-Creation-Date: 2014-05-04 01: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" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index 20de0c3c1f62b4c517d74a170552312a0ef330e9..f4e4921e2227897c27a211b7c7235da306fdea21 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -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-05-03 01:55-0400\n" +"POT-Creation-Date: 2014-05-04 01: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" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index 50ee8c504a10c7f22bc0406707f947cf8bb53393..6811a64f8da494ccfd2621da319233b394119058 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -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-05-03 01:55-0400\n" +"POT-Creation-Date: 2014-05-04 01: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" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index bb0f9d6d95f547633b2ac17432c4fdaaa58e7b8b..c41166af959eb132c8fbe429b5dc6f21d7b123e8 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -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-05-03 01:55-0400\n" +"POT-Creation-Date: 2014-05-04 01: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" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index 14eab524938116c664250d027fe00bce40b1374d..cc0511ebf76aa4539dad807986a9612f6cab16f7 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -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-05-03 01:55-0400\n" +"POT-Creation-Date: 2014-05-04 01: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" diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot index d47b0a7680d0f51dde6be3fc4442d77624611c44..4f8f553b414b9109dddcfbdd7c89e5e3555f8b20 100644 --- a/l10n/templates/private.pot +++ b/l10n/templates/private.pot @@ -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-05-03 01:55-0400\n" +"POT-Creation-Date: 2014-05-04 01: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" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index fb4d0feaa3377cee12224ad7b2ebcc9d0e9bf042..691b7c4672017fb30b3053f129b9ff35f2a69bd5 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -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-05-03 01:55-0400\n" +"POT-Creation-Date: 2014-05-04 01: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" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index 304a5085db21e904be5cb36ab40a5839988f9962..579072005cdf5d10f1c4bd763f98cf414516d2bd 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -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-05-03 01:55-0400\n" +"POT-Creation-Date: 2014-05-04 01: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" diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot index 69500a9214cb03749492548d49a169152b1d8ede..686a2c231b6626cf3c572f45a4f02abac94d5ee4 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -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-05-03 01:55-0400\n" +"POT-Creation-Date: 2014-05-04 01: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" diff --git a/l10n/th_TH/files.po b/l10n/th_TH/files.po index 31b5d307424c3f45895aed0a5ceb01d7b2669eca..d6ed7ef02e599d5a11549c0af695139082648267 100644 --- a/l10n/th_TH/files.po +++ b/l10n/th_TH/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "กำลังเตรียมดาวน์โหลดข้อมูล หากไฟล์มีขนาดใหญ่ อาจใช้เวลาสักครู่" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "อยู่ระหว่างดำเนินการ" @@ -227,33 +227,33 @@ msgstr "ข้อผิดพลาด" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "ชื่อ" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "ขนาด" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "แก้ไขแล้ว" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/th_TH/files_sharing.po b/l10n/th_TH/files_sharing.po index 9917a331b7aea49a326cc5cf006db34066586b78..7fc9831193aac4b6ea5ca085187903cc59846d75 100644 --- a/l10n/th_TH/files_sharing.po +++ b/l10n/th_TH/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "ดาวน์โหลด" #: templates/public.php:53 #, php-format diff --git a/l10n/tr/files.po b/l10n/tr/files.po index 9a003a127a85e1ae97555b221d5e9986bf571f68..dae3ef74fe5d3c423bd557213c74848b98ee3478 100644 --- a/l10n/tr/files.po +++ b/l10n/tr/files.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: volkangezer <volkangezer@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -212,7 +212,7 @@ msgid "" "big." msgstr "İndirmeniz hazırlanıyor. Dosya büyük ise biraz zaman alabilir." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Bekliyor" @@ -232,35 +232,35 @@ msgstr "Hata" msgid "Could not rename file" msgstr "Dosya adlandırılamadı" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Dosya silinirken hata." -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "İsim" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Boyut" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Değiştirilme" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n dizin" msgstr[1] "%n dizin" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n dosya" msgstr[1] "%n dosya" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n dosya yükleniyor" diff --git a/l10n/tr/files_sharing.po b/l10n/tr/files_sharing.po index b84b6eb003400995709f0b89b58f8042146bef88..1556e35688a3b12bad58e9ffd432db0f65951e5f 100644 --- a/l10n/tr/files_sharing.po +++ b/l10n/tr/files_sharing.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 15:53+0000\n" +"Last-Translator: volkangezer <volkangezer@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,7 +36,7 @@ msgstr "Parola" #: templates/part.404.php:3 msgid "Sorry, this link doesn’t seem to work anymore." -msgstr "Üzgünüz, bu bağlantı artık çalışıyor gibi görünmüyor" +msgstr "Üzgünüz, bu bağlantı artık çalışıyor gibi görünmüyor." #: templates/part.404.php:4 msgid "Reasons might be:" @@ -60,7 +60,7 @@ msgstr "Daha fazla bilgi için bu bağlantıyı aldığınız kişi ile iletişi #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "İndir" #: templates/public.php:53 #, php-format diff --git a/l10n/ug/files.po b/l10n/ug/files.po index 16636e3633387d7f417db2658a260deb298b0a7c..0161a25e81491eaa2ad5ae9f73aa72e61a6ba9fd 100644 --- a/l10n/ug/files.po +++ b/l10n/ug/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "كۈتۈۋاتىدۇ" @@ -227,33 +227,33 @@ msgstr "خاتالىق" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "ئاتى" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "چوڭلۇقى" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "ئۆزگەرتكەن" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/ug/files_sharing.po b/l10n/ug/files_sharing.po index 7fb29c0714a40a2569b29b08797e47080a8ba16c..8ba9c5f68fc720acfc6a06aeb6a74c3d08d344a6 100644 --- a/l10n/ug/files_sharing.po +++ b/l10n/ug/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "چۈشۈر" #: templates/public.php:53 #, php-format diff --git a/l10n/uk/files.po b/l10n/uk/files.po index 508a55485cf8e035234f296d60444adcf19c3b45..8a8db636db3f5787ad93ba305f78a17835a752c9 100644 --- a/l10n/uk/files.po +++ b/l10n/uk/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:03+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -208,7 +208,7 @@ msgid "" "big." msgstr "Ваше завантаження готується. Це може зайняти деякий час, якщо файли завеликі." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Очікування" @@ -228,37 +228,37 @@ msgstr "Помилка" msgid "Could not rename file" msgstr "Неможливо перейменувати файл" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Ім'я" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Розмір" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Змінено" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n тека" msgstr[1] "%n тека" msgstr[2] "%n теки" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n файл" msgstr[1] "%n файлів" msgstr[2] "%n файли" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/uk/files_sharing.po b/l10n/uk/files_sharing.po index 25a844ca0f795e95a447c01c89ba6cadb0c39a8f..2599a0ff2f30996535f10431accea1caa22c267e 100644 --- a/l10n/uk/files_sharing.po +++ b/l10n/uk/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "Для отримання додаткової інформації, б #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Завантажити" #: templates/public.php:53 #, php-format diff --git a/l10n/vi/files.po b/l10n/vi/files.po index 768495a1f65ed3bd8c17aa01d1ae829c41f7ec59..63ee2d4391364b3b69dbfae3f5f07985f07a706f 100644 --- a/l10n/vi/files.po +++ b/l10n/vi/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -211,7 +211,7 @@ msgid "" "big." msgstr "Your download is being prepared. This might take some time if the files are big." -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "Đang chờ" @@ -231,33 +231,33 @@ msgstr "Lỗi" msgid "Could not rename file" msgstr "Không thể đổi tên file" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "Lỗi xóa file," -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "Tên" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "Kích cỡ" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "Thay đổi" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n thư mục" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n tập tin" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Đang tải lên %n tập tin" diff --git a/l10n/vi/files_sharing.po b/l10n/vi/files_sharing.po index b024b71d45c649f5e1c0b6f5ac2a74362696aa00..7f7c2788a4554ee750a7a09ae61fbdc85d0c30fd 100644 --- a/l10n/vi/files_sharing.po +++ b/l10n/vi/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "Tải về" #: templates/public.php:53 #, php-format diff --git a/l10n/zh_CN/files.po b/l10n/zh_CN/files.po index 554ed6a4aee421004c54a4c3f414a64a7337d91f..4cb44db60081f29c26cd4285581d7d72cda522da 100644 --- a/l10n/zh_CN/files.po +++ b/l10n/zh_CN/files.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-01 01:55-0400\n" -"PO-Revision-Date: 2014-04-30 20:40+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: Xuetian Weng <wengxt@gmail.com>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/files_sharing.po b/l10n/zh_CN/files_sharing.po index f494395fbbe8e58ef1b0a135cc8c3d6dd3d484be..0ca8d095142b8f175fbaa1f9947cc98b6fcc81fc 100644 --- a/l10n/zh_CN/files_sharing.po +++ b/l10n/zh_CN/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -61,7 +61,7 @@ msgstr "欲知详情,请联系发给你链接的人。" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "下载" #: templates/public.php:53 #, php-format diff --git a/l10n/zh_HK/files.po b/l10n/zh_HK/files.po index 945ea8f4f5f1a157999b2e48932e17b77fff3f73..42b19a917a74e4000f0aab49fb31c9902abb5540 100644 --- a/l10n/zh_HK/files.po +++ b/l10n/zh_HK/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -207,7 +207,7 @@ msgid "" "big." msgstr "" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "" @@ -227,33 +227,33 @@ msgstr "錯誤" msgid "Could not rename file" msgstr "" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "名稱" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "大小" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/zh_HK/files_sharing.po b/l10n/zh_HK/files_sharing.po index 46e32f8b24bf93fa11521020d051d7d0b2ba41c3..e63c3f364cb43d3c19e1d4bd01cf5453bac9f6ba 100644 --- a/l10n/zh_HK/files_sharing.po +++ b/l10n/zh_HK/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -59,7 +59,7 @@ msgstr "" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "下載" #: templates/public.php:53 #, php-format diff --git a/l10n/zh_TW/files.po b/l10n/zh_TW/files.po index 8f11ce2772709f7206e0c4240db76cf655b83153..46c2ea23c8171358768ca194bf3758aa57f53754 100644 --- a/l10n/zh_TW/files.po +++ b/l10n/zh_TW/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2014-04-29 10:02+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:11+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -209,7 +209,7 @@ msgid "" "big." msgstr "正在準備您的下載,若您的檔案較大,將會需要更多時間。" -#: js/filelist.js:502 js/filelist.js:1419 +#: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" msgstr "等候中" @@ -229,33 +229,33 @@ msgstr "錯誤" msgid "Could not rename file" msgstr "無法重新命名" -#: js/filelist.js:1119 +#: js/filelist.js:1122 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1221 templates/index.php:67 +#: js/filelist.js:1224 templates/index.php:67 msgid "Name" msgstr "名稱" -#: js/filelist.js:1222 templates/index.php:79 +#: js/filelist.js:1225 templates/index.php:79 msgid "Size" msgstr "大小" -#: js/filelist.js:1223 templates/index.php:81 +#: js/filelist.js:1226 templates/index.php:81 msgid "Modified" msgstr "修改時間" -#: js/filelist.js:1232 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n 個資料夾" -#: js/filelist.js:1238 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1241 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n 個檔案" -#: js/filelist.js:1327 js/filelist.js:1366 +#: js/filelist.js:1330 js/filelist.js:1369 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n 個檔案正在上傳" diff --git a/l10n/zh_TW/files_sharing.po b/l10n/zh_TW/files_sharing.po index 1bb4d9090fc7f14c3f6e43afdf8f0d34086e48fe..d0ea6e1af98f89128a0c8db7f236092e19869d6a 100644 --- a/l10n/zh_TW/files_sharing.po +++ b/l10n/zh_TW/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-03 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 05:55+0000\n" +"POT-Creation-Date: 2014-05-04 01:55-0400\n" +"PO-Revision-Date: 2014-05-03 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -60,7 +60,7 @@ msgstr "請詢問告訴您此連結的人以瞭解更多" #: templates/public.php:21 msgid "Download" -msgstr "" +msgstr "下載" #: templates/public.php:53 #, php-format