diff --git a/apps/files/l10n/az.php b/apps/files/l10n/az.php index 51dcda362bb639ea4eb7fc4af9acf4c8117305c8..c1333922e5d9d18f4cc08166484cd69a2988b901 100644 --- a/apps/files/l10n/az.php +++ b/apps/files/l10n/az.php @@ -1,8 +1,18 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "İnformasiya daşıyıcısı mövcud deyil", +"Storage invalid" => "İnformasiya daşıyıcısı yalnışdır", +"Unknown error" => "Bəlli olmayan səhv baş verdi", +"Could not move %s - File with this name already exists" => "Köçürmə mümkün deyil %s - Bu adla fayl artıq mövcuddur", +"Could not move %s" => "Yerdəyişmə mükün olmadı %s", "Files" => "Fayllar", +"Share" => "Yayımla", +"Error" => "Səhv", +"Name" => "Ad", +"Size" => "Həcm", "_%n folder_::_%n folders_" => array("",""), "_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") +"_Uploading %n file_::_Uploading %n files_" => array("",""), +"Save" => "Saxlamaq" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/hu_HU.php b/apps/files/l10n/hu_HU.php index 97501ead209c04228e2abc7390a8a7157c253013..8a3a028e16ef3ad8a0073c79c242f0dc125501c9 100644 --- a/apps/files/l10n/hu_HU.php +++ b/apps/files/l10n/hu_HU.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "A %s név már létezik a %s mappában. Kérem válasszon másik nevet!", "Not a valid source" => "A kiinduló állomány érvénytelen", "Server is not allowed to open URLs, please check the server configuration" => "A kiszolgálón nincs engedélyezve URL-ek megnyitása, kérem ellenőrizze a beállításokat", +"The file exceeds your quota by %s" => "A fájl meghaladja kvótádat %s-kal", "Error while downloading %s to %s" => "Hiba történt miközben %s-t letöltöttük %s-be", "Error when creating the file" => "Hiba történt az állomány létrehozásakor", "Folder name cannot be empty." => "A mappa neve nem maradhat kitöltetlenül", @@ -69,6 +70,7 @@ $TRANSLATIONS = array( "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Az állományok titkosításához használt titkos kulcsa érvénytelen. Kérjük frissítse a titkos kulcs jelszót a személyes beállításokban, hogy ismét hozzáférjen a titkosított állományaihoz!", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "A titkosítási funkciót kikapcsolták, de az Ön állományai még mindig titkosított állapotban vannak. A személyes beállításoknál tudja a titkosítást feloldani.", "{dirs} and {files}" => "{dirs} és {files}", +"%s could not be renamed as it has been deleted" => "%s nem lehet átnevezni, mivel törölve lett", "%s could not be renamed" => "%s átnevezése nem sikerült", "Upload (max. %s)" => "Feltöltés (max. %s)", "File handling" => "Fájlkezelés", diff --git a/apps/files_encryption/l10n/az.php b/apps/files_encryption/l10n/az.php new file mode 100644 index 0000000000000000000000000000000000000000..fb464a52787de2037f8e025cf1c97674af4aa2bf --- /dev/null +++ b/apps/files_encryption/l10n/az.php @@ -0,0 +1,9 @@ +<?php +$TRANSLATIONS = array( +"Recovery key successfully enabled" => "Bərpa açarı uğurla aktivləşdi", +"Could not enable recovery key. Please check your recovery key password!" => "Geriqaytarılma açarının aktivləşdirilməsi mümkün olmadı. Xahiş olunur geriqaytarılma açarı üçün tələb edilən şifrəni yoxlayasınız.", +"Recovery key successfully disabled" => "Bərpa açarı uğurla söndürüldü", +"Could not disable recovery key. Please check your recovery key password!" => "Geriqaytarılma açarını sondürmək olmur. Xahiş edirik geriqaytarılma key açarınızı yoxlayın.", +"Password successfully changed." => "Şifrə uğurla dəyişdirildi." +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/az.php b/apps/files_external/l10n/az.php new file mode 100644 index 0000000000000000000000000000000000000000..e03dcf27ef7bd925a578e0437d9569f3054faab1 --- /dev/null +++ b/apps/files_external/l10n/az.php @@ -0,0 +1,12 @@ +<?php +$TRANSLATIONS = array( +"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Müraciət token-nin alınmasında səhv baş verdi. Əmin olun ki, sizin Dropbox proqraminin açarı və gizlisi düzgündür.", +"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Müraciət token-nin alınmasında səhv baş verdi. Əmin olun ki, sizin Dropbox proqraminin açarı və gizlisi düzgündür.", +"Please provide a valid Dropbox app key and secret." => "Xahiş olunur düzgün Dropbox proqram açarı və gizlisini təqdim edəsiniz.", +"Step 2 failed. Exception: %s" => "2-ci addım. İstisna: %s", +"External storage" => "Kənar informasıya daşıyıcısı", +"Share" => "Yayımla", +"Saved" => "Saxlanıldı", +"Name" => "Ad" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/az.php b/apps/files_sharing/l10n/az.php new file mode 100644 index 0000000000000000000000000000000000000000..4c4655c675a9448c6f82a527c95aa667d15f2749 --- /dev/null +++ b/apps/files_sharing/l10n/az.php @@ -0,0 +1,11 @@ +<?php +$TRANSLATIONS = array( +"Server to server sharing is not enabled on this server" => "Bu serverdə, serverlərarası yayımlanma aktiv deyil", +"Invalid or untrusted SSL certificate" => "Yalnış yada inam listindən kənar SSL sertifikatı", +"Couldn't add remote share" => "Uzaqda olan yayımlanmanı əlavə etmək mümkün olmadı", +"Shared with you" => "Sizinlə yayımlanan", +"Shared with others" => "Hər kəsə yayımlanmış", +"Cancel" => "Dayandır", +"Name" => "Ad" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php index ccef9605ee3ec19548156ad159c6768e3023ec4b..95b838b53aa3cb21b5933da2ca8299a40d1a86c7 100644 --- a/apps/files_sharing/l10n/de.php +++ b/apps/files_sharing/l10n/de.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Der Server für die Serverfreigabe ist auf diesem Server nicht aktiviert", +"Invalid or untrusted SSL certificate" => "Ungültiges oder nicht vertrauenswürdiges SSL-Zertifikat", "Couldn't add remote share" => "Entfernte Freigabe kann nicht hinzu gefügt werden", "Shared with you" => "Mit Dir geteilt", "Shared with others" => "Von Dir geteilt", diff --git a/apps/files_sharing/l10n/de_DE.php b/apps/files_sharing/l10n/de_DE.php index 97faca5de4fe9b49edbdb41c1016743c03ff3f6f..d1c5f26813dfaa8e05aa2b556d9ee8f8b2a03663 100644 --- a/apps/files_sharing/l10n/de_DE.php +++ b/apps/files_sharing/l10n/de_DE.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Der Server für die Serverfreigabe ist auf diesem Server nicht aktiviert", +"Invalid or untrusted SSL certificate" => "Ungültiges oder nicht vertrauenswürdiges SSL-Zertifikat", "Couldn't add remote share" => "Entfernte Freigabe kann nicht hinzu gefügt werden", "Shared with you" => "Mit Ihnen geteilt", "Shared with others" => "Von Ihnen geteilt", diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php index ce13313b3ffaa568ed709ca8c3d22d2b5852f1ee..5ac7187d5f3f73053e1951b97d67884fb278e02c 100644 --- a/apps/files_sharing/l10n/es.php +++ b/apps/files_sharing/l10n/es.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Compartir entre servidores no está habilitado en este servidor", +"Invalid or untrusted SSL certificate" => "Certificado SSL inválido o no confiable", "Couldn't add remote share" => "No se puede añadir un compartido remoto", "Shared with you" => "Compartido contigo", "Shared with others" => "Compartido con otros", diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php index 809d67a2d7655c932ec2949f62be0488b2cc1bd6..f1ec8c6d535ca545f9095593cb203588e256af50 100644 --- a/apps/files_sharing/l10n/fi_FI.php +++ b/apps/files_sharing/l10n/fi_FI.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Palvelimelta-palvelimelle-jakaminen ei ole käytössä tällä palvelimella", +"Invalid or untrusted SSL certificate" => "Virheellinen tai ei-luotettu SSL-varmenne", "Couldn't add remote share" => "Etäjaon liittäminen epäonnistui", "Shared with you" => "Jaettu kanssasi", "Shared with others" => "Jaettu muiden kanssa", diff --git a/apps/files_sharing/l10n/hu_HU.php b/apps/files_sharing/l10n/hu_HU.php index 70f7f395ac4f0d79fc6b955898fd5e63f2d3ec6c..2266abb78e1046a3b2ccdba5fbdc798d2564db9d 100644 --- a/apps/files_sharing/l10n/hu_HU.php +++ b/apps/files_sharing/l10n/hu_HU.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Veled megosztott", +"Shared with others" => "Másokkal megosztott", "Cancel" => "Mégsem", "Shared by" => "Megosztotta Önnel", "This share is password-protected" => "Ez egy jelszóval védett megosztás", diff --git a/apps/files_sharing/l10n/tr.php b/apps/files_sharing/l10n/tr.php index bfe65ff2bf77dc524ea9cf832353943ea20de064..73cc2a61e059d9f031828c0eac6109afdc2f53fc 100644 --- a/apps/files_sharing/l10n/tr.php +++ b/apps/files_sharing/l10n/tr.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Sunucudan sunucuya paylaşım bu sunucuda etkin değil", +"Invalid or untrusted SSL certificate" => "Geçersiz veya güvenilmeyen SSL sertifikası", "Couldn't add remote share" => "Uzak paylaşım eklenemedi", "Shared with you" => "Sizinle paylaşılmış", "Shared with others" => "Diğerleri ile paylaşılmış", diff --git a/apps/files_trashbin/l10n/az.php b/apps/files_trashbin/l10n/az.php new file mode 100644 index 0000000000000000000000000000000000000000..e0242f9385a1b253eaeff50e568d3da102f8a1e4 --- /dev/null +++ b/apps/files_trashbin/l10n/az.php @@ -0,0 +1,11 @@ +<?php +$TRANSLATIONS = array( +"Couldn't delete %s permanently" => "Həmişəlik silmək olmaz %s-i", +"Couldn't restore %s" => "Geri qaytarila bilmədi %s", +"Deleted files" => "Silinmiş fayllar", +"Restore" => "Geri qaytar", +"Error" => "Səhv", +"restored" => "geriqaytarılıb", +"Name" => "Ad" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/az.php b/apps/files_versions/l10n/az.php new file mode 100644 index 0000000000000000000000000000000000000000..fc1b877406a504d6f2aafbf7003707162756fc88 --- /dev/null +++ b/apps/files_versions/l10n/az.php @@ -0,0 +1,10 @@ +<?php +$TRANSLATIONS = array( +"Could not revert: %s" => "Geri qaytarmaq olmur: %s", +"Versions" => "Versiyaları", +"Failed to revert {file} to revision {timestamp}." => "{timestamp} yenidən baxılması üçün {file} geri qaytarmaq mümkün olmadı.", +"More versions..." => "Əlavə versiyalar", +"No other versions available" => "Başqa versiyalar mövcud deyil", +"Restore" => "Geri qaytar" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/az.php b/apps/user_ldap/l10n/az.php index 3a1e002311cd9c1851bda1b96f71bc4d3e3e047b..e681d5925ada681ee3b0e40a03d7d6aed6b50dee 100644 --- a/apps/user_ldap/l10n/az.php +++ b/apps/user_ldap/l10n/az.php @@ -1,6 +1,14 @@ <?php $TRANSLATIONS = array( +"Failed to clear the mappings." => "Xəritələnməni silmək mümkün olmadı", +"Failed to delete the server configuration" => "Server configini silmək mümkün olmadı", +"The configuration is valid and the connection could be established!" => "Configurasiya doğrudur və qoşulmaq mümkündür!", +"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Configurasiya doğrudur yalnız, birləşmədə səhv oldu. Xahiş olunur server quraşdırmalarını və daxil etdiyiniz verilənlərin düzgünlüyünü yoxlayasınız.", +"The configuration is invalid. Please have a look at the logs for further details." => "Configurasiya dügün deyil. Əlavə detallar üçün xahiş edirik jurnal faylına baxasınız.", +"No action specified" => "Heç bir iş təyin edilməyib", +"Error" => "Səhv", "_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("","") +"_%s user found_::_%s users found_" => array("",""), +"Save" => "Saxlamaq" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/hu_HU.php b/apps/user_ldap/l10n/hu_HU.php index ba5f35ef93e4c2eb1ea8ced73ebac7eabe7f4c2e..505b51206756030147aba389ee32e8ef26c5ecfa 100644 --- a/apps/user_ldap/l10n/hu_HU.php +++ b/apps/user_ldap/l10n/hu_HU.php @@ -68,6 +68,7 @@ $TRANSLATIONS = array( "users found" => "felhasználó van", "Back" => "Vissza", "Continue" => "Folytatás", +"Expert" => "Gyakorlott", "Advanced" => "Haladó", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Figyelem:</b> a user_ldap és user_webdavauth alkalmazások nem kompatibilisek. Együttes használatuk váratlan eredményekhez vezethet. Kérje meg a rendszergazdát, hogy a kettő közül kapcsolja ki az egyiket.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Figyelmeztetés:</b> Az LDAP PHP modul nincs telepítve, ezért ez az alrendszer nem fog működni. Kérje meg a rendszergazdát, hogy telepítse!", diff --git a/apps/user_webdavauth/l10n/az.php b/apps/user_webdavauth/l10n/az.php new file mode 100644 index 0000000000000000000000000000000000000000..4d6530245e25294b48344e1ea4a7546524b05b84 --- /dev/null +++ b/apps/user_webdavauth/l10n/az.php @@ -0,0 +1,8 @@ +<?php +$TRANSLATIONS = array( +"WebDAV Authentication" => "WebDAV qeydiyyatı", +"Address:" => "Ünvan: ", +"Save" => "Saxla", +"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 credentials, and all other responses as valid credentials." => "İstifadəçi verilənləri bu ünvana göndəriləcək. Bu əlavə imkan cavabı yoxlayır və HTTP status code-lari 401,403-ü yalnış verilənlər kimi interpretasiya edir. Bütün digər cavablar isə dügün verilənlərdir." +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/az.php b/core/l10n/az.php index ffcdde48d47cbbe4730b36aec880f7e1642688fb..04cc69e6832cfec708b06e906f4e2ff747c2d962 100644 --- a/core/l10n/az.php +++ b/core/l10n/az.php @@ -1,9 +1,24 @@ <?php $TRANSLATIONS = array( +"Couldn't send mail to following users: %s " => "Məktubu göstərilən istifadəçilərə göndərmək mümkün olmadı: %s", +"Turned on maintenance mode" => "Xidməti rejimə keçilmişdir", +"Turned off maintenance mode" => "Xidməti rejim söndürüldü", +"Updated database" => "Yenilənmiş verilənlər bazası", +"Checked database schema update" => "Baza sxeminin yenilənməsi yoxlanıldı", +"Unknown filetype" => "Fayl tipi bəlli deyil.", +"Invalid image" => "Yalnış şəkil", +"Settings" => "Quraşdırmalar", +"Saving..." => "Saxlama...", "_%n minute ago_::_%n minutes ago_" => array("",""), "_%n hour ago_::_%n hours ago_" => array("",""), "_%n day ago_::_%n days ago_" => array("",""), "_%n month ago_::_%n months ago_" => array("",""), -"_{count} file conflict_::_{count} file conflicts_" => array("","") +"Ok" => "Oldu", +"_{count} file conflict_::_{count} file conflicts_" => array("",""), +"Cancel" => "Dayandır", +"Share" => "Yayımla", +"Error" => "Səhv", +"Email sent" => "Məktub göndərildi", +"Reset" => "Sıfırla" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/fa.php b/core/l10n/fa.php index 8bd5233dba14e2221f42a42e34209a8dd14bbf74..c4122a86428a279042b6a2136a95a68d3be84b9e 100644 --- a/core/l10n/fa.php +++ b/core/l10n/fa.php @@ -109,6 +109,7 @@ $TRANSLATIONS = array( "Delete" => "حذف", "Add" => "افزودن", "Edit tags" => "ویرایش تگ ها", +"The update was unsuccessful." => "بروزرسانی موفقیت آمیز نبود.", "The update was successful. Redirecting you to ownCloud now." => "به روزرسانی موفقیت آمیز بود. در حال انتقال شما به OwnCloud.", "Use the following link to reset your password: {link}" => "از لینک زیر جهت دوباره سازی پسورد استفاده کنید :\n{link}", "You will receive a link to reset your password via Email." => "شما یک نامه الکترونیکی حاوی یک لینک جهت بازسازی گذرواژه دریافت خواهید کرد.", diff --git a/core/l10n/hu_HU.php b/core/l10n/hu_HU.php index 95772a1fd38a6e36f6d04802e94b8493e1251172..08ffec511d8279c323eccbc117718e6aa5af56d2 100644 --- a/core/l10n/hu_HU.php +++ b/core/l10n/hu_HU.php @@ -46,7 +46,12 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("%n hónappal ezelőtt","%n hónappal ezelőtt"), "last year" => "tavaly", "years ago" => "több éve", +"Couldn't send reset email. Please contact your administrator." => "Visszaállítási mail nem küldhetö. Kérjük, lépj kapcsolatba az adminisztrátorral.", +"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." => "A jelszó újramegadásához a linker elküldtük. Ha real is iron belül nem érkezik meg, ellenörízd a spam/hulladék könyvtárat.<br>Ha nincs ott, kérdezd meg a helyi rendszergazdádat.", +"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" => "Az Ön állományai titkosítva vannak. Ha nem engedélyezte korábban az adatok visszanyeréséhez szükséges kulcs használatát, akkor a jelszó megváltoztatását követően nem fog hozzáférni az adataihoz. Ha nem biztos abban, hogy mit kellene tennie, akkor kérdezze meg a rendszergazdát, mielőtt továbbmenne. Biztos, hogy folytatni kívánja?", +"I know what I'm doing" => "Tudom mit csinálok.", "Reset password" => "Jelszó-visszaállítás", +"Password can not be changed. Please contact your administrator." => "A jelszót nem lehet visszaállítani. Kérlek, lépj kapcsolatba a redszergazdával.", "No" => "Nem", "Yes" => "Igen", "Choose" => "Válasszon", @@ -116,6 +121,9 @@ $TRANSLATIONS = array( "Please reload the page." => "Kérjük frissítse az oldalt!", "The update was unsuccessful." => "A frissítés nem sikerült.", "The update was successful. Redirecting you to ownCloud now." => "A frissítés sikeres volt. Visszairányítjuk az ownCloud szolgáltatáshoz.", +"Couldn't reset password because the token is invalid" => "Nem lehet a jelszót törölni, mert a token érvénytelen.", +"Couldn't send reset email. Please make sure your username is correct." => "Visszaállítási mail nem küldhetö. Kérjük, lépj kapcsolatba a rendszergazdával. ", +"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Visszaállítási mail nem küldhetö, mert nem tartozik email cím ehhez a felhasználóhoz. Kérjük, lépj kapcsolatba az adminisztrátorral.", "%s password reset" => "%s jelszó visszaállítás", "Use the following link to reset your password: {link}" => "Használja ezt a linket a jelszó ismételt beállításához: {link}", "You will receive a link to reset your password via Email." => "Egy emailben fog értesítést kapni a jelszóbeállítás módjáról.", @@ -124,6 +132,7 @@ $TRANSLATIONS = array( "Yes, I really want to reset my password now" => "Igen, tényleg meg akarom változtatni a jelszavam", "Reset" => "Visszaállítás", "New password" => "Az új jelszó", +"New Password" => "Új jelszó", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "A Mac OS X nem támogatott és %s nem lesz teljesen működőképes. Felhasználás csak saját felelősségre!", "For the best results, please consider using a GNU/Linux server instead." => "A legjobb eredmény érdekében érdemes GNU/Linux-alapú kiszolgálót használni.", "Personal" => "Személyes", @@ -169,6 +178,7 @@ $TRANSLATIONS = array( "Log out" => "Kilépés", "Server side authentication failed!" => "A szerveroldali hitelesítés sikertelen!", "Please contact your administrator." => "Kérjük, lépjen kapcsolatba a rendszergazdával.", +"Forgot your password? Reset it!" => "Elfelejtetted a jelszavad?", "remember" => "emlékezzen", "Log in" => "Bejelentkezés", "Alternative Logins" => "Alternatív bejelentkezés", diff --git a/l10n/af_ZA/core.po b/l10n/af_ZA/core.po index 23abd5e818d9d2f9622785b562e8a239491da078..edc860ca549d880e9fd12be3bd0c2af291b9eedc 100644 --- a/l10n/af_ZA/core.po +++ b/l10n/af_ZA/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/af_ZA/lib.po b/l10n/af_ZA/lib.po index f0f21eb5cc2796ef29b66cbfc5f90e92de4f08e0..2729f7135164aed592735b62367309dbd1abe0e1 100644 --- a/l10n/af_ZA/lib.po +++ b/l10n/af_ZA/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ar/core.po b/l10n/ar/core.po index 604da18b9ffad10a028a779915db667463c24c7f..1604d130aee250dda4215713aabf10efc9f02465 100644 --- a/l10n/ar/core.po +++ b/l10n/ar/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ar/files.po b/l10n/ar/files.po index b8430dc0f31e8c59a01159553e7c5ec30c29a61c..48469ab219905a238e65005f47e6f7943651fea7 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ar/files_external.po b/l10n/ar/files_external.po index 386799b14dd5e34297675aa94ee35e80c10ce866..0ce565008e7845038d71d5fb3b42c1958cebba60 100644 --- a/l10n/ar/files_external.po +++ b/l10n/ar/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ar/files_trashbin.po b/l10n/ar/files_trashbin.po index 31b7ca8d4c0c8967f78905fa30b7c43e73addfc0..a319ea24abca69f0f40076050d6416e6f2c4a5ad 100644 --- a/l10n/ar/files_trashbin.po +++ b/l10n/ar/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ar/lib.po b/l10n/ar/lib.po index 01e4ec6302787d5998116054e045b7319f01dc3d..d234d0039fd2968ef1cf9e2532747279c1b668aa 100644 --- a/l10n/ar/lib.po +++ b/l10n/ar/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ar/settings.po b/l10n/ar/settings.po index f40e29225500c4e7e38215ed76fa965355169129..980577c76b373d1f5a237da5c3650b6ad8ec278a 100644 --- a/l10n/ar/settings.po +++ b/l10n/ar/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ast/core.po b/l10n/ast/core.po index 1e0d66529b8a42c92edf84c30965ece5e6d32a58..fba081dc9ce16b0800b54bb4dc385dadeeece910 100644 --- a/l10n/ast/core.po +++ b/l10n/ast/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ast/files.po b/l10n/ast/files.po index cc742e5f28cb0baa313943c1232cc6801144f963..ab94e3230486069484d72005535db2512ee4dc2b 100644 --- a/l10n/ast/files.po +++ b/l10n/ast/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ast/files_external.po b/l10n/ast/files_external.po index c245adc1888ddf5c6e78e4d63b4ebff935b435f5..33ca1dff16661fcbb52a4f8ffd1192404a66dee6 100644 --- a/l10n/ast/files_external.po +++ b/l10n/ast/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ast/files_trashbin.po b/l10n/ast/files_trashbin.po index 81be77540a4ba187bee1f03fd768e7c1c02e13fb..22cb9c8c1a033bcb206f1f515f5b687aaa2ac3f3 100644 --- a/l10n/ast/files_trashbin.po +++ b/l10n/ast/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ast/lib.po b/l10n/ast/lib.po index a6201ee86efd2efcbc0a4d6644f8e08fd5b45c1c..58e7e6fde9bb4be29ca96ec8c872937459b673d3 100644 --- a/l10n/ast/lib.po +++ b/l10n/ast/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ast/settings.po b/l10n/ast/settings.po index e6a5e07078597697ce540087515a34d11c13d954..60059f33df8e84c2629f28f67f2d92d967898cdb 100644 --- a/l10n/ast/settings.po +++ b/l10n/ast/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/az/core.po b/l10n/az/core.po index 030a3f16cb23b7dc7b861e52c7aeea028ac25027..84c63faa75319413642f1f9b8b6ab5c192335f6d 100644 --- a/l10n/az/core.po +++ b/l10n/az/core.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# unixidzero <unixidzero@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-12 01:54-0400\n" -"PO-Revision-Date: 2014-08-12 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" +"Last-Translator: unixidzero <unixidzero@gmail.com>\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,23 +21,23 @@ msgstr "" #: ajax/share.php:117 ajax/share.php:159 #, php-format msgid "Couldn't send mail to following users: %s " -msgstr "" +msgstr "Məktubu göstərilən istifadəçilərə göndərmək mümkün olmadı: %s" #: ajax/update.php:10 msgid "Turned on maintenance mode" -msgstr "" +msgstr "Xidməti rejimə keçilmişdir" #: ajax/update.php:13 msgid "Turned off maintenance mode" -msgstr "" +msgstr "Xidməti rejim söndürüldü" #: ajax/update.php:16 msgid "Updated database" -msgstr "" +msgstr "Yenilənmiş verilənlər bazası" #: ajax/update.php:19 msgid "Checked database schema update" -msgstr "" +msgstr "Baza sxeminin yenilənməsi yoxlanıldı" #: ajax/update.php:27 #, php-format @@ -49,11 +50,11 @@ msgstr "" #: avatar/controller.php:86 msgid "Unknown filetype" -msgstr "" +msgstr "Fayl tipi bəlli deyil." #: avatar/controller.php:90 msgid "Invalid image" -msgstr "" +msgstr "Yalnış şəkil" #: avatar/controller.php:120 avatar/controller.php:147 msgid "No temporary profile picture available, try again" @@ -141,7 +142,7 @@ msgstr "" #: js/js.js:501 msgid "Settings" -msgstr "" +msgstr "Quraşdırmalar" #: js/js.js:590 msgid "File" @@ -161,7 +162,7 @@ msgstr "" #: js/js.js:607 msgid "Saving..." -msgstr "" +msgstr "Saxlama..." #: js/js.js:1278 msgid "seconds ago" @@ -260,7 +261,7 @@ msgstr "" #: js/oc-dialogs.js:282 msgid "Ok" -msgstr "" +msgstr "Oldu" #: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" @@ -296,7 +297,7 @@ msgstr "" #: js/oc-dialogs.js:462 msgid "Cancel" -msgstr "" +msgstr "Dayandır" #: js/oc-dialogs.js:472 msgid "Continue" @@ -344,12 +345,12 @@ msgstr "" #: js/share.js:266 msgid "Share" -msgstr "" +msgstr "Yayımla" #: js/share.js:326 js/share.js:340 js/share.js:347 js/share.js:1002 #: templates/installation.php:10 msgid "Error" -msgstr "" +msgstr "Səhv" #: js/share.js:328 js/share.js:1065 msgid "Error while sharing" @@ -474,7 +475,7 @@ msgstr "" #: js/share.js:1063 msgid "Email sent" -msgstr "" +msgstr "Məktub göndərildi" #: js/share.js:1087 msgid "Warning" @@ -571,7 +572,7 @@ msgstr "" #: lostpassword/templates/lostpassword.php:18 msgid "Reset" -msgstr "" +msgstr "Sıfırla" #: lostpassword/templates/resetpassword.php:5 msgid "New password" diff --git a/l10n/az/files.po b/l10n/az/files.po index 7d918edf7f24561d1b6ec582941b017084057354..8d564e5ea036d94d2122fa25bab02209b316629e 100644 --- a/l10n/az/files.po +++ b/l10n/az/files.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# unixidzero <unixidzero@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 09:41+0000\n" +"Last-Translator: unixidzero <unixidzero@gmail.com>\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,25 +20,25 @@ msgstr "" #: ajax/list.php:38 msgid "Storage not available" -msgstr "" +msgstr "İnformasiya daşıyıcısı mövcud deyil" #: ajax/list.php:45 msgid "Storage invalid" -msgstr "" +msgstr "İnformasiya daşıyıcısı yalnışdır" #: ajax/list.php:52 msgid "Unknown error" -msgstr "" +msgstr "Bəlli olmayan səhv baş verdi" #: ajax/move.php:15 #, php-format msgid "Could not move %s - File with this name already exists" -msgstr "" +msgstr "Köçürmə mümkün deyil %s - Bu adla fayl artıq mövcuddur" #: ajax/move.php:25 ajax/move.php:28 #, php-format msgid "Could not move %s" -msgstr "" +msgstr "Yerdəyişmə mükün olmadı %s" #: ajax/newfile.php:58 js/files.js:103 msgid "File name cannot be empty." @@ -212,7 +213,7 @@ msgstr "" #: js/fileactions.js:285 msgid "Share" -msgstr "" +msgstr "Yayımla" #: js/fileactions.js:295 templates/list.php:77 templates/list.php:78 msgid "Delete" @@ -254,7 +255,7 @@ msgstr "" #: js/filelist.js:1250 msgid "Error" -msgstr "" +msgstr "Səhv" #: js/filelist.js:1339 msgid "Could not rename file" @@ -266,11 +267,11 @@ msgstr "" #: js/filelist.js:1564 templates/list.php:61 msgid "Name" -msgstr "" +msgstr "Ad" #: js/filelist.js:1565 templates/list.php:72 msgid "Size" -msgstr "" +msgstr "Həcm" #: js/filelist.js:1566 templates/list.php:75 msgid "Modified" @@ -358,7 +359,7 @@ msgstr "" #: templates/admin.php:15 msgid "Save" -msgstr "" +msgstr "Saxlamaq" #: templates/appnavigation.php:12 msgid "WebDAV" diff --git a/l10n/az/files_encryption.po b/l10n/az/files_encryption.po index 11e20a68e41b91ebb54a6f137915259b51d3ccf4..10247a321ee2aba5df04e375100c78fa6e84fd43 100644 --- a/l10n/az/files_encryption.po +++ b/l10n/az/files_encryption.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# unixidzero <unixidzero@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-12 01:54-0400\n" -"PO-Revision-Date: 2014-08-12 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 09:30+0000\n" +"Last-Translator: unixidzero <unixidzero@gmail.com>\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,27 +20,27 @@ msgstr "" #: ajax/adminrecovery.php:29 msgid "Recovery key successfully enabled" -msgstr "" +msgstr "Bərpa açarı uğurla aktivləşdi" #: ajax/adminrecovery.php:34 msgid "" "Could not enable recovery key. Please check your recovery key password!" -msgstr "" +msgstr "Geriqaytarılma açarının aktivləşdirilməsi mümkün olmadı. Xahiş olunur geriqaytarılma açarı üçün tələb edilən şifrəni yoxlayasınız." #: ajax/adminrecovery.php:48 msgid "Recovery key successfully disabled" -msgstr "" +msgstr "Bərpa açarı uğurla söndürüldü" #: ajax/adminrecovery.php:53 msgid "" "Could not disable recovery key. Please check your recovery key password!" -msgstr "" +msgstr "Geriqaytarılma açarını sondürmək olmur. Xahiş edirik geriqaytarılma key açarınızı yoxlayın." -#: ajax/changeRecoveryPassword.php:49 +#: ajax/changeRecoveryPassword.php:50 msgid "Password successfully changed." -msgstr "" +msgstr "Şifrə uğurla dəyişdirildi." -#: ajax/changeRecoveryPassword.php:51 +#: ajax/changeRecoveryPassword.php:52 msgid "Could not change the password. Maybe the old password was not correct." msgstr "" @@ -91,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:293 +#: hooks/hooks.php:298 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/az/files_external.po b/l10n/az/files_external.po index 90f1c770198ec1f871db9f08dcac606189694cfd..ccf76952aa504bc7e6d8a8be469320b0e960aa32 100644 --- a/l10n/az/files_external.po +++ b/l10n/az/files_external.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# unixidzero <unixidzero@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-17 01:54-0400\n" -"PO-Revision-Date: 2014-07-17 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 09:50+0000\n" +"Last-Translator: unixidzero <unixidzero@gmail.com>\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,17 +22,17 @@ msgstr "" msgid "" "Fetching request tokens failed. Verify that your Dropbox app key and secret " "are correct." -msgstr "" +msgstr "Müraciət token-nin alınmasında səhv baş verdi. Əmin olun ki, sizin Dropbox proqraminin açarı və gizlisi düzgündür." #: ajax/dropbox.php:40 msgid "" "Fetching access tokens failed. Verify that your Dropbox app key and secret " "are correct." -msgstr "" +msgstr "Müraciət token-nin alınmasında səhv baş verdi. Əmin olun ki, sizin Dropbox proqraminin açarı və gizlisi düzgündür." #: ajax/dropbox.php:48 js/dropbox.js:102 msgid "Please provide a valid Dropbox app key and secret." -msgstr "" +msgstr "Xahiş olunur düzgün Dropbox proqram açarı və gizlisini təqdim edəsiniz." #: ajax/google.php:27 #, php-format @@ -41,11 +42,11 @@ msgstr "" #: ajax/google.php:38 #, php-format msgid "Step 2 failed. Exception: %s" -msgstr "" +msgstr "2-ci addım. İstisna: %s" #: appinfo/app.php:35 js/app.js:32 templates/settings.php:9 msgid "External storage" -msgstr "" +msgstr "Kənar informasıya daşıyıcısı" #: appinfo/app.php:44 msgid "Local" @@ -185,7 +186,7 @@ msgstr "" #: appinfo/app.php:132 appinfo/app.php:142 msgid "Share" -msgstr "" +msgstr "Yayımla" #: appinfo/app.php:137 msgid "SMB / CIFS using OC login" @@ -233,7 +234,7 @@ msgstr "" #: js/settings.js:325 js/settings.js:332 msgid "Saved" -msgstr "" +msgstr "Saxlanıldı" #: lib/config.php:712 msgid "<b>Note:</b> " @@ -270,7 +271,7 @@ msgstr "" #: templates/list.php:16 msgid "Name" -msgstr "" +msgstr "Ad" #: templates/list.php:20 msgid "Storage type" diff --git a/l10n/az/files_sharing.po b/l10n/az/files_sharing.po index 8073067a5c9094e7cd1ed66532668e5de60ec812..41f3cc6bd157262ceae50dca91f2c402fca23b0e 100644 --- a/l10n/az/files_sharing.po +++ b/l10n/az/files_sharing.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# unixidzero <unixidzero@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 09:41+0000\n" +"Last-Translator: unixidzero <unixidzero@gmail.com>\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,23 +20,23 @@ msgstr "" #: ajax/external.php:17 msgid "Server to server sharing is not enabled on this server" -msgstr "" +msgstr "Bu serverdə, serverlərarası yayımlanma aktiv deyil" #: ajax/external.php:38 msgid "Invalid or untrusted SSL certificate" -msgstr "" +msgstr "Yalnış yada inam listindən kənar SSL sertifikatı" #: ajax/external.php:52 msgid "Couldn't add remote share" -msgstr "" +msgstr "Uzaqda olan yayımlanmanı əlavə etmək mümkün olmadı" #: appinfo/app.php:33 js/app.js:34 msgid "Shared with you" -msgstr "" +msgstr "Sizinlə yayımlanan" #: appinfo/app.php:45 js/app.js:53 msgid "Shared with others" -msgstr "" +msgstr "Hər kəsə yayımlanmış" #: appinfo/app.php:54 js/app.js:72 msgid "Shared by link" @@ -67,7 +68,7 @@ msgstr "" #: js/external.js:76 msgid "Cancel" -msgstr "" +msgstr "Dayandır" #: js/external.js:77 msgid "Add remote share" @@ -99,7 +100,7 @@ msgstr "" #: templates/list.php:16 msgid "Name" -msgstr "" +msgstr "Ad" #: templates/list.php:20 msgid "Share time" diff --git a/l10n/az/files_trashbin.po b/l10n/az/files_trashbin.po index 7096af748a80b358062b6bd289345a6b4069502d..6553368d9f041b6940837b9853861ccb267ce798 100644 --- a/l10n/az/files_trashbin.po +++ b/l10n/az/files_trashbin.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# unixidzero <unixidzero@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-17 01:54-0400\n" -"PO-Revision-Date: 2014-05-17 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 09:50+0000\n" +"Last-Translator: unixidzero <unixidzero@gmail.com>\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,28 +21,28 @@ msgstr "" #: ajax/delete.php:59 #, php-format msgid "Couldn't delete %s permanently" -msgstr "" +msgstr "Həmişəlik silmək olmaz %s-i" #: ajax/undelete.php:64 #, php-format msgid "Couldn't restore %s" -msgstr "" +msgstr "Geri qaytarila bilmədi %s" -#: appinfo/app.php:13 js/filelist.js:34 +#: appinfo/app.php:15 js/filelist.js:34 msgid "Deleted files" -msgstr "" +msgstr "Silinmiş fayllar" -#: js/app.js:53 templates/index.php:21 templates/index.php:23 +#: js/app.js:52 templates/index.php:21 templates/index.php:23 msgid "Restore" -msgstr "" +msgstr "Geri qaytar" #: js/filelist.js:119 js/filelist.js:164 js/filelist.js:214 msgid "Error" -msgstr "" +msgstr "Səhv" -#: lib/trashbin.php:861 lib/trashbin.php:863 +#: lib/trashbin.php:903 lib/trashbin.php:905 msgid "restored" -msgstr "" +msgstr "geriqaytarılıb" #: templates/index.php:7 msgid "Nothing in here. Your trash bin is empty!" @@ -49,7 +50,7 @@ msgstr "" #: templates/index.php:18 msgid "Name" -msgstr "" +msgstr "Ad" #: templates/index.php:29 msgid "Deleted" diff --git a/l10n/az/files_versions.po b/l10n/az/files_versions.po index be77dcb54c4dc84e7357bfae9fefd0df92b9614e..2f47e5ac191e66b9420ef64cf9b1754f774b9f14 100644 --- a/l10n/az/files_versions.po +++ b/l10n/az/files_versions.po @@ -3,41 +3,42 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# unixidzero <unixidzero@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-12-09 06:39-0500\n" -"PO-Revision-Date: 2013-12-09 11:10+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 09:30+0000\n" +"Last-Translator: unixidzero <unixidzero@gmail.com>\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: az\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ajax/rollbackVersion.php:13 #, php-format msgid "Could not revert: %s" -msgstr "" +msgstr "Geri qaytarmaq olmur: %s" -#: js/versions.js:14 +#: js/versions.js:48 msgid "Versions" -msgstr "" +msgstr "Versiyaları" -#: js/versions.js:60 +#: js/versions.js:70 msgid "Failed to revert {file} to revision {timestamp}." -msgstr "" +msgstr "{timestamp} yenidən baxılması üçün {file} geri qaytarmaq mümkün olmadı." -#: js/versions.js:86 +#: js/versions.js:97 msgid "More versions..." -msgstr "" +msgstr "Əlavə versiyalar" -#: js/versions.js:123 +#: js/versions.js:135 msgid "No other versions available" -msgstr "" +msgstr "Başqa versiyalar mövcud deyil" -#: js/versions.js:154 +#: js/versions.js:165 msgid "Restore" -msgstr "" +msgstr "Geri qaytar" diff --git a/l10n/az/lib.po b/l10n/az/lib.po index 8dbb569b31056e2736f711ac96674a3fd3b4614e..d98c978e9fc17d48fe15dc4838d1d75aaeebacea 100644 --- a/l10n/az/lib.po +++ b/l10n/az/lib.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# unixidzero <unixidzero@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-07 01:54-0400\n" -"PO-Revision-Date: 2014-08-07 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" +"Last-Translator: unixidzero <unixidzero@gmail.com>\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,18 +20,18 @@ msgstr "" #: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" -msgstr "" +msgstr "\"configurasiya\" direktoriyasının daxilində yazmaq mümkün deyil" #: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" -msgstr "" +msgstr "Adətən tez həll etmək üçün WEB serverdə yazma yetkisi verilir" #: base.php:203 #, php-format msgid "See %s" -msgstr "" +msgstr "Bax %s" #: base.php:208 private/util.php:428 #, php-format @@ -39,60 +40,60 @@ msgid "" "config directory%s." msgstr "" -#: base.php:688 +#: base.php:681 msgid "You are accessing the server from an untrusted domain." -msgstr "" +msgstr "Siz serverə inamsız domain-dən girməyə çalışırsız." -#: base.php:689 +#: base.php:682 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " "example configuration is provided in config/config.sample.php." -msgstr "" +msgstr "Xahiş olunur inzibatçı ilə əlaqə saxlayasınız. Eger siz bu xidmətin inzibatçısısınizsa, \"trusted_domain\" configini config/config.php faylinda düzgün qeyd edin. Config nüsxəsi config/config.sample.php faylında qeyd edilmişdir." -#: private/app.php:366 +#: private/app.php:367 msgid "Help" msgstr "" -#: private/app.php:379 +#: private/app.php:380 msgid "Personal" msgstr "" -#: private/app.php:390 +#: private/app.php:391 msgid "Settings" -msgstr "" +msgstr "Quraşdırmalar" -#: private/app.php:402 +#: private/app.php:403 msgid "Users" msgstr "" -#: private/app.php:415 +#: private/app.php:416 msgid "Admin" msgstr "" -#: private/app.php:985 +#: private/app.php:986 #, php-format msgid "Failed to upgrade \"%s\"." msgstr "" -#: private/app.php:1142 +#: private/app.php:1143 #, php-format msgid "" "App \\\"%s\\\" can't be installed because it is not compatible with this " "version of ownCloud." msgstr "" -#: private/app.php:1154 +#: private/app.php:1155 msgid "No app name specified" msgstr "" #: private/avatar.php:66 msgid "Unknown filetype" -msgstr "" +msgstr "Fayl tipi bəlli deyil." #: private/avatar.php:71 msgid "Invalid image" -msgstr "" +msgstr "Yalnış şəkil" #: private/defaults.php:42 msgid "web services under your control" @@ -278,7 +279,7 @@ msgid "Please double check the <a href='%s'>installation guides</a>." msgstr "" #: private/share/mailnotifications.php:91 -#: private/share/mailnotifications.php:137 +#: private/share/mailnotifications.php:142 #, php-format msgid "%s shared »%s« with you" msgstr "" @@ -341,68 +342,68 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:861 +#: private/share/share.php:862 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:922 +#: private/share/share.php:923 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:960 +#: private/share/share.php:961 #, php-format msgid "" "Cannot set expiration date. Shares cannot expire later than %s after they " "have been shared" msgstr "" -#: private/share/share.php:968 +#: private/share/share.php:969 msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1093 +#: private/share/share.php:1094 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1100 +#: private/share/share.php:1101 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1106 +#: private/share/share.php:1107 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1524 +#: private/share/share.php:1525 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1533 +#: private/share/share.php:1534 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1549 +#: private/share/share.php:1550 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1561 +#: private/share/share.php:1562 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1575 +#: private/share/share.php:1576 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" @@ -461,21 +462,21 @@ msgstr "" msgid "years ago" msgstr "" -#: private/user/manager.php:239 +#: private/user/manager.php:244 msgid "" "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", " "\"0-9\", and \"_.@-\"" msgstr "" -#: private/user/manager.php:244 +#: private/user/manager.php:249 msgid "A valid username must be provided" msgstr "" -#: private/user/manager.php:248 +#: private/user/manager.php:253 msgid "A valid password must be provided" msgstr "" -#: private/user/manager.php:253 +#: private/user/manager.php:258 msgid "The username is already being used" msgstr "" diff --git a/l10n/az/settings.po b/l10n/az/settings.po index 95cb72a6c793d239626f06998edb48b3379fd2d1..3410e430f8233dda67bcd59417d2125bea6f04f4 100644 --- a/l10n/az/settings.po +++ b/l10n/az/settings.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# unixidzero <unixidzero@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-15 01:54-0400\n" -"PO-Revision-Date: 2014-08-15 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 10:01+0000\n" +"Last-Translator: unixidzero <unixidzero@gmail.com>\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,28 +21,28 @@ msgstr "" #: admin/controller.php:66 #, php-format msgid "Invalid value supplied for %s" -msgstr "" +msgstr "%s üçün yalnış təyinat mənimsədildi" #: admin/controller.php:73 msgid "Saved" -msgstr "" +msgstr "Saxlanıldı" #: admin/controller.php:90 msgid "test email settings" -msgstr "" +msgstr "sınaq məktubu quraşdırmaları" #: admin/controller.php:91 msgid "If you received this email, the settings seem to be correct." -msgstr "" +msgstr "Əgər siz bu məktubu aldınızsa, demək quraşdırmalar düzgündür." #: admin/controller.php:94 msgid "" "A problem occurred while sending the e-mail. Please revisit your settings." -msgstr "" +msgstr "Məktubun göndərilməsində səhv baş verdi. Xahiş edirik öz configlərinizə yenidən baxasınız." #: admin/controller.php:99 msgid "Email sent" -msgstr "" +msgstr "Məktub göndərildi" #: admin/controller.php:101 msgid "You need to set your user email before being able to send test emails." @@ -243,7 +244,7 @@ msgstr "" #: js/apps.js:223 js/apps.js:236 msgid "Error" -msgstr "" +msgstr "Səhv" #: js/apps.js:224 templates/apps.php:55 msgid "Update" @@ -784,7 +785,7 @@ msgstr "" #: templates/personal.php:8 msgid "Get the apps to sync your files" -msgstr "" +msgstr "Fayllarınızın sinxronizasiyası üçün proqramları götürün" #: templates/personal.php:21 msgid "" @@ -874,7 +875,7 @@ msgstr "" #: templates/personal.php:116 msgid "Cancel" -msgstr "" +msgstr "Dayandır" #: templates/personal.php:117 msgid "Choose as profile image" diff --git a/l10n/az/user_ldap.po b/l10n/az/user_ldap.po index 38d8bb49ff51f8835d667ae70fb4aea0455f5814..073405e9e7dd81ce91aabf54be36e09c414a9434 100644 --- a/l10n/az/user_ldap.po +++ b/l10n/az/user_ldap.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# unixidzero <unixidzero@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-06-04 01:54-0400\n" -"PO-Revision-Date: 2014-06-04 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 09:50+0000\n" +"Last-Translator: unixidzero <unixidzero@gmail.com>\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,31 +20,31 @@ msgstr "" #: ajax/clearMappings.php:34 msgid "Failed to clear the mappings." -msgstr "" +msgstr "Xəritələnməni silmək mümkün olmadı" #: ajax/deleteConfiguration.php:34 msgid "Failed to delete the server configuration" -msgstr "" +msgstr "Server configini silmək mümkün olmadı" #: ajax/testConfiguration.php:39 msgid "The configuration is valid and the connection could be established!" -msgstr "" +msgstr "Configurasiya doğrudur və qoşulmaq mümkündür!" #: ajax/testConfiguration.php:42 msgid "" "The configuration is valid, but the Bind failed. Please check the server " "settings and credentials." -msgstr "" +msgstr "Configurasiya doğrudur yalnız, birləşmədə səhv oldu. Xahiş olunur server quraşdırmalarını və daxil etdiyiniz verilənlərin düzgünlüyünü yoxlayasınız." #: ajax/testConfiguration.php:46 msgid "" "The configuration is invalid. Please have a look at the logs for further " "details." -msgstr "" +msgstr "Configurasiya dügün deyil. Əlavə detallar üçün xahiş edirik jurnal faylına baxasınız." #: ajax/wizard.php:32 msgid "No action specified" -msgstr "" +msgstr "Heç bir iş təyin edilməyib" #: ajax/wizard.php:38 msgid "No configuration specified" @@ -88,7 +89,7 @@ msgstr "" #: js/settings.js:133 msgid "Error" -msgstr "" +msgstr "Səhv" #: js/settings.js:244 msgid "Please specify a Base DN" @@ -142,26 +143,26 @@ msgstr "" msgid "Confirm Deletion" msgstr "" -#: lib/wizard.php:83 lib/wizard.php:97 +#: lib/wizard.php:97 lib/wizard.php:112 #, php-format msgid "%s group found" msgid_plural "%s groups found" msgstr[0] "" msgstr[1] "" -#: lib/wizard.php:130 +#: lib/wizard.php:126 #, php-format msgid "%s user found" msgid_plural "%s users found" msgstr[0] "" msgstr[1] "" -#: lib/wizard.php:825 lib/wizard.php:837 -msgid "Invalid Host" +#: lib/wizard.php:321 lib/wizard.php:1057 +msgid "Could not find the desired feature" msgstr "" -#: lib/wizard.php:1025 -msgid "Could not find the desired feature" +#: lib/wizard.php:864 lib/wizard.php:876 +msgid "Invalid Host" msgstr "" #: settings.php:52 @@ -182,7 +183,7 @@ msgstr "" #: templates/part.settingcontrols.php:2 msgid "Save" -msgstr "" +msgstr "Saxlamaq" #: templates/part.settingcontrols.php:4 msgid "Test Configuration" @@ -252,60 +253,60 @@ msgid "" "username in the login action. Example: \"uid=%%uid\"" msgstr "" -#: templates/part.wizard-server.php:6 +#: templates/part.wizard-server.php:13 msgid "1. Server" msgstr "" -#: templates/part.wizard-server.php:13 +#: templates/part.wizard-server.php:20 #, php-format msgid "%s. Server:" msgstr "" -#: templates/part.wizard-server.php:18 +#: templates/part.wizard-server.php:25 msgid "Add Server Configuration" msgstr "" -#: templates/part.wizard-server.php:21 +#: templates/part.wizard-server.php:28 msgid "Delete Configuration" msgstr "" -#: templates/part.wizard-server.php:30 +#: templates/part.wizard-server.php:37 msgid "Host" msgstr "" -#: templates/part.wizard-server.php:31 +#: templates/part.wizard-server.php:38 msgid "" "You can omit the protocol, except you require SSL. Then start with ldaps://" msgstr "" -#: templates/part.wizard-server.php:36 +#: templates/part.wizard-server.php:43 msgid "Port" msgstr "" -#: templates/part.wizard-server.php:44 +#: templates/part.wizard-server.php:51 msgid "User DN" msgstr "" -#: templates/part.wizard-server.php:45 +#: templates/part.wizard-server.php:52 msgid "" "The DN of the client user with which the bind shall be done, e.g. " "uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password " "empty." msgstr "" -#: templates/part.wizard-server.php:52 +#: templates/part.wizard-server.php:59 msgid "Password" msgstr "" -#: templates/part.wizard-server.php:53 +#: templates/part.wizard-server.php:60 msgid "For anonymous access, leave DN and Password empty." msgstr "" -#: templates/part.wizard-server.php:60 +#: templates/part.wizard-server.php:67 msgid "One Base DN per line" msgstr "" -#: templates/part.wizard-server.php:61 +#: templates/part.wizard-server.php:68 msgid "You can specify Base DN for users and groups in the Advanced tab" msgstr "" diff --git a/l10n/az/user_webdavauth.po b/l10n/az/user_webdavauth.po index 440e129a373c479f987e8868d8750cce18e13a72..45e52ef3cf029c45d44456a03e3f64252e2ace9b 100644 --- a/l10n/az/user_webdavauth.po +++ b/l10n/az/user_webdavauth.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# unixidzero <unixidzero@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-06-04 01:54-0400\n" -"PO-Revision-Date: 2014-06-04 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 09:30+0000\n" +"Last-Translator: unixidzero <unixidzero@gmail.com>\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,19 +20,19 @@ msgstr "" #: templates/settings.php:2 msgid "WebDAV Authentication" -msgstr "" +msgstr "WebDAV qeydiyyatı" #: templates/settings.php:3 msgid "Address:" -msgstr "" +msgstr "Ünvan: " #: templates/settings.php:5 msgid "Save" -msgstr "" +msgstr "Saxla" #: 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 " "credentials, and all other responses as valid credentials." -msgstr "" +msgstr "İstifadəçi verilənləri bu ünvana göndəriləcək. Bu əlavə imkan cavabı yoxlayır və HTTP status code-lari 401,403-ü yalnış verilənlər kimi interpretasiya edir. Bütün digər cavablar isə dügün verilənlərdir." diff --git a/l10n/be/core.po b/l10n/be/core.po index 366d140fb240bc3cc7c604c06db006326a1965ef..ee6c6c6c14625e2ac2a56921e5df333ed311b7fa 100644 --- a/l10n/be/core.po +++ b/l10n/be/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/be/lib.po b/l10n/be/lib.po index c6325f4a56cc82fb11b67c827c603c7d30c19de4..48a7b408ea10e6f7ae18b24d4a62637e5f137130 100644 --- a/l10n/be/lib.po +++ b/l10n/be/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po index 85a07d69fe08b5b0cf76c8fde5fb7854b8dd089f..aa3a357531b612c0863baa22a2ff59f51a40ade2 100644 --- a/l10n/bg_BG/core.po +++ b/l10n/bg_BG/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po index 7b77952c9fc21c0fac6dbb0f28aa9c9d3fd2252f..d888cb0e8a98b676e37a8399cc03974084b4ce6e 100644 --- a/l10n/bg_BG/files.po +++ b/l10n/bg_BG/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: Ivo\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/files_external.po b/l10n/bg_BG/files_external.po index f5f3fa1f51cad9fb9325ca113dcf54ff57533adb..e5ae9660a7f3ad23e7232cc973b329afd8e69158 100644 --- a/l10n/bg_BG/files_external.po +++ b/l10n/bg_BG/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: Ivo\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/files_trashbin.po b/l10n/bg_BG/files_trashbin.po index 929b7f38dc57e45eb76df6822b04f65480daf25c..dec1b29279d5f1a17c8f3dfd2b2d235e9d4f3a18 100644 --- a/l10n/bg_BG/files_trashbin.po +++ b/l10n/bg_BG/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: Ivo\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/lib.po b/l10n/bg_BG/lib.po index d9d3a961c30fe85e5a97f8c9242b1917d3dbd93a..4b8eb1866d7a515f0b78f4e91cc1a363d046e6a1 100644 --- a/l10n/bg_BG/lib.po +++ b/l10n/bg_BG/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Ivo\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/settings.po b/l10n/bg_BG/settings.po index cd1a90fce071d77600f0c6df896f13ac884175d6..0c1993568ce961f9b205992d056d4277983c0826 100644 --- a/l10n/bg_BG/settings.po +++ b/l10n/bg_BG/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Ivo\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/core.po b/l10n/bn_BD/core.po index 521a2b9e381e1316915dcb14480be983eaad8258..5d8fe77164f875b82f8c5a9fca5d1462786352a8 100644 --- a/l10n/bn_BD/core.po +++ b/l10n/bn_BD/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/bn_BD/files.po b/l10n/bn_BD/files.po index d9fdf96150852a05016db073416421ea17537809..b6188f5daca9b1d5eed2e75dd0dd80c6de691b7d 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/bn_BD/files_external.po b/l10n/bn_BD/files_external.po index d6d2fec9c7b6190cc880a4d16c42c11c1e57bf05..6f04a6c61d13bd311c5541df4f9f056ba441c0f5 100644 --- a/l10n/bn_BD/files_external.po +++ b/l10n/bn_BD/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/bn_BD/files_trashbin.po b/l10n/bn_BD/files_trashbin.po index 8e5e954ddc4524e0b3ab75379f0a1ccecccbf6d9..bc8b7dd1af7763a130ef23a7f27580a5d4e0efd9 100644 --- a/l10n/bn_BD/files_trashbin.po +++ b/l10n/bn_BD/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/bn_BD/lib.po b/l10n/bn_BD/lib.po index 714e3d2f4613bba433f8849a9143a96a2eeedb38..b30bb0df4b576e68feee57fe819348e74798efea 100644 --- a/l10n/bn_BD/lib.po +++ b/l10n/bn_BD/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/bn_BD/settings.po b/l10n/bn_BD/settings.po index 69e3c3fdc43608eb2d1cef020a48a95b77b6fd22..b5196e4eff412f73d3ef09068600a2804b76b2b3 100644 --- a/l10n/bn_BD/settings.po +++ b/l10n/bn_BD/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/bn_IN/core.po b/l10n/bn_IN/core.po index 5974ec45d2600f6c6c3f2c2eecc943f8be6d2c45..b28afee6712b9d0ff387511c27a9c0922d89c84d 100644 --- a/l10n/bn_IN/core.po +++ b/l10n/bn_IN/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_IN/files.po b/l10n/bn_IN/files.po index 466dbf3aa6f27bb375bb05b0e23edd5dc85cc7df..ed28a1fb8b4207d69c8c23abf7d6e9cf0fa8257b 100644 --- a/l10n/bn_IN/files.po +++ b/l10n/bn_IN/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_IN/files_external.po b/l10n/bn_IN/files_external.po index eef5e3f0381bb6fc3418fda4698b32e27962a53a..642d0130a08a80496d65bd8048ed754ddaff2404 100644 --- a/l10n/bn_IN/files_external.po +++ b/l10n/bn_IN/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_IN/files_trashbin.po b/l10n/bn_IN/files_trashbin.po index 0e6c9ec288e0e849f9d61b7ff29ecb7409696d9f..a12b7404e9d3180c64cb8cbb7bece7dbd8439a13 100644 --- a/l10n/bn_IN/files_trashbin.po +++ b/l10n/bn_IN/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: ishita mukherjee <ishitamukh91@gmail.com>\n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_IN/lib.po b/l10n/bn_IN/lib.po index ede847ef95af865b60cec49b09dea628925787f0..5a9457b56ae7db461a6454e88bc1fb5608d8dd95 100644 --- a/l10n/bn_IN/lib.po +++ b/l10n/bn_IN/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_IN/settings.po b/l10n/bn_IN/settings.po index 1a3cfe2ddb5fae2eb150b5eee245a52fb5427424..4211eb825080de8d7581eba985a5bf44fdfd77e8 100644 --- a/l10n/bn_IN/settings.po +++ b/l10n/bn_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/core.po b/l10n/ca/core.po index 07b306dd94aeb598ed8641069e1a08dd4728746c..f6dabf871967dd5c030d4d95fcb05488562cc8ef 100644 --- a/l10n/ca/core.po +++ b/l10n/ca/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ca/files.po b/l10n/ca/files.po index c5b060eae2e83978ca35fa23cf8a0bae1e6ff74c..0ad3089a74c008e8f0fe25c51bd10b7ab170f2c3 100644 --- a/l10n/ca/files.po +++ b/l10n/ca/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ca/files_external.po b/l10n/ca/files_external.po index 1e96bdec737ac832220100e5a687143ad2c68811..ac3c08be9fd47c3da6b62ca3c5b031461fd4ebac 100644 --- a/l10n/ca/files_external.po +++ b/l10n/ca/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ca/files_trashbin.po b/l10n/ca/files_trashbin.po index bd64a70931f76eafe1173529d2fed1e8fd17d8f4..733aa78e5182a5d9d6ea504e5db0d56b1f4e87b9 100644 --- a/l10n/ca/files_trashbin.po +++ b/l10n/ca/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ca/lib.po b/l10n/ca/lib.po index bf0bde228bcdcc4ac0f672025301ea7a4dd35924..79e95d812d25c415939afc08f201e3487df333d1 100644 --- a/l10n/ca/lib.po +++ b/l10n/ca/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po index ca572e06f80e2ec610f56f1143e94710dda7c292..c1e201a804d8e552014cdab85885a5692940cb48 100644 --- a/l10n/ca/settings.po +++ b/l10n/ca/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po index aeeaf1f78e07ef2d417ed43617d3bbe1c9f911d6..e9083abf94cf12b9040729f1879fc4f517d7a7ef 100644 --- a/l10n/cs_CZ/core.po +++ b/l10n/cs_CZ/core.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po index 7292a98ddcd3e4b61526bed591fc55f076eecb73..19963244b7e10c748722ece3a4d94e86b406b2b6 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/cs_CZ/files_external.po b/l10n/cs_CZ/files_external.po index e07c3ea0a21a03d6bacc17f548289760ec32aded..bf0c89c23b5eea17a32260d6af656205219b4323 100644 --- a/l10n/cs_CZ/files_external.po +++ b/l10n/cs_CZ/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: Jaroslav Lichtblau <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_trashbin.po b/l10n/cs_CZ/files_trashbin.po index f4b477c49fa695a72f6b21bef4ad5a330062c973..3e289da73c8ea6098b2039fbe83dc18c90dd1576 100644 --- a/l10n/cs_CZ/files_trashbin.po +++ b/l10n/cs_CZ/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/cs_CZ/lib.po b/l10n/cs_CZ/lib.po index e12bb2f740c7bc61e0871a6632804783b83fe615..a57342f0f2c23951feabce4d0b2055679dd9f914 100644 --- a/l10n/cs_CZ/lib.po +++ b/l10n/cs_CZ/lib.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Jaroslav Lichtblau <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/settings.po b/l10n/cs_CZ/settings.po index e4055c93b130d16c6d55e7b5109900df5fafcc8e..9963768fded021f8ce2b07d5e4695420054fcf58 100644 --- a/l10n/cs_CZ/settings.po +++ b/l10n/cs_CZ/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/cy_GB/core.po b/l10n/cy_GB/core.po index 420005a50db06851f895f0aca16eb50462273ab8..59ca4af15356264e37e448aaefd2651648818395 100644 --- a/l10n/cy_GB/core.po +++ b/l10n/cy_GB/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/cy_GB/files.po b/l10n/cy_GB/files.po index 734b9625d4388260bdeffd420884262f2631e2e8..26a992434ea71617e8a4585ae141e09f94ad74c8 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/cy_GB/files_external.po b/l10n/cy_GB/files_external.po index aa35b727f9f1dde7c8a70f69f6c6929d6e870c40..637818416f4503a9bb483f12c2aa33319c59ef5f 100644 --- a/l10n/cy_GB/files_external.po +++ b/l10n/cy_GB/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/cy_GB/files_trashbin.po b/l10n/cy_GB/files_trashbin.po index 432388b408a6408d5f6d253b0e79dc146f71f0ce..8b9ac91695a3cd7d03c49d2cf7641466b9279a18 100644 --- a/l10n/cy_GB/files_trashbin.po +++ b/l10n/cy_GB/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/cy_GB/lib.po b/l10n/cy_GB/lib.po index 5d56874e42693691b2befd71297bff349fd4cb9b..b48e8dc6007473d50b3b99928ee5376c2f5d767e 100644 --- a/l10n/cy_GB/lib.po +++ b/l10n/cy_GB/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/cy_GB/settings.po b/l10n/cy_GB/settings.po index 920f81164bf6d7f25b1a15c12c35c2dbc100b3ca..6813abf8ccae1c650af6118756f639d389de396c 100644 --- a/l10n/cy_GB/settings.po +++ b/l10n/cy_GB/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/da/core.po b/l10n/da/core.po index 5b98364e7f22e1e27f8e8c1d21ed3b9f264f172a..feab2be6cda24cbf8c550352a27f3fa3e600db10 100644 --- a/l10n/da/core.po +++ b/l10n/da/core.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/da/files.po b/l10n/da/files.po index f2552432f4ca8c7a2aa52c95016739de2a2b4139..ce44d4f8ea54d6d92615e44b0fc3bfbe07a3a850 100644 --- a/l10n/da/files.po +++ b/l10n/da/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/da/files_external.po b/l10n/da/files_external.po index b1e2a3e1a5615f53af25b72f2b3fc71f546c810a..f5e5c5fa9cb1cb32a2a5fc88391bd5247593b486 100644 --- a/l10n/da/files_external.po +++ b/l10n/da/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/da/files_trashbin.po b/l10n/da/files_trashbin.po index 6438713a25b4d2661796c8947d6f6e7af44a8d02..4e021cbb32583aff5002e7d550f13e3476e021ee 100644 --- a/l10n/da/files_trashbin.po +++ b/l10n/da/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/da/lib.po b/l10n/da/lib.po index 6aca5cd1c1277fa44345797b389fb19c2769aad5..0f0508a4b0498a8e9f796f16a7625a8dc67641a2 100644 --- a/l10n/da/lib.po +++ b/l10n/da/lib.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/da/settings.po b/l10n/da/settings.po index ee1a809616bec5b4914ce37def2665b8942a721b..3b4ce987e915d38f3ed7a61779544562e32b4d63 100644 --- a/l10n/da/settings.po +++ b/l10n/da/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/de/core.po b/l10n/de/core.po index 2d1761bebb1c45080f9678ec4cece2c9e79c632f..8f6d9b98724b675d7a6f7275f9cf3118cf47c699 100644 --- a/l10n/de/core.po +++ b/l10n/de/core.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/de/files.po b/l10n/de/files.po index bde628c43e7e7cdb169251b0b28a8f78cead6a68..13f0f92d1e1bbc5bb43f7dff01f8922e4f665a67 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/de/files_external.po b/l10n/de/files_external.po index c7158e4a288c01895cf52404b916951656ad9ec8..92ce705b41cb43463147d740969640accd466162 100644 --- a/l10n/de/files_external.po +++ b/l10n/de/files_external.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/de/files_sharing.po b/l10n/de/files_sharing.po index 1af2f4437f8fceb7f86cef5c7ead8ad8738209e6..f65ef70d6f86e86388044ad9011c27aedb42edd6 100644 --- a/l10n/de/files_sharing.po +++ b/l10n/de/files_sharing.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 20:31+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" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,7 +29,7 @@ msgstr "Der Server für die Serverfreigabe ist auf diesem Server nicht aktiviert #: ajax/external.php:38 msgid "Invalid or untrusted SSL certificate" -msgstr "" +msgstr "Ungültiges oder nicht vertrauenswürdiges SSL-Zertifikat" #: ajax/external.php:52 msgid "Couldn't add remote share" diff --git a/l10n/de/files_trashbin.po b/l10n/de/files_trashbin.po index 9c28d9744091a05a9501567d2b4a53efde28f213..97510385f3621e538880ee014927add20de0e98d 100644 --- a/l10n/de/files_trashbin.po +++ b/l10n/de/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/de/lib.po b/l10n/de/lib.po index c2f7632942464924c0bf64f59fed05fc9a5b804f..f3e332df5909223d79840861308fb1e3227bc106 100644 --- a/l10n/de/lib.po +++ b/l10n/de/lib.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/de/settings.po b/l10n/de/settings.po index 150129d5e349a18705407d9429546154951ef660..9271a668fd468f673fa8119d227e1a63aa16ed08 100644 --- a/l10n/de/settings.po +++ b/l10n/de/settings.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/de_AT/core.po b/l10n/de_AT/core.po index 629edbfa3e357c1c79cc128c9d122a107c4d460a..9fe6346059f87ba75f14aeefc9fb05ce287f495c 100644 --- a/l10n/de_AT/core.po +++ b/l10n/de_AT/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/de_AT/files.po b/l10n/de_AT/files.po index 379b6686cc5d69dd398b60bfee1f2d7aacfad070..e94e3c8113d34335f99d32ea37135e5d55181180 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/de_AT/files_external.po b/l10n/de_AT/files_external.po index 4772cbd5a88016d54607b2934e57c60e106b7f9b..cfc7a7831cceb4ada761ee9cedde1eb5f3d0a831 100644 --- a/l10n/de_AT/files_external.po +++ b/l10n/de_AT/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/de_AT/files_trashbin.po b/l10n/de_AT/files_trashbin.po index 293c79494adb42054554fab004fbda3cfaff22ef..f690dc6d3dfbce6f8032be8c31b35670efc9b366 100644 --- a/l10n/de_AT/files_trashbin.po +++ b/l10n/de_AT/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/de_AT/lib.po b/l10n/de_AT/lib.po index c7b6915b64228188db79480477de1e8906796952..b942154574422651e68a411917ee2ada1616ef1d 100644 --- a/l10n/de_AT/lib.po +++ b/l10n/de_AT/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/de_AT/settings.po b/l10n/de_AT/settings.po index 59cbf1aa10b65560f06f2a7cc2163dc33794e1d6..98ab00e6d512b76911749b2bfae78c49d6c0843a 100644 --- a/l10n/de_AT/settings.po +++ b/l10n/de_AT/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/de_CH/core.po b/l10n/de_CH/core.po index 6f42a14c115b6949d02d15ec7bf030c7f9690276..0a8ec20d28c58b9e62d2aabc5aedadd5b431a9b5 100644 --- a/l10n/de_CH/core.po +++ b/l10n/de_CH/core.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/de_CH/files.po b/l10n/de_CH/files.po index da6f80c5b58c9880786c60eaf7d88d738f7679e6..26afe711bbd3dd2bece42a61677c5b8f976633c7 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/de_CH/files_external.po b/l10n/de_CH/files_external.po index ecd6ba61dc575116bf242d769cf43e2433f7d74c..96d5fb5a42fd1b80e08a155fa9d1aee0d0a798b8 100644 --- a/l10n/de_CH/files_external.po +++ b/l10n/de_CH/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/de_CH/files_trashbin.po b/l10n/de_CH/files_trashbin.po index 6f3ecd6f6b559fe587afdf26470068983e495a77..4daae2bea88239bc1edfae6561a276ad8f5c46d0 100644 --- a/l10n/de_CH/files_trashbin.po +++ b/l10n/de_CH/files_trashbin.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/de_CH/lib.po b/l10n/de_CH/lib.po index c40974aced814fbdf011a8f2efb38e8510fcf1b0..da12d855159af746450c5232dff5ba38ca41b193 100644 --- a/l10n/de_CH/lib.po +++ b/l10n/de_CH/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/de_CH/settings.po b/l10n/de_CH/settings.po index ec258ea1bf51e7e5479192a36db801c8659ae713..2092e73acea6df8cf6b14e80b89358da49781418 100644 --- a/l10n/de_CH/settings.po +++ b/l10n/de_CH/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po index e76fd0bd4573d786140f3f2fd37fd373e2aefcd6..d60c39ea337a74ab05c3a64c9f3c374d76e3e8c8 100644 --- a/l10n/de_DE/core.po +++ b/l10n/de_DE/core.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po index 41912727851a54186791b74eb867bbe1e585ebef..d1cdf5c5886481036bd6d60c79b261d307eed979 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/de_DE/files_external.po b/l10n/de_DE/files_external.po index 1f4dac01ff8ed938a04271ed954826e4103449e4..2cfd8d337b111bd63d9fdf886ecebb7e20805884 100644 --- a/l10n/de_DE/files_external.po +++ b/l10n/de_DE/files_external.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/de_DE/files_sharing.po b/l10n/de_DE/files_sharing.po index 47ec2d0a14da89e94615864c00de3b20ca788864..fe325d461c97147028479e33879749e7b469274e 100644 --- a/l10n/de_DE/files_sharing.po +++ b/l10n/de_DE/files_sharing.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 20:31+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" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,7 +28,7 @@ msgstr "Der Server für die Serverfreigabe ist auf diesem Server nicht aktiviert #: ajax/external.php:38 msgid "Invalid or untrusted SSL certificate" -msgstr "" +msgstr "Ungültiges oder nicht vertrauenswürdiges SSL-Zertifikat" #: ajax/external.php:52 msgid "Couldn't add remote share" diff --git a/l10n/de_DE/files_trashbin.po b/l10n/de_DE/files_trashbin.po index 09ad3c3eada21ff5da3fee7df10ad8875049aec9..c0d1f32dd0c70d0b9313e8f5ab576cfbd1f86ef6 100644 --- a/l10n/de_DE/files_trashbin.po +++ b/l10n/de_DE/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/de_DE/lib.po b/l10n/de_DE/lib.po index cceacf9bfc16da4b9f066a8513b6d0ac80ceaea6..95a7bc6a7d37913fa8e0dcf1784d7ab0c1d3dd96 100644 --- a/l10n/de_DE/lib.po +++ b/l10n/de_DE/lib.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/de_DE/settings.po b/l10n/de_DE/settings.po index 2bd8cf24df000b73b91823a5844a874a52f6ae84..0b87578d82cd302344b73a9e530af4d482ccecd7 100644 --- a/l10n/de_DE/settings.po +++ b/l10n/de_DE/settings.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/el/core.po b/l10n/el/core.po index 4663d7aa7f32c75fac26200917b45541ccd5ec02..99a7c7f7fa8780fb4ff65057e8f04dd081145207 100644 --- a/l10n/el/core.po +++ b/l10n/el/core.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/el/files.po b/l10n/el/files.po index 376746c3a4d053fadedca41ccf04a7a5b6d7b151..955f1984eb3866383c551f5588a67486d71d7963 100644 --- a/l10n/el/files.po +++ b/l10n/el/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/el/files_external.po b/l10n/el/files_external.po index 4424bb1ca826ad4e7aa649e64211497b36da3b48..25186a0f6a37d7584552450de51ba074c6704f9a 100644 --- a/l10n/el/files_external.po +++ b/l10n/el/files_external.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/el/files_trashbin.po b/l10n/el/files_trashbin.po index 6cf32ee3ca5a7181e3c44337d024b3ed37a3bc8d..1cb5a6f3886419fa10e554e5d42398767e6696c7 100644 --- a/l10n/el/files_trashbin.po +++ b/l10n/el/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: Vassilis Kehayas <vkehayas@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/lib.po b/l10n/el/lib.po index 60656ad298bb924c4434ef24b742227fd2ad7afa..e0fffa58de4a7ebf7113772b6a1c22b4e1f3d3cd 100644 --- a/l10n/el/lib.po +++ b/l10n/el/lib.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/el/settings.po b/l10n/el/settings.po index f094448440a79856aa1f94944f6a6d4a28f0e6d9..e9c1d42819a6e3ec564d0aca5153e6d8f3d43931 100644 --- a/l10n/el/settings.po +++ b/l10n/el/settings.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/en_GB/core.po b/l10n/en_GB/core.po index ab9f8b0976a4d341111676537c38ede2e1c9735d..ff9ef965efc3225bf85a452f8609ae63811be3b7 100644 --- a/l10n/en_GB/core.po +++ b/l10n/en_GB/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/en_GB/files.po b/l10n/en_GB/files.po index d600b9bddf92d824f4b9e4eca411374bcddebe16..c1fb849bc2a136a593e77a910f4ae2bfbc63cb7a 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: Darren Richardson <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" diff --git a/l10n/en_GB/files_external.po b/l10n/en_GB/files_external.po index 0fa261a68b87c8f7b5860ec1cd07d949bc40e282..a1bfa327dad11e14bf9e33503fd5b98d7cf848e3 100644 --- a/l10n/en_GB/files_external.po +++ b/l10n/en_GB/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/en_GB/files_trashbin.po b/l10n/en_GB/files_trashbin.po index 80e5e7358a297e1bb4bd7e391700ff688eebb8b3..48732851715f609eeec9717f2ebdcc4a3bfe1f5b 100644 --- a/l10n/en_GB/files_trashbin.po +++ b/l10n/en_GB/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/en_GB/lib.po b/l10n/en_GB/lib.po index 6c263c277d2f0c37803b323e09402f2a5e9902f2..d961e677274e2ba1483a4f16da08783adf318a97 100644 --- a/l10n/en_GB/lib.po +++ b/l10n/en_GB/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Darren Richardson <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" diff --git a/l10n/en_GB/settings.po b/l10n/en_GB/settings.po index 23c5f524469acc7cccf2e0cf671d80e549806258..b8d616b652d05923c2ae2dfe40c4d698520a35a2 100644 --- a/l10n/en_GB/settings.po +++ b/l10n/en_GB/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Darren Richardson <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" diff --git a/l10n/eo/core.po b/l10n/eo/core.po index 6160d01c2c7a7e2ef1ad9d00ea995ad6498ed05c..de4cb123576cb475bf25b7d91970d5c1320383ad 100644 --- a/l10n/eo/core.po +++ b/l10n/eo/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/eo/files.po b/l10n/eo/files.po index b196305f2a6ae09b5ccb0723444b417c7c729789..7979a6c674561c13f5361ed21eb17e49e1e95aa2 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/eo/files_external.po b/l10n/eo/files_external.po index 99da68f01894d71c45eb7d2c172bd3d98f13c3dc..b2c75f3177a2c6e0c3d577660f9ba1a64890e101 100644 --- a/l10n/eo/files_external.po +++ b/l10n/eo/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/eo/files_trashbin.po b/l10n/eo/files_trashbin.po index 2856a40cb1672bd5799af5e7d0e3662446c05e32..4473f7dcff1c78e062fa8570342526507574c915 100644 --- a/l10n/eo/files_trashbin.po +++ b/l10n/eo/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/eo/lib.po b/l10n/eo/lib.po index 8f82b202ba18f507d66b874f3db8b0e4fa29e3aa..0f9739f4d52ca46ed4539603443334c06fa08f00 100644 --- a/l10n/eo/lib.po +++ b/l10n/eo/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/eo/settings.po b/l10n/eo/settings.po index 413509ecbf442a2160e25291e2d41cf2059365e0..f2d44163cb1bda14a8fe4e1a48ab4c485e6a9026 100644 --- a/l10n/eo/settings.po +++ b/l10n/eo/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/es/core.po b/l10n/es/core.po index 443020bbf469567513907e4fa8bcd4e4b922a396..05d08c4291474c7bbd2a4f74b03061d45aa33e9a 100644 --- a/l10n/es/core.po +++ b/l10n/es/core.po @@ -32,8 +32,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/es/files.po b/l10n/es/files.po index 94ab693613b25e464d53921a73897439a8427883..7fe8223f68857511de1512559564d4a6ad7fcaa3 100644 --- a/l10n/es/files.po +++ b/l10n/es/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: Artopal <artopal@fastmail.fm>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/files_external.po b/l10n/es/files_external.po index 501c607f8a7b24cbbc274dfdcddf242ed554fc72..91064f01e93de2b1c38f127bbf21beb59f3e18e1 100644 --- a/l10n/es/files_external.po +++ b/l10n/es/files_external.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: victormce <victormce@gmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/files_sharing.po b/l10n/es/files_sharing.po index 1d36739a4be32efa94c2ae14a3bb31210171fd10..1f7674ef6b0bc12c1da8f5f0a25756742399aed8 100644 --- a/l10n/es/files_sharing.po +++ b/l10n/es/files_sharing.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 07:10+0000\n" +"Last-Translator: Artopal <artopal@fastmail.fm>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,7 +33,7 @@ msgstr "Compartir entre servidores no está habilitado en este servidor" #: ajax/external.php:38 msgid "Invalid or untrusted SSL certificate" -msgstr "" +msgstr "Certificado SSL inválido o no confiable" #: ajax/external.php:52 msgid "Couldn't add remote share" diff --git a/l10n/es/files_trashbin.po b/l10n/es/files_trashbin.po index 4f2efc8e540858a56158bb1731ae7247094bc99c..cc7c5c3bb7eb695fb1c18f8137b1d1ac331f8654 100644 --- a/l10n/es/files_trashbin.po +++ b/l10n/es/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/es/lib.po b/l10n/es/lib.po index eb15beb1710510d753207e09c7c4a9ccbd77bb73..78dd98d6342885e01e496e39f2e8f7bd535fb344 100644 --- a/l10n/es/lib.po +++ b/l10n/es/lib.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Artopal <artopal@fastmail.fm>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/settings.po b/l10n/es/settings.po index 5e1e3d57faeb890532440966c2dfb47f315162be..587ec1eaad5d20702e6f74674bf4b99625129e81 100644 --- a/l10n/es/settings.po +++ b/l10n/es/settings.po @@ -25,8 +25,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Artopal <artopal@fastmail.fm>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/core.po b/l10n/es_AR/core.po index a528443873eaee7d584d9900dfa4089556888f41..13c0cc450fe567caeb6fc3319835d568ffb26007 100644 --- a/l10n/es_AR/core.po +++ b/l10n/es_AR/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po index c92ef5b312267241455c3f1fe37a638c056cdc3f..b5441dc9d2036709777747f9a90c4585ccb60aa2 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/es_AR/files_external.po b/l10n/es_AR/files_external.po index e2468a6c18b2a923dcc1e523d44d43644925251c..0e09bd710adccffd07e25991053b4cf28af2fd3f 100644 --- a/l10n/es_AR/files_external.po +++ b/l10n/es_AR/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/es_AR/files_trashbin.po b/l10n/es_AR/files_trashbin.po index 116dc76108ee42037037645bf7240bf1038d67d2..77173d030a8eafc2c633921bdc43a2a45269723d 100644 --- a/l10n/es_AR/files_trashbin.po +++ b/l10n/es_AR/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/es_AR/lib.po b/l10n/es_AR/lib.po index 6af023abbbd351b12c245ba8cfa3c3d229ffd8dd..31f394c4872200c9296c580933c2efeb46838c83 100644 --- a/l10n/es_AR/lib.po +++ b/l10n/es_AR/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/es_AR/settings.po b/l10n/es_AR/settings.po index 614d8c29dfc93c64e2b7125a45a105b523bd7370..2142a3b5b5f076d2288f07cf43d0ab9f8c4b6bdb 100644 --- a/l10n/es_AR/settings.po +++ b/l10n/es_AR/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/es_CL/core.po b/l10n/es_CL/core.po index 3333658c4f07f66f106e7bdb3de93ba7cd0d97b8..d532e483488b10aa0cc1c0011ca3dadd8093877a 100644 --- a/l10n/es_CL/core.po +++ b/l10n/es_CL/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/es_CL/lib.po b/l10n/es_CL/lib.po index adab2722e6486fff642fd48fdb2f639c2dd1fb9b..c043ea8a352e7bb015628347ee910845cc8e8dcb 100644 --- a/l10n/es_CL/lib.po +++ b/l10n/es_CL/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/es_MX/core.po b/l10n/es_MX/core.po index e13d6b20e204235819fe971be28407db4a50821a..64855b8c51a0487df0ab43b1e72153efd8142d73 100644 --- a/l10n/es_MX/core.po +++ b/l10n/es_MX/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/es_MX/files.po b/l10n/es_MX/files.po index 600f2b85e5c210a7157a9dde032936d031f185cc..4e56949a4292eba20e414fed80fbde128599dc6d 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/es_MX/files_external.po b/l10n/es_MX/files_external.po index e6597d717b8a78c2b144188bc11e7f2c15336d5f..5c026e1a14dcadb20bd6bf0c28aba18a4f7bc1e2 100644 --- a/l10n/es_MX/files_external.po +++ b/l10n/es_MX/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/es_MX/files_trashbin.po b/l10n/es_MX/files_trashbin.po index 697aa5a7511d01fa1765724bcf00b2f6a7a2b1af..370473680c2c82bbdaf8806d9c784e05dd5073e7 100644 --- a/l10n/es_MX/files_trashbin.po +++ b/l10n/es_MX/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/es_MX/lib.po b/l10n/es_MX/lib.po index 81b5389dcdfa72122b28eabbae42f8b63c0d2b65..8880678b6b9aa4483b7a031449c9ec9ef9cb6856 100644 --- a/l10n/es_MX/lib.po +++ b/l10n/es_MX/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/es_MX/settings.po b/l10n/es_MX/settings.po index d0a469c6fee24e448e67cac1965a5f2f1ee84aa7..fd54d5f507d8536b9b8631f022cbf5aa29d37a19 100644 --- a/l10n/es_MX/settings.po +++ b/l10n/es_MX/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/et_EE/core.po b/l10n/et_EE/core.po index a48c75ee234181968d82a11a52e4a1fb723fb289..54a3165bb6a77b07bf353b7a2f02a699df96adea 100644 --- a/l10n/et_EE/core.po +++ b/l10n/et_EE/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/et_EE/files.po b/l10n/et_EE/files.po index e621a342237662cbae02d98aa34416766f4b6476..67e656b0fa8023ec88b8f0105064ca8acb9dd104 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/et_EE/files_external.po b/l10n/et_EE/files_external.po index ed4dfeee67779dbc3ceb3cc228aaac2b82863ff4..0a1a07e52c480d308a4e4fb2fc53f2efb6fc6e19 100644 --- a/l10n/et_EE/files_external.po +++ b/l10n/et_EE/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/et_EE/files_trashbin.po b/l10n/et_EE/files_trashbin.po index 7d0f74ad87654eb66a6ec56f30d5e9e27f5b1e1f..f513561a4d9601709839f9047e6248d03d713757 100644 --- a/l10n/et_EE/files_trashbin.po +++ b/l10n/et_EE/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/et_EE/lib.po b/l10n/et_EE/lib.po index 17cf01dc5394dd07240cf0730f07ae1c67c08e60..cc03497d55ef9424f9422006b1ffeb616bc4dcfb 100644 --- a/l10n/et_EE/lib.po +++ b/l10n/et_EE/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/et_EE/settings.po b/l10n/et_EE/settings.po index 214a8c97a60dfcdaf6e316a7d4a6bfc677f89d4c..6c3ec132eb3c88622f68c2d0736aea94080849e0 100644 --- a/l10n/et_EE/settings.po +++ b/l10n/et_EE/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/eu/core.po b/l10n/eu/core.po index af57694df6028feb21ff495f96eb0f2a3d6d7a88..59c87fa365be68e6fe9d210d7352ba644b224fa0 100644 --- a/l10n/eu/core.po +++ b/l10n/eu/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/eu/files.po b/l10n/eu/files.po index 68b4ad754293fd55c0d3173a4721f9370ead8658..fa6827c759574571b18684eab229b50beef6eb56 100644 --- a/l10n/eu/files.po +++ b/l10n/eu/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/eu/files_external.po b/l10n/eu/files_external.po index a9d3bcd0712e45b32d0528113d32b6f9e28c427d..c2abe436115cba72981bc1879cdc53f66b72c934 100644 --- a/l10n/eu/files_external.po +++ b/l10n/eu/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/eu/files_trashbin.po b/l10n/eu/files_trashbin.po index d4c645180a96d3abda20295c2975942d2e70e0d7..1c0cc41146018fcbe000abc57e0885322b54dd14 100644 --- a/l10n/eu/files_trashbin.po +++ b/l10n/eu/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/eu/lib.po b/l10n/eu/lib.po index e461bb2471b5037e1df04fc7ee089a0f9c2027fe..23b93d598d936d50bd1ecebbe47eee809753b9a4 100644 --- a/l10n/eu/lib.po +++ b/l10n/eu/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Alexander Gabilondo <alexgabi@openmailbox.org>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/settings.po b/l10n/eu/settings.po index 876743ff648030bd25c0f98777c39ffec9e47ea3..134fa10f8defbce99cc17905189e195127394d38 100644 --- a/l10n/eu/settings.po +++ b/l10n/eu/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/eu_ES/core.po b/l10n/eu_ES/core.po index cbb88e21377e9008728247ec5c5a8a4be3061a33..8ad64b2e7a7e3d8d7b2cd264ac87f4684fe271fd 100644 --- a/l10n/eu_ES/core.po +++ b/l10n/eu_ES/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/eu_ES/files.po b/l10n/eu_ES/files.po index 0494b934ed85f4149344e0a99c5f8bee55345cb3..df3b7fa70668a4793f49cfd352077469718de65d 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/eu_ES/files_external.po b/l10n/eu_ES/files_external.po index b09464ef8cf06b34d2cec7175688630aae564edd..931016e568027a6e18700cd21517564f75246011 100644 --- a/l10n/eu_ES/files_external.po +++ b/l10n/eu_ES/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/eu_ES/files_trashbin.po b/l10n/eu_ES/files_trashbin.po index 9ededf4c4df688966579fabb489142dfa89d498e..ed82e4a5c2fc224cdc5efd5b617ad4d3904d141c 100644 --- a/l10n/eu_ES/files_trashbin.po +++ b/l10n/eu_ES/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/eu_ES/settings.po b/l10n/eu_ES/settings.po index f8325d1dbc332fb149604331c85e79d38ba709fc..9fb906240de092143a5480e383e7a7f7bf3c8dd7 100644 --- a/l10n/eu_ES/settings.po +++ b/l10n/eu_ES/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/fa/core.po b/l10n/fa/core.po index 358a88280388d28c1cc49d48652db43edf5868b5..2c93aeb02edd76b3a3cee040b03f0d8ff44f090a 100644 --- a/l10n/fa/core.po +++ b/l10n/fa/core.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# alihosseinnejad <ali1360@gmail.com>, 2014 # Amir Keshavarz <pnetsale@gmail.com>, 2014 # mahdi Kereshteh <miki_mika1362@yahoo.com>, 2013 # majid hajibaba <majid.hajibaba@gmail.com>, 2014 @@ -11,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" +"Last-Translator: alihosseinnejad <ali1360@gmail.com>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -517,7 +518,7 @@ msgstr "" #: js/update.js:52 msgid "The update was unsuccessful." -msgstr "" +msgstr "بروزرسانی موفقیت آمیز نبود." #: js/update.js:61 msgid "The update was successful. Redirecting you to ownCloud now." diff --git a/l10n/fa/files.po b/l10n/fa/files.po index 7e5c4f5d461b9d018048a2f96a35bff64679ecac..76d9bd55f2486d3b7c032a992ae67c057501a209 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/fa/files_external.po b/l10n/fa/files_external.po index 343eadc3d1f5b2783867a151668f0c49ab6ed363..420503c2c3dc16f4ffe5c6d856f47c86684c3f16 100644 --- a/l10n/fa/files_external.po +++ b/l10n/fa/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/fa/files_trashbin.po b/l10n/fa/files_trashbin.po index fda0b1e517dd02703546de59017a1654d858f189..5e07ac2943295b1d5be367255cf18c037d1259e8 100644 --- a/l10n/fa/files_trashbin.po +++ b/l10n/fa/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: Mohammad <mohammadsharifi666@gmail.com>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/lib.po b/l10n/fa/lib.po index ca8a349d0d97e001e25fdc69370160c4214075a6..a86c8cf3ac6896cfe9d7ee1afb21e618cb2041b7 100644 --- a/l10n/fa/lib.po +++ b/l10n/fa/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/fa/settings.po b/l10n/fa/settings.po index 7d12698b5e970e86c8bf7d034ed17376e8e045e3..fe0b1a2508dfc4b71957abe38b37c330437cc987 100644 --- a/l10n/fa/settings.po +++ b/l10n/fa/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po index 3c35bcb12da4ca4a2a4dee30b60e144852323643..99f8fa618fdd69fbee8876f2c1ebb20ecef43693 100644 --- a/l10n/fi_FI/core.po +++ b/l10n/fi_FI/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po index 3937e617539c6b22eadae3401f3ee0b867631fbd..5d67ccbf908752f87bb3de39cc6276092451fcfa 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/fi_FI/files_external.po b/l10n/fi_FI/files_external.po index 9de82c4550facd29220e215f677346d3c5571c74..b332283b417334b6fd29feb04190b5f50a332c04 100644 --- a/l10n/fi_FI/files_external.po +++ b/l10n/fi_FI/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/fi_FI/files_sharing.po b/l10n/fi_FI/files_sharing.po index e196e58dbc8930c7b5e43ba2b705e68c3f38e3fe..c8ce3b61c17b643a8fda74c898681973393c49b9 100644 --- a/l10n/fi_FI/files_sharing.po +++ b/l10n/fi_FI/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 09:00+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" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +24,7 @@ msgstr "Palvelimelta-palvelimelle-jakaminen ei ole käytössä tällä palvelime #: ajax/external.php:38 msgid "Invalid or untrusted SSL certificate" -msgstr "" +msgstr "Virheellinen tai ei-luotettu SSL-varmenne" #: ajax/external.php:52 msgid "Couldn't add remote share" diff --git a/l10n/fi_FI/files_trashbin.po b/l10n/fi_FI/files_trashbin.po index 0ff04211d96a3257311223d625c559c84db3d179..fd7191c72207a40a416b02605b7c15a7ef94684f 100644 --- a/l10n/fi_FI/files_trashbin.po +++ b/l10n/fi_FI/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/fi_FI/lib.po b/l10n/fi_FI/lib.po index d4b31cdcc1b3f4deda69b75ff78acb8acf31f4d1..4c7cf4fb2bf8766af127aad2b19f92af92ca65f1 100644 --- a/l10n/fi_FI/lib.po +++ b/l10n/fi_FI/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/fi_FI/settings.po b/l10n/fi_FI/settings.po index cf4c82d31745492f86adbd61c820f001843135a1..427ef4c692f939ad06efd89c0cd72f415baa5519 100644 --- a/l10n/fi_FI/settings.po +++ b/l10n/fi_FI/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/fr/core.po b/l10n/fr/core.po index 92309578daf6c7ec7972679cab11659f779b2c03..4a52fcf5c95871a50c804b879fd727b4e88b79ca 100644 --- a/l10n/fr/core.po +++ b/l10n/fr/core.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/fr/files.po b/l10n/fr/files.po index f21236998f7d71f04ca04674877e2ec55e628872..9b05039abe487e23d4bbfb631fe01519909d2dd3 100644 --- a/l10n/fr/files.po +++ b/l10n/fr/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/fr/files_external.po b/l10n/fr/files_external.po index f712434582ba640d553e9bbf630d33659368aad6..dfe9b6fbc6903a8cab0ea348d7d750191f6dc81b 100644 --- a/l10n/fr/files_external.po +++ b/l10n/fr/files_external.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/fr/files_trashbin.po b/l10n/fr/files_trashbin.po index a50625743d9873e8980e87ef003573ac05ff9597..41d98b9080b575fff44a27ccedd88a2d0031acda 100644 --- a/l10n/fr/files_trashbin.po +++ b/l10n/fr/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/fr/lib.po b/l10n/fr/lib.po index 7cc9d1d6c3c190aace9456770cc97317ff74f786..aabc8dd08e79972a1f8b4bd6792e8901bed6042d 100644 --- a/l10n/fr/lib.po +++ b/l10n/fr/lib.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Ogre Sympathique\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/settings.po b/l10n/fr/settings.po index 174a5d4b91f39f31a68ee941ac55ae8eccd76d19..dc7aca8a0096073eac30b9e7b1460965f1f5a5d2 100644 --- a/l10n/fr/settings.po +++ b/l10n/fr/settings.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/gl/core.po b/l10n/gl/core.po index ac4a9a76023530a1bc10dbcd6aedc838941ad9cb..25ad1a87a62ac76b1ac85c7f4529becc11a50f7e 100644 --- a/l10n/gl/core.po +++ b/l10n/gl/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/files.po b/l10n/gl/files.po index a8938116a000a9ebfca1cce925b1f2e6bb4e952d..519e4133f16d6eaab91af1a90749afae7e3f0d2a 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/gl/files_external.po b/l10n/gl/files_external.po index 75a92db32cad327520c3aa73e93d92b676b17d8a..4e6c3c4cef2ba6d7e4b330c8f42d15cfb965702f 100644 --- a/l10n/gl/files_external.po +++ b/l10n/gl/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/files_trashbin.po b/l10n/gl/files_trashbin.po index c1c4627a22bc81a29dfee65525eb45149bf0832b..3e8a6fa04d957fc5d4eafdf5b317a97ede31699d 100644 --- a/l10n/gl/files_trashbin.po +++ b/l10n/gl/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/lib.po b/l10n/gl/lib.po index 8ac8179ec4529f44b37750bf6d9d6a37d1562398..8eb3b309c610d0e1755988b88337308643d7c2de 100644 --- a/l10n/gl/lib.po +++ b/l10n/gl/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po index 1851d4f6b8249230f04d4eaa8044ab1df584a4b2..1c121c5b5d8dfc1e63449ff8ffce0d39077bceea 100644 --- a/l10n/gl/settings.po +++ b/l10n/gl/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/he/core.po b/l10n/he/core.po index 3c01c25e9487fe518c43816227635bf68c228378..1df2f22ebedc49bdabb6b1a86cbbd418d1c1f928 100644 --- a/l10n/he/core.po +++ b/l10n/he/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/he/files.po b/l10n/he/files.po index 654abc6111f053c6ab9c5ad9368eea34eeacf967..4624427c88f51bc096257cb9a3c2a231f62f81a5 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/he/files_external.po b/l10n/he/files_external.po index 6f4c844f40494152e156bf2cb039a12b38774461..7a5d5e866731997d383f87f3786801bcbc1d8a97 100644 --- a/l10n/he/files_external.po +++ b/l10n/he/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/he/files_trashbin.po b/l10n/he/files_trashbin.po index fca93d2319ac319c630a306fc5f54fd8be1ee322..8a48851638bb8919be809732cc05083313760b16 100644 --- a/l10n/he/files_trashbin.po +++ b/l10n/he/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/he/lib.po b/l10n/he/lib.po index ce2808cbbe16df64529352ee92e01044079647a4..02737d21e05588f92a798ffda42b2beaefd6d37b 100644 --- a/l10n/he/lib.po +++ b/l10n/he/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/he/settings.po b/l10n/he/settings.po index 37a3ab261b38096e119869f27bd0c868bbd8ba1a..3647590fb91d8db66288b300831a56cad54ff454 100644 --- a/l10n/he/settings.po +++ b/l10n/he/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/hi/core.po b/l10n/hi/core.po index 5628160c352a5af8372d2ae2f19ed2e839cf367d..a2122656fd6e413a6a3a03f79b93478c7f10daf1 100644 --- a/l10n/hi/core.po +++ b/l10n/hi/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hi/lib.po b/l10n/hi/lib.po index 6e14127629836ecdffe5fd86d8f4bf5d88c9cd4d..11a07f9f36249c17701c12a05e135706697a9d40 100644 --- a/l10n/hi/lib.po +++ b/l10n/hi/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/core.po b/l10n/hr/core.po index d59623cb2c6cf29de9c24ac7a54d81cf20520c0e..84a1a16b4d0af222203213e50266001a6799d3dc 100644 --- a/l10n/hr/core.po +++ b/l10n/hr/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/hr/files.po b/l10n/hr/files.po index 79cbe26d5baf01c80c105d21cb2b9eefb59b24a0..745c7fb6823a1077b84bf4ad1f92e04e48b78b6d 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/hr/files_external.po b/l10n/hr/files_external.po index b3ee622246e8edc8c8fe22f0133d218443766f2f..9fc7fe3731f2efe6ef164716929d67bd43d77f7e 100644 --- a/l10n/hr/files_external.po +++ b/l10n/hr/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: Dubravko Penezic <dpenezic@gmail.com>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/files_trashbin.po b/l10n/hr/files_trashbin.po index 1ee550aeeca80b3056f218a8159adb317db38c4b..f8f3874bc27265e1f9576a7dce7f1e4bd70176ff 100644 --- a/l10n/hr/files_trashbin.po +++ b/l10n/hr/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/hr/lib.po b/l10n/hr/lib.po index 57308c344985975ff6b3b60ce930784f6e8b41fe..703eaf1fafe21cf6a621c105112a9f0438d406d1 100644 --- a/l10n/hr/lib.po +++ b/l10n/hr/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/hr/settings.po b/l10n/hr/settings.po index 3c88405cc09c947155960e116f023659516114b9..7947939d718ef3bf0b75c55c77eef9d264feddb0 100644 --- a/l10n/hr/settings.po +++ b/l10n/hr/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po index 355ddd398e08f82cc87c24e8bd6d686907fcb234..80d4e68957cc79923aae4c29a090c6076b7a236f 100644 --- a/l10n/hu_HU/core.po +++ b/l10n/hu_HU/core.po @@ -3,17 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# beni1999 <beni1099@gmail.com>, 2014 # David Szilagyi <inactive+sherlock79@transifex.com>, 2013 # ebela <bela@dandre.hu>, 2013 # János Fehér <feher.janos@mindworks.hu>, 2014 # Laszlo Tornoci <torlasz@gmail.com>, 2013-2014 +# Melinda <ghostgirl1983@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" +"Last-Translator: Melinda <ghostgirl1983@gmail.com>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -217,14 +219,14 @@ msgstr "több éve" #: js/lostpassword.js:3 lostpassword/controller/lostcontroller.php:198 msgid "Couldn't send reset email. Please contact your administrator." -msgstr "" +msgstr "Visszaállítási mail nem küldhetö. Kérjük, lépj kapcsolatba az adminisztrátorral." #: js/lostpassword.js:5 msgid "" "The link to reset your password has been sent to your email. If you do not " "receive it within a reasonable amount of time, check your spam/junk " "folders.<br>If it is not there ask your local administrator." -msgstr "" +msgstr "A jelszó újramegadásához a linker elküldtük. Ha real is iron belül nem érkezik meg, ellenörízd a spam/hulladék könyvtárat.<br>Ha nincs ott, kérdezd meg a helyi rendszergazdádat." #: js/lostpassword.js:7 msgid "" @@ -232,11 +234,11 @@ msgid "" "will be no way to get your data back after your password is reset.<br />If " "you are not sure what to do, please contact your administrator before you " "continue. <br />Do you really want to continue?" -msgstr "" +msgstr "Az Ön állományai titkosítva vannak. Ha nem engedélyezte korábban az adatok visszanyeréséhez szükséges kulcs használatát, akkor a jelszó megváltoztatását követően nem fog hozzáférni az adataihoz. Ha nem biztos abban, hogy mit kellene tennie, akkor kérdezze meg a rendszergazdát, mielőtt továbbmenne. Biztos, hogy folytatni kívánja?" #: js/lostpassword.js:10 msgid "I know what I'm doing" -msgstr "" +msgstr "Tudom mit csinálok." #: js/lostpassword.js:13 lostpassword/templates/resetpassword.php:9 msgid "Reset password" @@ -244,7 +246,7 @@ msgstr "Jelszó-visszaállítás" #: js/lostpassword.js:16 msgid "Password can not be changed. Please contact your administrator." -msgstr "" +msgstr "A jelszót nem lehet visszaállítani. Kérlek, lépj kapcsolatba a redszergazdával." #: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" @@ -530,17 +532,17 @@ msgstr "A frissítés sikeres volt. Visszairányítjuk az ownCloud szolgáltatá #: lostpassword/controller/lostcontroller.php:133 msgid "Couldn't reset password because the token is invalid" -msgstr "" +msgstr "Nem lehet a jelszót törölni, mert a token érvénytelen." #: lostpassword/controller/lostcontroller.php:159 msgid "Couldn't send reset email. Please make sure your username is correct." -msgstr "" +msgstr "Visszaállítási mail nem küldhetö. Kérjük, lépj kapcsolatba a rendszergazdával. " #: lostpassword/controller/lostcontroller.php:174 msgid "" "Couldn't send reset email because there is no email address for this " "username. Please contact your administrator." -msgstr "" +msgstr "Visszaállítási mail nem küldhetö, mert nem tartozik email cím ehhez a felhasználóhoz. Kérjük, lépj kapcsolatba az adminisztrátorral." #: lostpassword/controller/lostcontroller.php:191 #, php-format @@ -583,7 +585,7 @@ msgstr "Az új jelszó" #: lostpassword/templates/resetpassword.php:6 msgid "New Password" -msgstr "" +msgstr "Új jelszó" #: setup/controller.php:140 #, php-format @@ -797,7 +799,7 @@ msgstr "Kérjük, lépjen kapcsolatba a rendszergazdával." #: templates/login.php:42 msgid "Forgot your password? Reset it!" -msgstr "" +msgstr "Elfelejtetted a jelszavad?" #: templates/login.php:47 msgid "remember" diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po index ed56ad009cba95d580a88b4c83497be137709c0d..82f8a6339305ff24ea8a0368f369509ed8521a4d 100644 --- a/l10n/hu_HU/files.po +++ b/l10n/hu_HU/files.po @@ -5,14 +5,15 @@ # Translators: # ebela <bela@dandre.hu>, 2013 # Laszlo Tornoci <torlasz@gmail.com>, 2013-2014 +# Melinda <ghostgirl1983@gmail.com>, 2014 # Szládovics Péter <peti@szladovics.hu>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" +"Last-Translator: Melinda <ghostgirl1983@gmail.com>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -81,7 +82,7 @@ msgstr "A kiszolgálón nincs engedélyezve URL-ek megnyitása, kérem ellenőri #: ajax/newfile.php:126 #, php-format msgid "The file exceeds your quota by %s" -msgstr "" +msgstr "A fájl meghaladja kvótádat %s-kal" #: ajax/newfile.php:141 #, php-format @@ -335,7 +336,7 @@ msgstr "{dirs} és {files}" #: lib/app.php:80 #, php-format msgid "%s could not be renamed as it has been deleted" -msgstr "" +msgstr "%s nem lehet átnevezni, mivel törölve lett" #: lib/app.php:113 #, php-format diff --git a/l10n/hu_HU/files_external.po b/l10n/hu_HU/files_external.po index f9487c207e5f55e0d947945630523f97cf90be5c..1aed0e15ab0755e09c031b3e714746bc8e3a2c7a 100644 --- a/l10n/hu_HU/files_external.po +++ b/l10n/hu_HU/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/hu_HU/files_sharing.po b/l10n/hu_HU/files_sharing.po index 3e6281314e5ee0fd598feb27114599680f6e7733..7600de815483d8da80f545dd629ddf88ea812089 100644 --- a/l10n/hu_HU/files_sharing.po +++ b/l10n/hu_HU/files_sharing.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# beni1999 <beni1099@gmail.com>, 2014 # Laszlo Tornoci <torlasz@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 08:50+0000\n" +"Last-Translator: beni1999 <beni1099@gmail.com>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -32,11 +33,11 @@ msgstr "" #: appinfo/app.php:33 js/app.js:34 msgid "Shared with you" -msgstr "" +msgstr "Veled megosztott" #: appinfo/app.php:45 js/app.js:53 msgid "Shared with others" -msgstr "" +msgstr "Másokkal megosztott" #: appinfo/app.php:54 js/app.js:72 msgid "Shared by link" diff --git a/l10n/hu_HU/files_trashbin.po b/l10n/hu_HU/files_trashbin.po index 5d7475873d2a03440c63f3166826221fcd1750ce..02f0e7855b85208eed6ab63ff073b0f0fd84c784 100644 --- a/l10n/hu_HU/files_trashbin.po +++ b/l10n/hu_HU/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/hu_HU/lib.po b/l10n/hu_HU/lib.po index 544e1d93414246706489145496710bb7da156735..f5abbd6306364246d73f905c96bba3bcc04f348a 100644 --- a/l10n/hu_HU/lib.po +++ b/l10n/hu_HU/lib.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# beni1999 <beni1099@gmail.com>, 2014 # David Szilagyi <inactive+sherlock79@transifex.com>, 2013 # ebela <bela@dandre.hu>, 2013 # Laszlo Tornoci <torlasz@gmail.com>, 2013 @@ -10,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" +"Last-Translator: beni1999 <beni1099@gmail.com>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,7 +23,7 @@ msgstr "" #: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" -msgstr "" +msgstr "Nem írható a \"config\" könyvtár!" #: base.php:201 msgid "" @@ -171,7 +172,7 @@ msgstr "A token lejárt. Frissítse az oldalt." #: private/json.php:74 msgid "Unknown user" -msgstr "" +msgstr "Ismeretlen felhasználó" #: private/setup/abstractdatabase.php:26 #, php-format @@ -289,7 +290,7 @@ msgstr "%s megosztotta Önnel ezt: »%s«" #: private/share/share.php:494 #, php-format msgid "Sharing %s failed, because the file does not exist" -msgstr "" +msgstr "%s megosztása sikertelen, mert a fájl nem létezik" #: private/share/share.php:501 #, php-format @@ -365,7 +366,7 @@ msgstr "" #: private/share/share.php:969 msgid "Cannot set expiration date. Expiration date is in the past" -msgstr "" +msgstr "Nem lehet beállítani a lejárati időt mivel már elmúlt." #: private/share/share.php:1094 #, php-format @@ -495,7 +496,7 @@ msgstr "" #: private/util.php:427 msgid "Cannot write into \"config\" directory" -msgstr "" +msgstr "Nem írható a \"config\" könyvtár" #: private/util.php:440 msgid "Cannot write into \"apps\" directory" @@ -594,7 +595,7 @@ msgstr "" #: private/util.php:625 msgid "Please upgrade your database version" -msgstr "" +msgstr "Kérlek frissítsd az adatbázisodat" #: private/util.php:632 msgid "Error occurred while checking PostgreSQL version" diff --git a/l10n/hu_HU/settings.po b/l10n/hu_HU/settings.po index bbf11bf62e749606677b6b8825567745d1d56fa1..103fb4017d00aa7065daf4e06efb4bf69248374f 100644 --- a/l10n/hu_HU/settings.po +++ b/l10n/hu_HU/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/hu_HU/user_ldap.po b/l10n/hu_HU/user_ldap.po index 54adae480394e5e1f80cd624f3c71c08f414b91a..fc1d408582a13780059e6521b97f58bc1cdab49e 100644 --- a/l10n/hu_HU/user_ldap.po +++ b/l10n/hu_HU/user_ldap.po @@ -5,13 +5,14 @@ # Translators: # ebela <bela@dandre.hu>, 2013-2014 # Laszlo Tornoci <torlasz@gmail.com>, 2013 +# Melinda <ghostgirl1983@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-28 01:54-0400\n" -"PO-Revision-Date: 2014-07-27 17:40+0000\n" -"Last-Translator: ebela <bela@dandre.hu>\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 21:00+0000\n" +"Last-Translator: Melinda <ghostgirl1983@gmail.com>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -158,11 +159,11 @@ msgid_plural "%s users found" msgstr[0] "%s felhasználó van" msgstr[1] "%s felhasználó van" -#: lib/wizard.php:317 lib/wizard.php:1051 +#: lib/wizard.php:321 lib/wizard.php:1057 msgid "Could not find the desired feature" msgstr "A kívánt funkció nem található" -#: lib/wizard.php:858 lib/wizard.php:870 +#: lib/wizard.php:864 lib/wizard.php:876 msgid "Invalid Host" msgstr "Érvénytelen gépnév" @@ -254,60 +255,60 @@ msgid "" "username in the login action. Example: \"uid=%%uid\"" msgstr "Ez a szűrő érvényes a bejelentkezés megkísérlésekor. Ekkor az %%uid változó helyére a bejelentkezési név kerül. Például: \"uid=%%uid\"" -#: templates/part.wizard-server.php:6 +#: templates/part.wizard-server.php:13 msgid "1. Server" msgstr "1. Kiszolgáló" -#: templates/part.wizard-server.php:13 +#: templates/part.wizard-server.php:20 #, php-format msgid "%s. Server:" msgstr "%s. kiszolgáló" -#: templates/part.wizard-server.php:18 +#: templates/part.wizard-server.php:25 msgid "Add Server Configuration" msgstr "Új kiszolgáló beállításának hozzáadása" -#: templates/part.wizard-server.php:21 +#: templates/part.wizard-server.php:28 msgid "Delete Configuration" msgstr "Konfiguráció törlés" -#: templates/part.wizard-server.php:30 +#: templates/part.wizard-server.php:37 msgid "Host" msgstr "Kiszolgáló" -#: templates/part.wizard-server.php:31 +#: templates/part.wizard-server.php:38 msgid "" "You can omit the protocol, except you require SSL. Then start with ldaps://" msgstr "A protokoll előtag elhagyható, kivéve, ha SSL-t kíván használni. Ebben az esetben kezdje így: ldaps://" -#: templates/part.wizard-server.php:36 +#: templates/part.wizard-server.php:43 msgid "Port" msgstr "Port" -#: templates/part.wizard-server.php:44 +#: templates/part.wizard-server.php:51 msgid "User DN" msgstr "A kapcsolódó felhasználó DN-je" -#: templates/part.wizard-server.php:45 +#: templates/part.wizard-server.php:52 msgid "" "The DN of the client user with which the bind shall be done, e.g. " "uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password " "empty." msgstr "Annak a felhasználónak a DN-je, akinek a nevében bejelentkezve kapcsolódunk a kiszolgálóhoz, pl. uid=agent,dc=example,dc=com. Bejelentkezés nélküli eléréshez ne töltse ki a DN és Jelszó mezőket!" -#: templates/part.wizard-server.php:52 +#: templates/part.wizard-server.php:59 msgid "Password" msgstr "Jelszó" -#: templates/part.wizard-server.php:53 +#: templates/part.wizard-server.php:60 msgid "For anonymous access, leave DN and Password empty." msgstr "Bejelentkezés nélküli eléréshez ne töltse ki a DN és Jelszó mezőket!" -#: templates/part.wizard-server.php:60 +#: templates/part.wizard-server.php:67 msgid "One Base DN per line" msgstr "Soronként egy DN-gyökér" -#: templates/part.wizard-server.php:61 +#: templates/part.wizard-server.php:68 msgid "You can specify Base DN for users and groups in the Advanced tab" msgstr "A Haladó fülre kattintva külön DN-gyökér állítható be a felhasználók és a csoportok számára" @@ -336,7 +337,7 @@ msgstr "Folytatás" #: templates/settings.php:7 msgid "Expert" -msgstr "" +msgstr "Gyakorlott" #: templates/settings.php:8 msgid "Advanced" diff --git a/l10n/hy/core.po b/l10n/hy/core.po index 9677737f4891691b213833bb5b118c9dd1f709dc..d03b255cce3c0945ca3200b8fac80dbd23f821b5 100644 --- a/l10n/hy/core.po +++ b/l10n/hy/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/hy/files.po b/l10n/hy/files.po index e5ecbe1017f5a679adbf58f88146a4ac174d03f6..14d1111d75c091e7d02ed169ef95bc29de61b4db 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/hy/files_external.po b/l10n/hy/files_external.po index 14f3fca2ef46f7483bd8d2c24898bb2fbcab9488..5cddb77528dee01b02c80f55e2910a1be04add6a 100644 --- a/l10n/hy/files_external.po +++ b/l10n/hy/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/hy/files_trashbin.po b/l10n/hy/files_trashbin.po index 4ceb32a56bcb803d8fcb3e7e64ae932e2b88f6ff..460d1cc6dc2d73aa28876d2174187e2af7df424d 100644 --- a/l10n/hy/files_trashbin.po +++ b/l10n/hy/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/hy/settings.po b/l10n/hy/settings.po index bd77c9003f79294f76a6b930ca068c2ff5c24b99..f89e02dee401b91aee59e9dc4b518a98f71b669e 100644 --- a/l10n/hy/settings.po +++ b/l10n/hy/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ia/core.po b/l10n/ia/core.po index 2e98f6c9644c858eb0edc3b18196c5b1d359b30f..8959f56aae82bebd2d2355ba60b50fba49d9d76d 100644 --- a/l10n/ia/core.po +++ b/l10n/ia/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ia/files.po b/l10n/ia/files.po index 065d9a8cd4856fa68c37665b3f18b4f2ba7d86fa..ec86f68508d140f8b7d49b94372d0139e008f9f4 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ia/files_external.po b/l10n/ia/files_external.po index e8b0455045364395678f0e7392c4e3d1f7cccfe7..8a743d2a10f56e1ce0a24b5367242e649bad6cbb 100644 --- a/l10n/ia/files_external.po +++ b/l10n/ia/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ia/files_trashbin.po b/l10n/ia/files_trashbin.po index ce629fa3038cb4319e3ee2b94e436c59eb9ad9ea..ed299f4d2d183ac16bd3735e24bac21aa96bb892 100644 --- a/l10n/ia/files_trashbin.po +++ b/l10n/ia/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ia/lib.po b/l10n/ia/lib.po index 0330039abebea1c1097d03fd82bbd8bfab35962b..756d30981052660f991b40b1607cca57d50bf3ac 100644 --- a/l10n/ia/lib.po +++ b/l10n/ia/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ia/settings.po b/l10n/ia/settings.po index bcad428ac673758074b87abd565baec2c33eafe9..bd0ca93f42c7d8e7d6a8ab74d4ddb850ff4217b7 100644 --- a/l10n/ia/settings.po +++ b/l10n/ia/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/id/core.po b/l10n/id/core.po index b2af73801e69ad2f722c7d94efdaee4d03ef1101..5c1816969b4894a668d378fa9121ea67d97fbba9 100644 --- a/l10n/id/core.po +++ b/l10n/id/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/id/files.po b/l10n/id/files.po index 3e17b32abc47bd6ebd1755f25ebd0a672037f607..bb803d15046356e77c8ea14513823afe791d6144 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/id/files_external.po b/l10n/id/files_external.po index 08371eb7862c223e8dbdbac5aeffb72f7be671b2..fb30b6af18b17e5cb500edcb49f28059cbbe741a 100644 --- a/l10n/id/files_external.po +++ b/l10n/id/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/id/files_trashbin.po b/l10n/id/files_trashbin.po index 334568956c83c0eab90bae56efab155152f636c4..c10c52f9552fe7f27bb330cabf86ee058aaea2b3 100644 --- a/l10n/id/files_trashbin.po +++ b/l10n/id/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/id/lib.po b/l10n/id/lib.po index f0b5807c0cc12d196682e8e367506fa77da45bb5..7f12c08bf2344bdd8e70624dfa6609e93fc8aa73 100644 --- a/l10n/id/lib.po +++ b/l10n/id/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/id/settings.po b/l10n/id/settings.po index 1b323760cd378c9ed02e7b7b534772e680631dc7..e606dbbecf5b0580aed8e1a99ddcd94c0a73eed6 100644 --- a/l10n/id/settings.po +++ b/l10n/id/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/is/core.po b/l10n/is/core.po index acb33dc7d1db86813235f7aecaa4b4ea065ec87d..baa06ec96dc2a8eda6e07ddf27683481cca6349a 100644 --- a/l10n/is/core.po +++ b/l10n/is/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/is/files.po b/l10n/is/files.po index 6d97cb3942e54ddfeed0d13c38086e43d6c2ad58..480680c713eb976edc82da108ff77156165b4dcd 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/is/files_external.po b/l10n/is/files_external.po index a61009f44a12d0942f5b50f3e8b5bdbc7b4a9fd3..78fc17df25b0a6dd9081d8ee1f02d5eed480747d 100644 --- a/l10n/is/files_external.po +++ b/l10n/is/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/is/files_trashbin.po b/l10n/is/files_trashbin.po index 0d6b4beed958e2c9cc9fe3628d6b3baeac80a7e8..697fbf9d727759248521c53a235484c9996c6b8f 100644 --- a/l10n/is/files_trashbin.po +++ b/l10n/is/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/is/lib.po b/l10n/is/lib.po index 41f59043bad2714ab4b69a0b2cbd779f4f91ab29..fc5bf2b558164d0dd9d4673e5d569e90539b68ed 100644 --- a/l10n/is/lib.po +++ b/l10n/is/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/is/settings.po b/l10n/is/settings.po index 993ee3ffc7f437187ba7f8116f7ebe0f4f0c1e16..0e8ac7a8525cc49ec521a39423930286b839c3d6 100644 --- a/l10n/is/settings.po +++ b/l10n/is/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/it/core.po b/l10n/it/core.po index 725d6b3c389b32176452e2efd2539f9f2533d7d1..1a1bec9b81335d5479bc30b22a1be20bdaa9de58 100644 --- a/l10n/it/core.po +++ b/l10n/it/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/it/files.po b/l10n/it/files.po index 38d51f8f83dbebff1123ff7d1e04cdfde9c4fce6..20d33a138d312790920f2f3f5c1c1d2b87312c89 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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_external.po b/l10n/it/files_external.po index 5c8c6d5ce7ef6a3cce80ee9e9fb8445cb0c39084..8569461e59365f269f45444fa09470bbc34c7734 100644 --- a/l10n/it/files_external.po +++ b/l10n/it/files_external.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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_trashbin.po b/l10n/it/files_trashbin.po index 506ca6b7688ffd1c5da2270640be715a67c716b9..40d258f3aa1ab6f501d1af22ef8a21b616396b52 100644 --- a/l10n/it/files_trashbin.po +++ b/l10n/it/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/it/lib.po b/l10n/it/lib.po index e7ef1c34e9d9758546b3a52e169a31a772693679..0d5d7bcfdde4ac339901e9e68a023411152cc9ce 100644 --- a/l10n/it/lib.po +++ b/l10n/it/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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/settings.po b/l10n/it/settings.po index b3014da2d9f52103455ad91bbe0b138e280246ed..26945e808492ddd476320c5fa3a5d8fc9d3fc4e7 100644 --- a/l10n/it/settings.po +++ b/l10n/it/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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/ja/core.po b/l10n/ja/core.po index 83890a6935982c94a5cbf6943fcd6ecb5218a32e..55e1da0c3bfcfcecc3a56d2cb8cc33152f63e2e3 100644 --- a/l10n/ja/core.po +++ b/l10n/ja/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ja/files.po b/l10n/ja/files.po index 976be89d88ba0b577832b483d6f1412e14843004..ebaade3a473046e677bef068873852fcbb27dd12 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ja/files_external.po b/l10n/ja/files_external.po index 8b58e0ca2f48f40467fd294552cd5ec95e5d3a04..58cae49a1eb6828b85d5115f1456943eeebc68d9 100644 --- a/l10n/ja/files_external.po +++ b/l10n/ja/files_external.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ja/files_trashbin.po b/l10n/ja/files_trashbin.po index 17f4f09797eb064d10a2f349289a89c543875527..6e28a609e4cd372a833c045adbaeabe00bfdb35f 100644 --- a/l10n/ja/files_trashbin.po +++ b/l10n/ja/files_trashbin.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: Daisuke Deguchi <ddeguchi@nagoya-u.jp>\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/lib.po b/l10n/ja/lib.po index fcfbafa98423301c1e63daff7704dac4b4441371..66e08d7a072f1c3c46c29abef52c15b9ab40a3ec 100644 --- a/l10n/ja/lib.po +++ b/l10n/ja/lib.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Daisuke Deguchi <ddeguchi@nagoya-u.jp>\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/settings.po b/l10n/ja/settings.po index 9bd5f4e985ac88d0dfc8c4c738e03e741000f773..557862f6bfa04b49ea685e3ed73b24e088caa060 100644 --- a/l10n/ja/settings.po +++ b/l10n/ja/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/jv/files_external.po b/l10n/jv/files_external.po index 3e8652a0c8d70675807b9a22b82a6d08138c17fb..1e2e2a5f0867114b0e5b13a6d112ffec00ed0c56 100644 --- a/l10n/jv/files_external.po +++ b/l10n/jv/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ka_GE/core.po b/l10n/ka_GE/core.po index 56799ea0c7694360a43f8e398733d2d3e7b8aaff..e9ed8d49a6aac1107e22cc10e266a8cff0ea46a8 100644 --- a/l10n/ka_GE/core.po +++ b/l10n/ka_GE/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ka_GE/files.po b/l10n/ka_GE/files.po index e31dd5dfc2baa3b65d1417051aa4dc6d26dd3fc3..caa1a874df624c9f3d1c7aa8b4b2fe353787b94a 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ka_GE/files_external.po b/l10n/ka_GE/files_external.po index 275acce6b619056d76a1f298bc639f9b41c4e0cc..de6a307fa90c22a74d89bd240f601045f7a559bd 100644 --- a/l10n/ka_GE/files_external.po +++ b/l10n/ka_GE/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ka_GE/files_trashbin.po b/l10n/ka_GE/files_trashbin.po index 49f30ff3348779cfb59513121dc9b6aa95c56e75..5e71eda9a8b9a75a19f21a6aa70f40a695cb7646 100644 --- a/l10n/ka_GE/files_trashbin.po +++ b/l10n/ka_GE/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ka_GE/lib.po b/l10n/ka_GE/lib.po index a801c903188cb8d01fef53a16e11454354e1e10e..d4bef82af4fa9278e3a28b8f7c1050f3e2ad11cf 100644 --- a/l10n/ka_GE/lib.po +++ b/l10n/ka_GE/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ka_GE/settings.po b/l10n/ka_GE/settings.po index ab543867042980d7aae6f3b845964ef09ff07889..792c6c577b944d1e57419e1268dccab02a8ea609 100644 --- a/l10n/ka_GE/settings.po +++ b/l10n/ka_GE/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/km/core.po b/l10n/km/core.po index 63fbe589b6659a526b2f9df727eefe5705ecf4c3..72970468d550ffb7a8262397f8900176c099b296 100644 --- a/l10n/km/core.po +++ b/l10n/km/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/km/files.po b/l10n/km/files.po index 290d321035626738e2b67b29e4409d5599c1054e..b00b427af30d32ef6f3b3d4a2cdf500a1bc469db 100644 --- a/l10n/km/files.po +++ b/l10n/km/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/km/files_external.po b/l10n/km/files_external.po index 29ccbf2bd31277c7bb5e59665dcf3b5800f1d488..38517317b8a93a4b287b5bcc42f835b99ab787ac 100644 --- a/l10n/km/files_external.po +++ b/l10n/km/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/km/files_trashbin.po b/l10n/km/files_trashbin.po index 3ad32c024d9a3d3916a16009bc06d37eb4ca6ab4..53073a9a57b7b6ca414083e735d298da8dd4e9c7 100644 --- a/l10n/km/files_trashbin.po +++ b/l10n/km/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/km/lib.po b/l10n/km/lib.po index 547ef1e0bc9d311e3145f1ae9108ead4cffdb9ab..b22e0ff95889e327d20c36bb33d7784071591797 100644 --- a/l10n/km/lib.po +++ b/l10n/km/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/km/settings.po b/l10n/km/settings.po index f49a692f9b0b34d41eb99218b136d0b3f0b63209..f295bf8169ecfadcd5ae0e618d45ca461c4d6296 100644 --- a/l10n/km/settings.po +++ b/l10n/km/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ko/core.po b/l10n/ko/core.po index e76f5dda03ee9d751833fdc50850a0f26d9893b5..8bb3b95af8e4632d4e843592cd4d627a2c9cb6f3 100644 --- a/l10n/ko/core.po +++ b/l10n/ko/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ko/files.po b/l10n/ko/files.po index 997b8e65a4420f4ad6a4e661bac7ceef121781c7..e2dfc2b69b02d73e7c659a93a6aca1dce6ae99d6 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ko/files_external.po b/l10n/ko/files_external.po index 817f64a102339b13658beec72f00e1fdaf4d5223..1190adfaeda712f26818589f65df6f4ae7fab136 100644 --- a/l10n/ko/files_external.po +++ b/l10n/ko/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ko/files_trashbin.po b/l10n/ko/files_trashbin.po index fa88df059a3bb08e9f7db7492a904c81e088a8e6..f140051ec6ccc429799d958772691aab5bafc171 100644 --- a/l10n/ko/files_trashbin.po +++ b/l10n/ko/files_trashbin.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ko/lib.po b/l10n/ko/lib.po index fa96fcfe276bbc76f97d7858bfcecfb66d3873fc..2744b29406e69eaaa75c45529eb5344b8372dee1 100644 --- a/l10n/ko/lib.po +++ b/l10n/ko/lib.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ko/settings.po b/l10n/ko/settings.po index 49af14fbaeaf8a8eb84666188966fbec3fd77784..c7085f42c07867883401ea68bdc0a53c0c380f1a 100644 --- a/l10n/ko/settings.po +++ b/l10n/ko/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ku_IQ/core.po b/l10n/ku_IQ/core.po index 88f7618be297c3146a529299c5e7e27dd3967d85..298970b8452d117956048ad86475d26209802c74 100644 --- a/l10n/ku_IQ/core.po +++ b/l10n/ku_IQ/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ku_IQ/files_external.po b/l10n/ku_IQ/files_external.po index 7e8174d5b131763fc4619632683fb3084d3a0643..3c962b785955a569b3b6b57b64aaacc3c19cbb17 100644 --- a/l10n/ku_IQ/files_external.po +++ b/l10n/ku_IQ/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ku_IQ/lib.po b/l10n/ku_IQ/lib.po index 4c21c4d40d96f709e164988a1105b3e7457a1371..f5b711069971643ff8fa0ff76eedb55e42bbd00b 100644 --- a/l10n/ku_IQ/lib.po +++ b/l10n/ku_IQ/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/lb/core.po b/l10n/lb/core.po index a89ab6c2c29861ade2276683b3a4389fa14eb22b..39f03ed3252b374517216d69138b115684346740 100644 --- a/l10n/lb/core.po +++ b/l10n/lb/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/lb/files.po b/l10n/lb/files.po index e4a28c54bb38be07ccc92d4ac722fc83192bb3b5..83316e75bf5cfea2157a19d67608906aa762f603 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/lb/files_external.po b/l10n/lb/files_external.po index d641872b6aac83700abd970c9589b287ff0a5385..c002fc3e583d2becacfdf7a0148e08e20d879876 100644 --- a/l10n/lb/files_external.po +++ b/l10n/lb/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/lb/files_trashbin.po b/l10n/lb/files_trashbin.po index 6b16d8ceda6d5a4d8dda6b63253a4e0b7c601f5d..2be7ef238f86cf7174adba76a15b2edb9dff6cf9 100644 --- a/l10n/lb/files_trashbin.po +++ b/l10n/lb/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/lb/lib.po b/l10n/lb/lib.po index 00504ebe95c9402f5cbbbdce4d1f6ce4e3e8030a..10c244b9a32ee4e5cbb905d6d1294e13845a4028 100644 --- a/l10n/lb/lib.po +++ b/l10n/lb/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/lb/settings.po b/l10n/lb/settings.po index aa3720fe8bde8d71e18bd2d5f073963070062c76..413b769d996a04ffb0a291a363e82f1d6c3d67e9 100644 --- a/l10n/lb/settings.po +++ b/l10n/lb/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po index c31ca3e8a61c9c8b46d8c1421b5e8f657cc503ab..23aadfe71422c41c0b7adfc56a0c7775c41d107c 100644 --- a/l10n/lt_LT/core.po +++ b/l10n/lt_LT/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/lt_LT/files.po b/l10n/lt_LT/files.po index d6a943f3dc3d8e9d0aecf068c04281eef6e0a6cc..63649b8ecd58182537559b58393b15f11585d1aa 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/lt_LT/files_external.po b/l10n/lt_LT/files_external.po index bc3d3c0759e1054a12f2bc1937f9709008d67e17..17a2ca6b3e698b3a45d65c11cb22c03f4e68f0b8 100644 --- a/l10n/lt_LT/files_external.po +++ b/l10n/lt_LT/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/lt_LT/files_trashbin.po b/l10n/lt_LT/files_trashbin.po index 3dc2442a98afe694bfff58c22e439ba82f11a313..52d9fda8d77efa8dc294e0425fe5b694072c536f 100644 --- a/l10n/lt_LT/files_trashbin.po +++ b/l10n/lt_LT/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/lt_LT/lib.po b/l10n/lt_LT/lib.po index 82bcf81034ee3c7f490ebabc55ea211bfc57935d..55b67f68ede6a39d74586d602c053945b6fa7997 100644 --- a/l10n/lt_LT/lib.po +++ b/l10n/lt_LT/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/lt_LT/settings.po b/l10n/lt_LT/settings.po index 62d70ebabfc611a4d42b709d2cd25ff03c0e707e..c63e8291ebea654230f707ba2f6b4a5de77d166e 100644 --- a/l10n/lt_LT/settings.po +++ b/l10n/lt_LT/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/lv/core.po b/l10n/lv/core.po index 832faaeb3d6ed02d9027b7cd08f0a2f73352fdc5..aac933a640a971d43e8da94dc7d4c8030447ffce 100644 --- a/l10n/lv/core.po +++ b/l10n/lv/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/lv/files.po b/l10n/lv/files.po index cfc354c097cda534b2129a7d96568702d8eaf033..7a914720b72cbcebd5565e310bdc513a89244c7c 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/lv/files_external.po b/l10n/lv/files_external.po index 0079e6ff79e1fdeadfb784ca3a4b96a78a039bfa..173cd70fa67597225b67937a19cfbb03501109ab 100644 --- a/l10n/lv/files_external.po +++ b/l10n/lv/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/lv/files_trashbin.po b/l10n/lv/files_trashbin.po index a43391388293ac7bfd4b2a177f98cc518c0657d5..ac5c39d6de3815f20112f56c3aaec7161cb0a06e 100644 --- a/l10n/lv/files_trashbin.po +++ b/l10n/lv/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/lv/lib.po b/l10n/lv/lib.po index b2845fa135e1bb485e2a9821fe2e371260dbd068..f6b2ef279d0bcc708936b291b37a174ae93da584 100644 --- a/l10n/lv/lib.po +++ b/l10n/lv/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/lv/settings.po b/l10n/lv/settings.po index aa99b26a74985a3e70936bc3df22aed150a47423..02f5a9e698be888987a848d77dcf1593960d8d91 100644 --- a/l10n/lv/settings.po +++ b/l10n/lv/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/mk/core.po b/l10n/mk/core.po index 59ce12e303169213c2fbef9da43f3d007aafebbf..1620417541ffdce85f1785d4b620f70692291b4b 100644 --- a/l10n/mk/core.po +++ b/l10n/mk/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/mk/files.po b/l10n/mk/files.po index f91ef2f1504e1c1a4d38fadae7d79755448ee0b7..b64bc9a30a93b8aa9fac98c2791d2eacbb6cf119 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/mk/files_external.po b/l10n/mk/files_external.po index 98911edecaccd8c6317a5c8540e24245ba904016..2762c3814d82d3ac1d5218f7a176e53cceb510e6 100644 --- a/l10n/mk/files_external.po +++ b/l10n/mk/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/mk/files_trashbin.po b/l10n/mk/files_trashbin.po index aaf0ef1d2a4e7559578d8f5159605e75b85fd938..b84ea38790e741a65b6af05fe574d86126f02b39 100644 --- a/l10n/mk/files_trashbin.po +++ b/l10n/mk/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/mk/lib.po b/l10n/mk/lib.po index 5a67368a70bcd1911a2ebd1ef416c13f435d7758..1a80b28fcade47a6d5c4aee0365ecde765bd9146 100644 --- a/l10n/mk/lib.po +++ b/l10n/mk/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/mk/settings.po b/l10n/mk/settings.po index 07b4181511bfd8e903e18c05eccb1ed0dc4acdf0..5a0c25f2fede37a15d58f74ef3017a64c52b9a79 100644 --- a/l10n/mk/settings.po +++ b/l10n/mk/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ms_MY/core.po b/l10n/ms_MY/core.po index 08ee2299e696da327ee15e7f559425c3e9610b45..f8796bd865a728b1824d68a1e152ec6033ba9791 100644 --- a/l10n/ms_MY/core.po +++ b/l10n/ms_MY/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ms_MY/files.po b/l10n/ms_MY/files.po index cb0201e5dd1e7c4fe2ee1be71f85190b81614aff..3fa73847dff19b5d20b4b1fb852faa942961bbf2 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ms_MY/files_external.po b/l10n/ms_MY/files_external.po index cf48f3582841037c6ec6da521dd1da372c1051d0..300ecfbde86c196c6abcfd8aaa1a0f4ab109227d 100644 --- a/l10n/ms_MY/files_external.po +++ b/l10n/ms_MY/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ms_MY/files_trashbin.po b/l10n/ms_MY/files_trashbin.po index 649f6183f1683168d640a017641bcd4b3b0c91aa..73bbb628f92467b670aee83c51105f8250b260f1 100644 --- a/l10n/ms_MY/files_trashbin.po +++ b/l10n/ms_MY/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ms_MY/lib.po b/l10n/ms_MY/lib.po index cef591593e8908471c60ba7f2e4116670658be01..8497e58c7cb93100791de89efcd95c0f44309fa2 100644 --- a/l10n/ms_MY/lib.po +++ b/l10n/ms_MY/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ms_MY/settings.po b/l10n/ms_MY/settings.po index c1eb8a5384dbe9705025fd15d0db03f73f5ecdb3..94ec90475164e9259f292cddd086c4aa7fb7635e 100644 --- a/l10n/ms_MY/settings.po +++ b/l10n/ms_MY/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/my_MM/files_external.po b/l10n/my_MM/files_external.po index 820682322aa0f6ab899c4d9544294b5f83452d9f..1a6c6576188b474ddb37a30c86a4d4c888fca867 100644 --- a/l10n/my_MM/files_external.po +++ b/l10n/my_MM/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/nb_NO/core.po b/l10n/nb_NO/core.po index 9bda26e505c7e29558f026bf69e7f985ecec4e6c..4bbaeffd6ee8ff182b48cd5445e56caa71ae627c 100644 --- a/l10n/nb_NO/core.po +++ b/l10n/nb_NO/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/nb_NO/files.po b/l10n/nb_NO/files.po index abd5e2acc82fb1ebdf15541636fc997ad1a0c0a3..25cb307c4631014e274bc4a79e4b23ead3c7c568 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/nb_NO/files_external.po b/l10n/nb_NO/files_external.po index 194d51b893b6fe2150be38c97914dce697af2582..7e2505e202d0f369ff55c6ddb62a350b8b191af4 100644 --- a/l10n/nb_NO/files_external.po +++ b/l10n/nb_NO/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/nb_NO/files_trashbin.po b/l10n/nb_NO/files_trashbin.po index 00bdd45fcc8ad230fe91d2e122ed95ee9fa7d6df..1dbe34c322a9b05b25f0f42229a979f3530846b7 100644 --- a/l10n/nb_NO/files_trashbin.po +++ b/l10n/nb_NO/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/nb_NO/lib.po b/l10n/nb_NO/lib.po index 923dc6e78f1cbd6ed5038a88a3a77f4181d4d57e..514fdf62ac1834927b3b3c790252f54663756c36 100644 --- a/l10n/nb_NO/lib.po +++ b/l10n/nb_NO/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: vidaren <news@vidartysse.net>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/settings.po b/l10n/nb_NO/settings.po index 7edc168630a624c65bd8175771dc4ab26dfda025..723f7349ae8cd7e88b9e2b8e6ece1cb57b9a4038 100644 --- a/l10n/nb_NO/settings.po +++ b/l10n/nb_NO/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/nl/core.po b/l10n/nl/core.po index 140be4b6473610f45ce0b400aa6706c840ea0e66..321ffaedd41bac9f2861f619f2c7c778bb96d870 100644 --- a/l10n/nl/core.po +++ b/l10n/nl/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/nl/files.po b/l10n/nl/files.po index eaef3f25d8caf940009e0ebc76053b3b7a38eb74..ded7aaf3257414433e57648e6ae8945bf0d37094 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/nl/files_external.po b/l10n/nl/files_external.po index 250ac5c1491e0304b57e2a60e97402d8a14aaa83..60057a28325da488448869dc1ac7641aa914310e 100644 --- a/l10n/nl/files_external.po +++ b/l10n/nl/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/nl/files_trashbin.po b/l10n/nl/files_trashbin.po index bd26282d025f9f33ea2c24b1283dcfaae79125f6..95a71eb329bda6ec0986cc55ff1876bca1b9736f 100644 --- a/l10n/nl/files_trashbin.po +++ b/l10n/nl/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/nl/lib.po b/l10n/nl/lib.po index b2d49b551fef354ad5a96596e373c7657671c220..1813de878798d46aa76ffdc92bc1af45ae5abf73 100644 --- a/l10n/nl/lib.po +++ b/l10n/nl/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po index 12db2270aed22325089d5db1559d50ad16b57c27..1b3ee3753ae66180d2d9662e6bd669fd60c52c47 100644 --- a/l10n/nl/settings.po +++ b/l10n/nl/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/nn_NO/core.po b/l10n/nn_NO/core.po index c66af0120ae6d2796c29d3f658fdc4d71104cffd..3839285a15edb1b36eddaaae7aa2ad1f85792cfe 100644 --- a/l10n/nn_NO/core.po +++ b/l10n/nn_NO/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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.po b/l10n/nn_NO/files.po index d2b1c3404b791b37c009fe8a2757490c48010199..62949285e77603be11f841f9acc74504e3656b5c 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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_external.po b/l10n/nn_NO/files_external.po index 07cbbd1bb84c4dfc53438487b2c2ba19e0f8ae58..b59b3919f6501a04eae04dd315bae4773e1a0e14 100644 --- a/l10n/nn_NO/files_external.po +++ b/l10n/nn_NO/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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_trashbin.po b/l10n/nn_NO/files_trashbin.po index 42d2f9141047903b9bf132f7efecf5b42736264c..18795a1401aa8c40d7a0ce6c8164bec35800a98d 100644 --- a/l10n/nn_NO/files_trashbin.po +++ b/l10n/nn_NO/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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/lib.po b/l10n/nn_NO/lib.po index 6a24c9831f9f7988c04181a8000f5b562f6950e2..43689da3ed76471718107c529d71889fde2c9fae 100644 --- a/l10n/nn_NO/lib.po +++ b/l10n/nn_NO/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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/settings.po b/l10n/nn_NO/settings.po index bb761fcc6054b40727afe80ed2554b513cd1cb22..2f8107225a27efaeb25ab69cdbd3ef310997a7dd 100644 --- a/l10n/nn_NO/settings.po +++ b/l10n/nn_NO/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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/oc/core.po b/l10n/oc/core.po index 8519602743fc6c7aa96bc946e402c705d675bb2f..cc3763cbfa17e7f98f651cb8d692a0548e319630 100644 --- a/l10n/oc/core.po +++ b/l10n/oc/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/oc/files.po b/l10n/oc/files.po index ddc901c0188e07f6624ae36edc51e23a61abe083..08fe7e2f642a915159699942f26ff28d84eeb748 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/oc/files_external.po b/l10n/oc/files_external.po index fabf30d433026ffb0ddd836961d4882cdc9ddc9c..11cca8c8fc90c94e12d7c43a34027ad1a59c9c94 100644 --- a/l10n/oc/files_external.po +++ b/l10n/oc/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/oc/files_trashbin.po b/l10n/oc/files_trashbin.po index 24c09a90ef714ce729c3e1b85d143416fc4b6fa0..2b571a070186c4ba51e51c3f162da2697edde97e 100644 --- a/l10n/oc/files_trashbin.po +++ b/l10n/oc/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/oc/lib.po b/l10n/oc/lib.po index 4d96d12264817c9c04e40582825d2c937e4602d0..97e9ace25015aab35c4a0269db6d89c06771908b 100644 --- a/l10n/oc/lib.po +++ b/l10n/oc/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/oc/settings.po b/l10n/oc/settings.po index 2f7974f811ae982fbab336f723d8554a4edc9931..37793d4c19163532ef71edbb92939eed83773507 100644 --- a/l10n/oc/settings.po +++ b/l10n/oc/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/pa/core.po b/l10n/pa/core.po index 729068d0a6aed0b65934de99bd94defabe69dd8d..f56744b578fde0971b505d0e45f8b9b5caf4f191 100644 --- a/l10n/pa/core.po +++ b/l10n/pa/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/pa/files.po b/l10n/pa/files.po index a654a25af3897b1e7646839563616846273d5334..df0c250083bd28842246bcfa3080d11a737de47e 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/pa/files_external.po b/l10n/pa/files_external.po index ce72c788bf294b8a36da994d817a9b8ed623b2d4..b84a0bbecbc89cb920bb0e4db788eb3a794227b2 100644 --- a/l10n/pa/files_external.po +++ b/l10n/pa/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/pa/files_trashbin.po b/l10n/pa/files_trashbin.po index 6cab7a7d8eca66146ca5d6d491867199ba0b6eab..a6a1a3d8a94ad24995a4fd05019ba75cc18740e3 100644 --- a/l10n/pa/files_trashbin.po +++ b/l10n/pa/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/pa/lib.po b/l10n/pa/lib.po index 64a34f3f272c65777a5d694b51a792bfd56f699d..4e40ce0256c21f3541256e4c72bf4186a021476e 100644 --- a/l10n/pa/lib.po +++ b/l10n/pa/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/pa/settings.po b/l10n/pa/settings.po index 2f6627b9f8be051f8a2871c28976120346be2f68..449266d03b19bf7bfdbd27bcbf15bc45992aa518 100644 --- a/l10n/pa/settings.po +++ b/l10n/pa/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/pl/core.po b/l10n/pl/core.po index a0fcdf8bd809fd96b347e4fea4e80f04ba7aba32..2e752f472d31cb1690856e8654d23b94b8409892 100644 --- a/l10n/pl/core.po +++ b/l10n/pl/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/pl/files.po b/l10n/pl/files.po index fbb56ae2110cfbc74917e68c822a59999e987db4..dd06266b2a1292e6ba8b38fcabb751b1570b8e00 100644 --- a/l10n/pl/files.po +++ b/l10n/pl/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/pl/files_external.po b/l10n/pl/files_external.po index c8dbf0f419d6b36bebfe3a11fa392c225bf67747..196f8a35966ba933ada1d33f21697a2e3c9a6f9c 100644 --- a/l10n/pl/files_external.po +++ b/l10n/pl/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: Krzysztof Łojowski <maxxxrally@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/files_trashbin.po b/l10n/pl/files_trashbin.po index df69d89151d2a9308abe3ca1f5774c233eff054f..5ade29e0b43e76d1c3018af2e1ceffa014237af9 100644 --- a/l10n/pl/files_trashbin.po +++ b/l10n/pl/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/pl/lib.po b/l10n/pl/lib.po index c40b7d6e02b8ad0229c4102d4eff8260fbfc25fc..09c2991db30dfa4a494f0df52bfde22516ba7172 100644 --- a/l10n/pl/lib.po +++ b/l10n/pl/lib.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/pl/settings.po b/l10n/pl/settings.po index 9d3fe344b84eb3b26296444a08b7aad0b374575e..162f965a53d08fb1cfa0fb1d9d5daf0bd0f10191 100644 --- a/l10n/pl/settings.po +++ b/l10n/pl/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Cyryl Sochacki <cyrylsochacki@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po index bd62014d4a32169c4d49e7c4e866410be301977e..01fd10a1cb8c8571b8d3ebbddf9974732794002e 100644 --- a/l10n/pt_BR/core.po +++ b/l10n/pt_BR/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po index 05a2c5905147c7f9d9213915786417b0550d638e..036785786f0218ad703ae931cef82e2a8ecf5427 100644 --- a/l10n/pt_BR/files.po +++ b/l10n/pt_BR/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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_external.po b/l10n/pt_BR/files_external.po index 5241ba55dc7128486826f3b57f9234dfd2ec8a8a..dd6871755d040ae3ebce5e431f54c0c84eed59f1 100644 --- a/l10n/pt_BR/files_external.po +++ b/l10n/pt_BR/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/pt_BR/files_trashbin.po b/l10n/pt_BR/files_trashbin.po index 89e7428469c9aedf8376dbb5505fef04901f5c70..71802183df173b95d982a916a5d6bd5601ed00a5 100644 --- a/l10n/pt_BR/files_trashbin.po +++ b/l10n/pt_BR/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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/lib.po b/l10n/pt_BR/lib.po index 47e404667dbcc98d8a06128a310c749fe3cece88..b3c2ac8fed39dc8e254b129b39b7d8ec0584742d 100644 --- a/l10n/pt_BR/lib.po +++ b/l10n/pt_BR/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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/settings.po b/l10n/pt_BR/settings.po index e7a1d619e8ecf205a3a6b9fa5383d93ce798b392..f272081af9da68919a24d780e1c37e6145f9dfdd 100644 --- a/l10n/pt_BR/settings.po +++ b/l10n/pt_BR/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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_PT/core.po b/l10n/pt_PT/core.po index da7683df2c85ccfb9b89b2f109326ccc2de61703..14ae22cf24a869c8fb902e794c114996973aa2a1 100644 --- a/l10n/pt_PT/core.po +++ b/l10n/pt_PT/core.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/pt_PT/files.po b/l10n/pt_PT/files.po index 7b4a85bb944b4e65f594e8da9a3c22f1df332775..85ad8e087b75ff692c133ffe3e230ec06155c369 100644 --- a/l10n/pt_PT/files.po +++ b/l10n/pt_PT/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/pt_PT/files_external.po b/l10n/pt_PT/files_external.po index 1a742c78a5fe43afc43ca474cfd92efd0e335089..f950f5572d68845e8bd843160b020cb737718850 100644 --- a/l10n/pt_PT/files_external.po +++ b/l10n/pt_PT/files_external.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/pt_PT/files_trashbin.po b/l10n/pt_PT/files_trashbin.po index 3bf71bf793dd4f71b16b7fcfc9b503c181e4d2e5..806bc5d3d271592c3acb1c75e8d3579bbdea8220 100644 --- a/l10n/pt_PT/files_trashbin.po +++ b/l10n/pt_PT/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/pt_PT/lib.po b/l10n/pt_PT/lib.po index bc4b220537ba0c8f2b8cfdc6b93309ce004971c0..610a9c52578e5633c70a850de4f2ef76f33c674b 100644 --- a/l10n/pt_PT/lib.po +++ b/l10n/pt_PT/lib.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Helder Meneses <helder.meneses@gmail.com>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/settings.po b/l10n/pt_PT/settings.po index d0f7580da3bf4c58ac44da4fcb98709de18b4ccc..691a69a0326bee92c3ab89e79983914ea134d8a7 100644 --- a/l10n/pt_PT/settings.po +++ b/l10n/pt_PT/settings.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ro/core.po b/l10n/ro/core.po index 5bee06c54a813c27629055fcdb09420e14a4375e..ae773553cbf9647ba3c2a7a2d23f8c4a9eca6de7 100644 --- a/l10n/ro/core.po +++ b/l10n/ro/core.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ro/files.po b/l10n/ro/files.po index f8de47baf9de7b8ae37f6e6a627ed8608b23b301..462cb8b3365b901fd85377e74d967007b73f0520 100644 --- a/l10n/ro/files.po +++ b/l10n/ro/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ro/files_external.po b/l10n/ro/files_external.po index 348a046316937d50948655e0ce0aa6e7b3fae31d..4669412349ba37ac391fe7b9cafd9b0dd43e8b22 100644 --- a/l10n/ro/files_external.po +++ b/l10n/ro/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ro/files_trashbin.po b/l10n/ro/files_trashbin.po index 80e8cfd6f442321784dd2187a33787911578b7fb..d1d327beec76a1013730912710add26e0196318e 100644 --- a/l10n/ro/files_trashbin.po +++ b/l10n/ro/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ro/lib.po b/l10n/ro/lib.po index 60cb0a569eab5a35d76f2f33cdf73732d640d0ed..593e9acf1ad62f5359610b3638eec5cb2f3dfb33 100644 --- a/l10n/ro/lib.po +++ b/l10n/ro/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ro/settings.po b/l10n/ro/settings.po index 664251ee40c09c4af93db19f51658e3db2d74b93..e4d3b19e0f0866fda178d03eb14b455a1a36699e 100644 --- a/l10n/ro/settings.po +++ b/l10n/ro/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ru/core.po b/l10n/ru/core.po index 60b9a3259fad5872a9717afd22325b99687e81ba..e98282d7fa6590ed4a335a726da317c27feccaad 100644 --- a/l10n/ru/core.po +++ b/l10n/ru/core.po @@ -32,8 +32,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ru/files.po b/l10n/ru/files.po index 5ea90fb9492feb91039bfaac964164a3b7db2fa3..a1e2b51ac00817e80ace69f13217172ec47a4c36 100644 --- a/l10n/ru/files.po +++ b/l10n/ru/files.po @@ -24,8 +24,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ru/files_external.po b/l10n/ru/files_external.po index cd1111a1adc652c7b5c3daecb6355251e66d36fa..5ca1c7d1d05cf9e04f8a993612905fbdde3373cd 100644 --- a/l10n/ru/files_external.po +++ b/l10n/ru/files_external.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: wiracle\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/files_trashbin.po b/l10n/ru/files_trashbin.po index f6e03b8c9dfb2764808e0e656cde3315d71d0389..4b3e2591b3a7b7efc68ac20e5280277e7d7cb604 100644 --- a/l10n/ru/files_trashbin.po +++ b/l10n/ru/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ru/lib.po b/l10n/ru/lib.po index b64146a9fbf10f17dfd56fff5e5b73e33ee8b03d..3f0fe6e84ff2faa3ff23d62d858ab8fe11e4b188 100644 --- a/l10n/ru/lib.po +++ b/l10n/ru/lib.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ru/settings.po b/l10n/ru/settings.po index d6c4404e78dcaf13a7f7123cdb636852a72454c5..0819f1bb4d2609cf76cfb62d36fec57d872e583f 100644 --- a/l10n/ru/settings.po +++ b/l10n/ru/settings.po @@ -31,8 +31,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/si_LK/core.po b/l10n/si_LK/core.po index 2f5279ff1dbadbac94faf04f730c0d83145cc5b7..b136397dc59f7d799d6db9766f0a3b5d0c0ff5b7 100644 --- a/l10n/si_LK/core.po +++ b/l10n/si_LK/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/si_LK/files.po b/l10n/si_LK/files.po index bfd1282708a6b0beef8f5a78c0076deab01054b3..5cec77819f44a46c0f17289343963c5626f9ceeb 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/si_LK/files_external.po b/l10n/si_LK/files_external.po index c8c2c03e881e9d117386fa49576bf9883164ef78..15b7367583b5d0617e357ba86515163538b4bd64 100644 --- a/l10n/si_LK/files_external.po +++ b/l10n/si_LK/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/si_LK/files_trashbin.po b/l10n/si_LK/files_trashbin.po index 91b80079c15a317c49cae938188db15132e1d8c9..5ccdd18e16eabb9cbe28e42adf1259f64955aa9f 100644 --- a/l10n/si_LK/files_trashbin.po +++ b/l10n/si_LK/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/si_LK/lib.po b/l10n/si_LK/lib.po index 31efefc310f8584c69aeff5e9e9defe11b8cf2b6..1f99cb2b7cdfbcd593f817b604fff3169813e26a 100644 --- a/l10n/si_LK/lib.po +++ b/l10n/si_LK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/si_LK/settings.po b/l10n/si_LK/settings.po index a593ca72c2d7bfccc4107d127dba86dbfa36678d..587231e7a0c0b4896bb214b28b6e9665571a22bc 100644 --- a/l10n/si_LK/settings.po +++ b/l10n/si_LK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sk/core.po b/l10n/sk/core.po index 8aa1e4fd5a6e6cecdf382cc45b7b8c7797e14d0b..32aadbef225254c3d12fafee96dec87342f6ff5e 100644 --- a/l10n/sk/core.po +++ b/l10n/sk/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sk/files.po b/l10n/sk/files.po index 7eb0c1a3e49d4a2558b2d51bded6930bb8b27250..e6ece5f4f4a032c90e4c6d7fa452ff050380a144 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sk/files_external.po b/l10n/sk/files_external.po index 8ae3b372975a1e8f1e1444885537f1a9a2b05f84..25cca13c5c6dcb9ec86146ea625469847909d530 100644 --- a/l10n/sk/files_external.po +++ b/l10n/sk/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sk/files_trashbin.po b/l10n/sk/files_trashbin.po index 560a9d5dd41050ce4a7d082858afdeae7b964741..6f19e0d16ddde70c95abd2bcf4d9314f24e0b842 100644 --- a/l10n/sk/files_trashbin.po +++ b/l10n/sk/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/sk/lib.po b/l10n/sk/lib.po index 8997af115a3f3de23886e401d2dd069438318bba..8a7aa0ddac8b8a99f3662dab4ca5e73cdeba9803 100644 --- a/l10n/sk/lib.po +++ b/l10n/sk/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sk/settings.po b/l10n/sk/settings.po index 025dd74b292d49a2cafabd3cfb8d77c8b1424623..19967f03b89c9e620eb13146038df6a9c9913eff 100644 --- a/l10n/sk/settings.po +++ b/l10n/sk/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sk_SK/core.po b/l10n/sk_SK/core.po index 037d4cc06b3704452bf361700e9cf01e2ff577dd..1006050aede3a3b3ef49f6fe883791c87fa6e2ae 100644 --- a/l10n/sk_SK/core.po +++ b/l10n/sk_SK/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sk_SK/files.po b/l10n/sk_SK/files.po index 1440ea11ad41ef9cb007bf810d5082da380a372d..aa99c5998057c89f35ec9bccc94c00be2116c51d 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sk_SK/files_external.po b/l10n/sk_SK/files_external.po index 6d06eef860cc8edf7486fbbdf3a9b4a6a24462eb..a0c35d6555e17678dc028550eff40034912b2df0 100644 --- a/l10n/sk_SK/files_external.po +++ b/l10n/sk_SK/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sk_SK/files_trashbin.po b/l10n/sk_SK/files_trashbin.po index e77f76efa499d5291a7a8635e6f574b6dd89476f..48551986173372a4742299a6076886001af478ff 100644 --- a/l10n/sk_SK/files_trashbin.po +++ b/l10n/sk_SK/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: Marián Hvolka <marian.hvolka@stuba.sk>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/lib.po b/l10n/sk_SK/lib.po index b2b08951733a6515173e1b1262c07113259a4072..511ec632bc27569b52d335c09b7f363062cf9e26 100644 --- a/l10n/sk_SK/lib.po +++ b/l10n/sk_SK/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sk_SK/settings.po b/l10n/sk_SK/settings.po index d33aa906a8f939d560182327a4134f29acc8343f..32c12afc6fb7795d1691833709248f20111ea1b9 100644 --- a/l10n/sk_SK/settings.po +++ b/l10n/sk_SK/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sl/core.po b/l10n/sl/core.po index b7d3698b01c5224b716646b4564d7c72a68b6e71..e48a3b164e0f3aa188395abb8982a456b9f43ad2 100644 --- a/l10n/sl/core.po +++ b/l10n/sl/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Matej Urbančič <>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/files.po b/l10n/sl/files.po index 8f2a8b186e3c038310d1457c1dfb09dd0a34fbe1..c824f11f596a9ea4fee12aaee86460d743fd92e0 100644 --- a/l10n/sl/files.po +++ b/l10n/sl/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sl/files_external.po b/l10n/sl/files_external.po index 4e76b9c0f95cb6699c7575f01eaba36da3b83ad3..e3bda76f278aecae2a6b2f8c5962a13f99cc900e 100644 --- a/l10n/sl/files_external.po +++ b/l10n/sl/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: Matej Urbančič <>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/files_trashbin.po b/l10n/sl/files_trashbin.po index a2bdf4cb1614b6884a82aff13bf9a9fbae9a1bbf..5b41ce6a340a3848184fd8be37091a99c4c04662 100644 --- a/l10n/sl/files_trashbin.po +++ b/l10n/sl/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/sl/lib.po b/l10n/sl/lib.po index 08cfdc81e32df7cf875f543850cd08011b92516b..59306e8cb664f939210b259b252b583e15a4f4f9 100644 --- a/l10n/sl/lib.po +++ b/l10n/sl/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Matej Urbančič <>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/settings.po b/l10n/sl/settings.po index 640330ac9e0f83bbeb4323e5569aabc9e98e2a4b..385dada1f9422d65b8eb474395892f6471be336e 100644 --- a/l10n/sl/settings.po +++ b/l10n/sl/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sq/core.po b/l10n/sq/core.po index 5aeae5133683d0f62abf01dc7dea460054cd8efc..9b734de122f21092175b44c6e66ed13887f44994 100644 --- a/l10n/sq/core.po +++ b/l10n/sq/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sq/files.po b/l10n/sq/files.po index ce4e54a73f69f1813c0e4f58b1d051b59e94938b..e075aeda038afe92a6cbc07e217b0df4f7a2f6a7 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sq/files_external.po b/l10n/sq/files_external.po index c9b3c9af49156d877014e0364a0d297503c0f228..28ab971c78aa8a6a47aaef9e19b9d6087f5144e5 100644 --- a/l10n/sq/files_external.po +++ b/l10n/sq/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sq/files_trashbin.po b/l10n/sq/files_trashbin.po index b4b144b54666a2b1fde807332abd7faa7e6e9a76..687c78c086c05e4a596d029c3e7791041ad244a7 100644 --- a/l10n/sq/files_trashbin.po +++ b/l10n/sq/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/sq/lib.po b/l10n/sq/lib.po index 921824a8e2708e4293e2c2f024fe95176d7cbb18..985c6e206f5f1369403e041121cf318f2ffa8c42 100644 --- a/l10n/sq/lib.po +++ b/l10n/sq/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sq/settings.po b/l10n/sq/settings.po index 3b257c3428fb059fa53e0b6003ea57754028aa7f..24e02a93892a91eff21e0b8f0331c11ec28f07a4 100644 --- a/l10n/sq/settings.po +++ b/l10n/sq/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sr/core.po b/l10n/sr/core.po index 5b90ac2152c3b935ac0771f3641af14676314e1d..69a32a09d7467d3a60c210292bd3849fcbbd724b 100644 --- a/l10n/sr/core.po +++ b/l10n/sr/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sr/files.po b/l10n/sr/files.po index 461252804edaca42401b05c46c1951b06fd41a63..3d7ccf8ec3e00560e289723f2f6af4f332b6cd0c 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sr/files_external.po b/l10n/sr/files_external.po index 74c6c60ca60ba25585e1d288381fa76526b326d2..df7af94d6f05c0e9a5af289fab768dedadcbd814 100644 --- a/l10n/sr/files_external.po +++ b/l10n/sr/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sr/files_trashbin.po b/l10n/sr/files_trashbin.po index 5648fd909fc23bd7a324d3b24c347f1865528f7d..b893877b7ff8b519e7ec23a8de8e90e1b87caeb2 100644 --- a/l10n/sr/files_trashbin.po +++ b/l10n/sr/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/sr/lib.po b/l10n/sr/lib.po index 603c69aca36b13bcb7a5f5e40e543ca796f6cee5..56a8e43b3127b82de3e910671e19176788f3deb0 100644 --- a/l10n/sr/lib.po +++ b/l10n/sr/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sr/settings.po b/l10n/sr/settings.po index 5f188d82382d41b12de219fcb2088aeaa6720f74..4370e73580e7832870df99e17bd8e9d09d8e7bfe 100644 --- a/l10n/sr/settings.po +++ b/l10n/sr/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sr@latin/core.po b/l10n/sr@latin/core.po index c487c22fac28900f6fa18cf52e6c234a7e14dd31..6705fd9f7d8fa172b25828c99fa17210a69d90a8 100644 --- a/l10n/sr@latin/core.po +++ b/l10n/sr@latin/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sr@latin/files.po b/l10n/sr@latin/files.po index 1ed04b0ff1e4abb058b736baa8522fc8290615db..0ccfa92181cfa89371bf5bdcbd84f700e3820b58 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sr@latin/files_external.po b/l10n/sr@latin/files_external.po index cbdd49beb2ec7c178a0c98b58298e6ff785a4c01..1a3453c9cac09fc3d75445fb132558b762f8b6f5 100644 --- a/l10n/sr@latin/files_external.po +++ b/l10n/sr@latin/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sr@latin/files_trashbin.po b/l10n/sr@latin/files_trashbin.po index 350cee6416bf04488cd2228f82683afeee9f5922..31ec177b28dd90b902de3ff03cc111f6234ded86 100644 --- a/l10n/sr@latin/files_trashbin.po +++ b/l10n/sr@latin/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/sr@latin/lib.po b/l10n/sr@latin/lib.po index 524976cc00472309c35370aed4f24c6d3846cf80..234dc58c6a489511cfea753b4ad84b363dd33d1d 100644 --- a/l10n/sr@latin/lib.po +++ b/l10n/sr@latin/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sr@latin/settings.po b/l10n/sr@latin/settings.po index 8af3cdd80e8083b3872359a20430e753f9a13fac..d3c5e0560871300773c7c415226868f6f50d0e1d 100644 --- a/l10n/sr@latin/settings.po +++ b/l10n/sr@latin/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sv/core.po b/l10n/sv/core.po index 67937d48695676a6772c7bc0393015c05be40380..cca0fb9bf417d6eba2f97134872cc37a5094e142 100644 --- a/l10n/sv/core.po +++ b/l10n/sv/core.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sv/files.po b/l10n/sv/files.po index 9577ccd9154e0efe11203ccd5370407d1ae3f613..66caa5c6e74ee6929ae53491931b5ba399b8d978 100644 --- a/l10n/sv/files.po +++ b/l10n/sv/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sv/files_external.po b/l10n/sv/files_external.po index 4fc1bd232b4ba08c56fc9b8dcb462c03a52f2414..4fe1596677d3186d5fb341fd593ba89552b4ba79 100644 --- a/l10n/sv/files_external.po +++ b/l10n/sv/files_external.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/sv/files_trashbin.po b/l10n/sv/files_trashbin.po index 51749d51de1a3c7fac3592b52a5d2086e40e7ff3..36d5c57b585e9dc008033c4185d1761372b885b5 100644 --- a/l10n/sv/files_trashbin.po +++ b/l10n/sv/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/sv/lib.po b/l10n/sv/lib.po index 1515503657a0ad09db242a927f67f85599a99d57..d28b221dc5da869ded89446813caf6dc207c8fe5 100644 --- a/l10n/sv/lib.po +++ b/l10n/sv/lib.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/sv/settings.po b/l10n/sv/settings.po index 07004a934f567e966ef1084fc9936b6868d8af54..f30213d30696c921bb1720c2a184bb55c38576ff 100644 --- a/l10n/sv/settings.po +++ b/l10n/sv/settings.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ta_IN/core.po b/l10n/ta_IN/core.po index 5bc571449e6c36eff4429b983015f5bf595cd106..27ea12e4f5ce76afc52c8fc13e6bd7d849a17fe4 100644 --- a/l10n/ta_IN/core.po +++ b/l10n/ta_IN/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/owncloud/language/ta_IN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_IN/lib.po b/l10n/ta_IN/lib.po index c4f2442c7ac4e5b6a3780d704236fac4d028fb16..719740f92aea04e4b2f371134624bf113ec7f411 100644 --- a/l10n/ta_IN/lib.po +++ b/l10n/ta_IN/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/owncloud/language/ta_IN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_IN/settings.po b/l10n/ta_IN/settings.po index 0024043006835fe7080b222b1b74f41e790e691b..bc20990b446553ac4fd284028c70b0caf1d0809d 100644 --- a/l10n/ta_IN/settings.po +++ b/l10n/ta_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/owncloud/language/ta_IN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/core.po b/l10n/ta_LK/core.po index 599f82cc0a6182d07320faab4f2b8a5968463339..ee29066686fc26e8a4c0663e2edbf693c0cf0ad9 100644 --- a/l10n/ta_LK/core.po +++ b/l10n/ta_LK/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ta_LK/files.po b/l10n/ta_LK/files.po index 1e64da155d56ed63f6b4de99ea3126e82ee413a7..1f133ae352cc7f7eed3a9c031af0ec7b614b099c 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ta_LK/files_external.po b/l10n/ta_LK/files_external.po index bef783d9d2bea67fedbf9e59e198549e8abe6bd4..f122a5d6c9dcd47663e57dc35752284d29d840c3 100644 --- a/l10n/ta_LK/files_external.po +++ b/l10n/ta_LK/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ta_LK/files_trashbin.po b/l10n/ta_LK/files_trashbin.po index 3bf5ec41a42cbe7bc00d1f2af7ae2439f7d95f3a..1e093ef8953a3b50f4282dbf573a8487a0f1d90c 100644 --- a/l10n/ta_LK/files_trashbin.po +++ b/l10n/ta_LK/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ta_LK/lib.po b/l10n/ta_LK/lib.po index d10a334905c649b3e16ad95fbd59b60b3ccc027e..d3b7acec04d20ff9e210d2a45707b3f136f20f7b 100644 --- a/l10n/ta_LK/lib.po +++ b/l10n/ta_LK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ta_LK/settings.po b/l10n/ta_LK/settings.po index 1b338eb83a472079255744f364f854ceab8acc7b..709ea73193c16402fafb0e981bd5fb0c9e6911c6 100644 --- a/l10n/ta_LK/settings.po +++ b/l10n/ta_LK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/te/core.po b/l10n/te/core.po index c00e279a712ffbbe074feb6a4d3611acdb6bde8e..80f9631c90185e40e3ba8e2d93d52f6b6d5a2b20 100644 --- a/l10n/te/core.po +++ b/l10n/te/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/files.po b/l10n/te/files.po index ddaec24d913146d23a8be682c154e619fb9a2d7a..f7a70863066344ad322d8b5d2211eceb0336d07a 100644 --- a/l10n/te/files.po +++ b/l10n/te/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: I Robot\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/files_external.po b/l10n/te/files_external.po index 616db268a6a51a8a8eea8c7f7ebd88c6b64d4bbe..f52616e979aacb4aa897c7f8d72cd88ae6075f47 100644 --- a/l10n/te/files_external.po +++ b/l10n/te/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/files_trashbin.po b/l10n/te/files_trashbin.po index 435f00da936797378c00ef6b479739ec6de3baa7..97ae70769a694a5be274bd3c064600f357607248 100644 --- a/l10n/te/files_trashbin.po +++ b/l10n/te/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/lib.po b/l10n/te/lib.po index 961eed0c4c7b6db9cc716b2f323d15b16e84aad8..c37fe3464ea8c2418b8cae1b56624fd25af9356e 100644 --- a/l10n/te/lib.po +++ b/l10n/te/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/settings.po b/l10n/te/settings.po index 0251c194d38e6e65aaf625214530f93a001ce8ad..9d5ccd375ba1eccf386c01e79debff8588f84342 100644 --- a/l10n/te/settings.po +++ b/l10n/te/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: I Robot\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index baf245efa2e500f6fb83b6037a141fafe62264d7..b749cae7e29945e0f9a20123144a3dc9666f538d 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-08-16 01:54-0400\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index 315ae61f77f6d8766dbb761c6b07fb8f9bb326e2..bca14620e04bf9c0e91535153f649e29388b58b5 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-08-16 01:54-0400\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index fb0bf7a3ce10d67eb07e85902143e0da42d61f79..e4eb56953129d158a6204e6a027c305799376a87 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-08-16 01:54-0400\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 721a3e769287a88cf743f90f4c35402b8e0a8994..0c5794150b862c8050158ad95f0da643b7e73d6d 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-08-16 01:54-0400\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index 3b557d9610444e00b60d91992312007b377f8b85..f2c4e53135193df22a64301d759774eafb697b37 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-08-16 01:54-0400\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index dca38560aa18f59b92719770f8463edf46d57b0b..aec04844c01442d25755af1d7d4c6289e6593eed 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-08-16 01:54-0400\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index 8891fbb3817448c2dc5a1e1de9bba51ade0f9eff..b4b2952b9a017bdc2e6851841f1d49d1167cbd7a 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-08-16 01:54-0400\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index 69e6fa2ab7338c4cd9138310bea2782f5b70509c..d7a68bb865a384ee21422960b8047c9d3e3eb249 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-08-16 01:54-0400\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot index f2e14ace8beef138d8dd00fdf0b59ee8c3a27c55..f17a316029739ecc3278da71ac61b74a742e6383 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-08-16 01:54-0400\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index 14f0c434be7dc9ef629931f1cec210d299e927fa..c21d27b008047789b78dd4ffd77ce76effe602c8 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-08-16 01:54-0400\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index 3daf56a718340a92b45388469e66ed3dcb11b1c9..a4f5a81e02a1bbd26ef345c58c4f3af97e6ace97 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-08-16 01:54-0400\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot index eff87c772aa1251aa6535ab68c2eb791377425a9..841336134d5707e52dd0699cd4ac0b8de6b268eb 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-08-16 01:54-0400\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/th_TH/core.po b/l10n/th_TH/core.po index 018b4e631ab6efd96e467c34732772554385e803..88fc044de80ae2aec706d1bd03fdd2c298b48f05 100644 --- a/l10n/th_TH/core.po +++ b/l10n/th_TH/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/th_TH/files.po b/l10n/th_TH/files.po index 652375b3f64ed9ee4055d013d47be418cf1efc23..f9561569fb2f440ff3bd6ad81a35ef58c97e6b93 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/th_TH/files_external.po b/l10n/th_TH/files_external.po index 4fdf552e9a1d987b93f3f98153172fb50f42f664..a5380ff0ee70fa4048c93e2d9923e5ffceac6eee 100644 --- a/l10n/th_TH/files_external.po +++ b/l10n/th_TH/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/th_TH/files_trashbin.po b/l10n/th_TH/files_trashbin.po index 44c5b1a035a207598407ca940110498580e79a43..5947dca15ae8f6ba0f892392d84a3f056821fa57 100644 --- a/l10n/th_TH/files_trashbin.po +++ b/l10n/th_TH/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/th_TH/lib.po b/l10n/th_TH/lib.po index b32152907b8603b1185224e0e44ba091dfc95a67..46f344f915103c0b6e6c2b2dbde2c32a0e6faa9a 100644 --- a/l10n/th_TH/lib.po +++ b/l10n/th_TH/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/th_TH/settings.po b/l10n/th_TH/settings.po index fce3c357bdc7d7f5b75c580dcf63f892a62a38b0..5c47052bd511e8ec8294e904b0106a10665a4dcd 100644 --- a/l10n/th_TH/settings.po +++ b/l10n/th_TH/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/tr/core.po b/l10n/tr/core.po index 24ed7818f563c44cb7a2e55ff827a9ae855c88f3..080d60ca27d30c6084c1ec5a2941813a546e72a4 100644 --- a/l10n/tr/core.po +++ b/l10n/tr/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/files.po b/l10n/tr/files.po index ec6832fe1e13493e92fd1adaf30f7ae2eeade54b..c012b652b9d5307df5fe1ba749ba51e6180f47e8 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/files_external.po b/l10n/tr/files_external.po index 4781157f1ee631499cda07c49c043c1104aa17d2..a7c5ec21413578822a66324067911c9cf72a34bb 100644 --- a/l10n/tr/files_external.po +++ b/l10n/tr/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/files_sharing.po b/l10n/tr/files_sharing.po index 2c8c590b2590efe5c3b20c7204b8a2316e56ea7f..dde48ec60a7a6e3262f2ebbbcd4020b7406d87aa 100644 --- a/l10n/tr/files_sharing.po +++ b/l10n/tr/files_sharing.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Mert Salih Kaplan <mail@mertskaplan.com>, 2014 # Volkan Gezer <volkangezer@gmail.com>, 2013-2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-16 23:40+0000\n" +"Last-Translator: Mert Salih Kaplan <mail@mertskaplan.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" @@ -24,7 +25,7 @@ msgstr "Sunucudan sunucuya paylaşım bu sunucuda etkin değil" #: ajax/external.php:38 msgid "Invalid or untrusted SSL certificate" -msgstr "" +msgstr "Geçersiz veya güvenilmeyen SSL sertifikası" #: ajax/external.php:52 msgid "Couldn't add remote share" diff --git a/l10n/tr/files_trashbin.po b/l10n/tr/files_trashbin.po index 8499ecb19957ab710c4b8a8b365b28b7d58d8d11..e3867ca989bea75793c9032cd6e9848b094c0163 100644 --- a/l10n/tr/files_trashbin.po +++ b/l10n/tr/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/lib.po b/l10n/tr/lib.po index ebb95a648a93a089d79fac3610e27ac7893c2eed..d8ef28e2285dd272044d1f4de648f9c5eb8faa76 100644 --- a/l10n/tr/lib.po +++ b/l10n/tr/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/settings.po b/l10n/tr/settings.po index 72ed35b52f7c3e9211fe765236e264237b55465f..f28ed6fb730433db0438691fcda2b901b9d4abec 100644 --- a/l10n/tr/settings.po +++ b/l10n/tr/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ug/core.po b/l10n/ug/core.po index 5db572a58222769a67f6ec437105d9345efc77e2..90669ef0b2354516cb7771702ee1487f3ef1ec4b 100644 --- a/l10n/ug/core.po +++ b/l10n/ug/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ug/files.po b/l10n/ug/files.po index 3fd63aa071130fab2e6a77e9d90243fa1e0487d1..b4b9b2c3d4c75e41836ebe177e3caf567d72cd4b 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ug/files_external.po b/l10n/ug/files_external.po index 910338982d88ffc4969384105a4b2aaae418bd8d..6827acff1ef9adf0ac1a99a6c78201dce2705978 100644 --- a/l10n/ug/files_external.po +++ b/l10n/ug/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/ug/files_trashbin.po b/l10n/ug/files_trashbin.po index fb00724d3eebeda942965b66a1456d73765bf214..bfd0e71b70b7cb333392b42a60b9279476741af0 100644 --- a/l10n/ug/files_trashbin.po +++ b/l10n/ug/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/ug/lib.po b/l10n/ug/lib.po index a8cfda343eb56d78e3455838873a9e1cff778706..85fbd3e65c74abb1e048a266609bcb6c19c73d3a 100644 --- a/l10n/ug/lib.po +++ b/l10n/ug/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ug/settings.po b/l10n/ug/settings.po index 9c4735463a877adcfe131eae5ebead0f0a5a1928..f313e9b8fb94907327d1463e144b083ebcb0f68d 100644 --- a/l10n/ug/settings.po +++ b/l10n/ug/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/uk/core.po b/l10n/uk/core.po index 8ef8327808dc85506baef789a778a652dee0aa31..8fa7c1ef9eba25d1daa87d44765a118e1e3e7578 100644 --- a/l10n/uk/core.po +++ b/l10n/uk/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/uk/files.po b/l10n/uk/files.po index 268b19128b1fce28740da5ef883b8f28a73989b5..76378e4268803d992c80f88b5e760747de42b289 100644 --- a/l10n/uk/files.po +++ b/l10n/uk/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/uk/files_external.po b/l10n/uk/files_external.po index 1cbdd57edac08fa911be5dedb20c698a13bf36f7..61cafe8a15bcc64c66f1d698569303018938b6cc 100644 --- a/l10n/uk/files_external.po +++ b/l10n/uk/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/uk/files_trashbin.po b/l10n/uk/files_trashbin.po index fb21f1e12c2938ea58605b58d276da5b515e4ce2..2430acd7fadb632809cea3f7d5dc1a66823bca98 100644 --- a/l10n/uk/files_trashbin.po +++ b/l10n/uk/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: v_2e <v_2e@ukr.net>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/lib.po b/l10n/uk/lib.po index f05d67b8b0a942f0e714e0b209df470834945212..d233e91c0c4a0fafb3db80b81dc00e09b8ca84c8 100644 --- a/l10n/uk/lib.po +++ b/l10n/uk/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/uk/settings.po b/l10n/uk/settings.po index 31db3421f8c57b5090d3b66903c0254a68852666..438a75bdd963f79bb523611cdda17cee413ea7c1 100644 --- a/l10n/uk/settings.po +++ b/l10n/uk/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/ur_PK/core.po b/l10n/ur_PK/core.po index a9880a616d392c5b31b832ac61d0359fe516e2d5..8a84faf0275f836c53e2a2655acddffcb75e4229 100644 --- a/l10n/ur_PK/core.po +++ b/l10n/ur_PK/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/files.po b/l10n/ur_PK/files.po index ed2be6ec799f9a7b9e972941959c14581a4aed4b..db202fb550e60f0161d78a282eec385cf80f4a5d 100644 --- a/l10n/ur_PK/files.po +++ b/l10n/ur_PK/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/files_external.po b/l10n/ur_PK/files_external.po index 46bdfb17477eae8d81f49bafdcb7cd0363685e55..18dd9c9b560e7cb34a5edb8df347c91d3ba340e2 100644 --- a/l10n/ur_PK/files_external.po +++ b/l10n/ur_PK/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/files_trashbin.po b/l10n/ur_PK/files_trashbin.po index c7d37792767fb243a21963200d731f0053c74c04..14f40e5f461e64bff3c3e6fbaa486d8e440d9fa9 100644 --- a/l10n/ur_PK/files_trashbin.po +++ b/l10n/ur_PK/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: Ahmed Waqar Shah <mrshah_300@yahoo.com>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/lib.po b/l10n/ur_PK/lib.po index 040f670c448832deaf4ba41bffcf78becbbb5018..16dde02a181c4ba70e16fac7262d6d329c6ee3ca 100644 --- a/l10n/ur_PK/lib.po +++ b/l10n/ur_PK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/settings.po b/l10n/ur_PK/settings.po index 88403186aaf3f38179d04f7a487fbb5768971a91..15b4cddf1036f9d3531b96b750edbd32c1264a66 100644 --- a/l10n/ur_PK/settings.po +++ b/l10n/ur_PK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/core.po b/l10n/vi/core.po index aaaefc6f7cfb864fb6351e8ee74651094138326c..674527faf63033037763e84862afde8afd66a2c7 100644 --- a/l10n/vi/core.po +++ b/l10n/vi/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/vi/files.po b/l10n/vi/files.po index 873f5402ef87b291441a61abb2fb50296b19f71d..398dd0ea74322badf7900214d3a1736110d4dec4 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/vi/files_external.po b/l10n/vi/files_external.po index 0103b899dd6f8ab198e68d39df9bbc85f3453a1f..ebabd73caeee9a039c4630db6e815df3467688b3 100644 --- a/l10n/vi/files_external.po +++ b/l10n/vi/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/vi/files_trashbin.po b/l10n/vi/files_trashbin.po index 1cb9c55d381a8d2be9fb3337ed5e0626beb1bce8..b12967f94d3d9d928e97b080e8227798bc8b9747 100644 --- a/l10n/vi/files_trashbin.po +++ b/l10n/vi/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/vi/lib.po b/l10n/vi/lib.po index e934db4a252dd2b8211c64388253a23c1a435bb7..2577d16f3bcf78c967bc00c164bf3167fb7f0d7f 100644 --- a/l10n/vi/lib.po +++ b/l10n/vi/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/vi/settings.po b/l10n/vi/settings.po index e87f4a4450c5b5b1fef62c51abd262c081d3152f..b99678cc5c41304b50fe6623ba1c524388139b5b 100644 --- a/l10n/vi/settings.po +++ b/l10n/vi/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/zh_CN/core.po b/l10n/zh_CN/core.po index 8044e7bbc6c31793c1885e9c540939099100e9ed..d19f1bf0e7498bce476f8425ec0a5bce5cf2f226 100644 --- a/l10n/zh_CN/core.po +++ b/l10n/zh_CN/core.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/zh_CN/files.po b/l10n/zh_CN/files.po index acf83b92ea07446d1669eca5426bc291532aaa83..97dedbe3a05eb29f2319d8c15225d4c1be048a3f 100644 --- a/l10n/zh_CN/files.po +++ b/l10n/zh_CN/files.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/zh_CN/files_external.po b/l10n/zh_CN/files_external.po index a83f97c995e4972a41442598b56f9daf7167404b..80051fa1eda2329d4064a9b468a962d10ec6082d 100644 --- a/l10n/zh_CN/files_external.po +++ b/l10n/zh_CN/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+0000\n" "Last-Translator: Kaijia Feng <fengkaijia@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_trashbin.po b/l10n/zh_CN/files_trashbin.po index aa30282a8fe14fb5ecd2dded4dbe4734c5a6a0a6..29697da4779616f6543d9fe36f03219a7e247f0a 100644 --- a/l10n/zh_CN/files_trashbin.po +++ b/l10n/zh_CN/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/zh_CN/lib.po b/l10n/zh_CN/lib.po index 398880408eb2f3df54d0e1728fc1c932579a61d6..d5651e578ced0a68cecac3e9c7c636dac51e9817 100644 --- a/l10n/zh_CN/lib.po +++ b/l10n/zh_CN/lib.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/zh_CN/settings.po b/l10n/zh_CN/settings.po index ec8b489b310ecf7483024ee6e3f20245f3b8e5fb..9418bdfc37b75b7349f848aa00ebdb9c9043d6fc 100644 --- a/l10n/zh_CN/settings.po +++ b/l10n/zh_CN/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/zh_HK/core.po b/l10n/zh_HK/core.po index c9fbef7ecf4bd73b12215af700570e9fdb4ff2ff..c911ce981604f0d16adb16e150094700618dddae 100644 --- a/l10n/zh_HK/core.po +++ b/l10n/zh_HK/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/zh_HK/files.po b/l10n/zh_HK/files.po index 834cbabd89318804899b21d2b75644bf0fd2cf02..1a16296be82d4157e216cc15f9afd37162fe35a8 100644 --- a/l10n/zh_HK/files.po +++ b/l10n/zh_HK/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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/zh_HK/files_external.po b/l10n/zh_HK/files_external.po index 4eb2227ba9bcc32b65fd7fd36ac06949c35bca23..43262af05f9e0932cbc88e9574da4bc434fc0d97 100644 --- a/l10n/zh_HK/files_external.po +++ b/l10n/zh_HK/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/zh_HK/files_trashbin.po b/l10n/zh_HK/files_trashbin.po index 2765519fb1b39f7a3fbe63dbfed619f80c4d458b..1a4f7f7b02877f56281d653826b4c3a41d637736 100644 --- a/l10n/zh_HK/files_trashbin.po +++ b/l10n/zh_HK/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/zh_HK/lib.po b/l10n/zh_HK/lib.po index 502c871990e266a238bb705e0d8ce20577721743..7fa8fb86dd94dd35278fe4b43abd538a1806630d 100644 --- a/l10n/zh_HK/lib.po +++ b/l10n/zh_HK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/zh_HK/settings.po b/l10n/zh_HK/settings.po index 8a3ffceef51d33ad707e698b371791b10ee63979..4213fde356c0f6e413efe76b21711b38463609a9 100644 --- a/l10n/zh_HK/settings.po +++ b/l10n/zh_HK/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/zh_TW/core.po b/l10n/zh_TW/core.po index 3cdf6808696d327f25bd3bca20e9c13672bab0e9..abc4c71bad6461b7a33829680534891713f8494d 100644 --- a/l10n/zh_TW/core.po +++ b/l10n/zh_TW/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/zh_TW/files.po b/l10n/zh_TW/files.po index 7f4972e1d405b953db33e93b37075d009075674a..350c91c9b14ada01f6887b103b14f28fdc1affa5 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-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:02+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" diff --git a/l10n/zh_TW/files_external.po b/l10n/zh_TW/files_external.po index 2729f0004dbe72ccb27ff10a6880b55b66410596..acb84d6ff2c134067b41d8caca4c0140509c4003 100644 --- a/l10n/zh_TW/files_external.po +++ b/l10n/zh_TW/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:02+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/zh_TW/files_trashbin.po b/l10n/zh_TW/files_trashbin.po index 286fe65d1f9c5f0529fb5b13cc0d5112863e6f13..6a976ae2c871e9535950dcc0a37c0ca627a055ab 100644 --- a/l10n/zh_TW/files_trashbin.po +++ b/l10n/zh_TW/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:03+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:03+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" diff --git a/l10n/zh_TW/lib.po b/l10n/zh_TW/lib.po index b91b4c2eb363620fbd3b69645887dc7d4a2499da..c957bfc7a92c223be049b3d995bac14962c244f3 100644 --- a/l10n/zh_TW/lib.po +++ b/l10n/zh_TW/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/l10n/zh_TW/settings.po b/l10n/zh_TW/settings.po index 8e9c657d17140d3b1f95b50cf23f65fe690dc049..1c15ac163ff63604a8d55b50359882932d6d4d94 100644 --- a/l10n/zh_TW/settings.po +++ b/l10n/zh_TW/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-16 01:54-0400\n" -"PO-Revision-Date: 2014-08-16 05:23+0000\n" +"POT-Creation-Date: 2014-08-17 01:54-0400\n" +"PO-Revision-Date: 2014-08-17 05:23+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" diff --git a/lib/l10n/az.php b/lib/l10n/az.php index 15f78e0bce6d7e36688d2913f6affa4c17472a65..d1ffbbd81990b535d528fb664264e5e1cf633370 100644 --- a/lib/l10n/az.php +++ b/lib/l10n/az.php @@ -1,5 +1,13 @@ <?php $TRANSLATIONS = array( +"Cannot write into \"config\" directory!" => "\"configurasiya\" direktoriyasının daxilində yazmaq mümkün deyil", +"This can usually be fixed by giving the webserver write access to the config directory" => "Adətən tez həll etmək üçün WEB serverdə yazma yetkisi verilir", +"See %s" => "Bax %s", +"You are accessing the server from an untrusted domain." => "Siz serverə inamsız domain-dən girməyə çalışırsız.", +"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Xahiş olunur inzibatçı ilə əlaqə saxlayasınız. Eger siz bu xidmətin inzibatçısısınizsa, \"trusted_domain\" configini config/config.php faylinda düzgün qeyd edin. Config nüsxəsi config/config.sample.php faylında qeyd edilmişdir.", +"Settings" => "Quraşdırmalar", +"Unknown filetype" => "Fayl tipi bəlli deyil.", +"Invalid image" => "Yalnış şəkil", "_%n minute ago_::_%n minutes ago_" => array("",""), "_%n hour ago_::_%n hours ago_" => array("",""), "_%n day go_::_%n days ago_" => array("",""), diff --git a/lib/l10n/hu_HU.php b/lib/l10n/hu_HU.php index 116d176fa0bf82e0abef0474c76781c83817feb9..a3f6ae75800297c85d39aa1839cb3fe879ed37fe 100644 --- a/lib/l10n/hu_HU.php +++ b/lib/l10n/hu_HU.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cannot write into \"config\" directory!" => "Nem írható a \"config\" könyvtár!", "Help" => "Súgó", "Personal" => "Személyes", "Settings" => "Beállítások", @@ -25,6 +26,7 @@ $TRANSLATIONS = array( "Application is not enabled" => "Az alkalmazás nincs engedélyezve", "Authentication error" => "Azonosítási hiba", "Token expired. Please reload page." => "A token lejárt. Frissítse az oldalt.", +"Unknown user" => "Ismeretlen felhasználó", "%s enter the database username." => "%s adja meg az adatbázist elérő felhasználó login nevét.", "%s enter the database name." => "%s adja meg az adatbázis nevét.", "%s you may not use dots in the database name" => "%s az adatbázis neve nem tartalmazhat pontot", @@ -41,6 +43,8 @@ $TRANSLATIONS = array( "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Az Ön webkiszolgálója nincs megfelelően beállítva az állományok szinkronizálásához, mert a WebDAV-elérés úgy tűnik, nem működik.", "Please double check the <a href='%s'>installation guides</a>." => "Kérjük tüzetesen tanulmányozza át a <a href='%s'>telepítési útmutatót</a>.", "%s shared »%s« with you" => "%s megosztotta Önnel ezt: »%s«", +"Sharing %s failed, because the file does not exist" => "%s megosztása sikertelen, mert a fájl nem létezik", +"Cannot set expiration date. Expiration date is in the past" => "Nem lehet beállítani a lejárati időt mivel már elmúlt.", "Could not find category \"%s\"" => "Ez a kategória nem található: \"%s\"", "seconds ago" => "pár másodperce", "_%n minute ago_::_%n minutes ago_" => array("","%n perccel ezelőtt"), @@ -54,6 +58,8 @@ $TRANSLATIONS = array( "years ago" => "több éve", "A valid username must be provided" => "Érvényes felhasználónevet kell megadnia", "A valid password must be provided" => "Érvényes jelszót kell megadnia", -"The username is already being used" => "Ez a bejelentkezési név már foglalt" +"The username is already being used" => "Ez a bejelentkezési név már foglalt", +"Cannot write into \"config\" directory" => "Nem írható a \"config\" könyvtár", +"Please upgrade your database version" => "Kérlek frissítsd az adatbázisodat" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/az.php b/settings/l10n/az.php new file mode 100644 index 0000000000000000000000000000000000000000..8b5c5d76f704ba5d4f0c066f2a70b489c4e81a30 --- /dev/null +++ b/settings/l10n/az.php @@ -0,0 +1,13 @@ +<?php +$TRANSLATIONS = array( +"Invalid value supplied for %s" => "%s üçün yalnış təyinat mənimsədildi", +"Saved" => "Saxlanıldı", +"test email settings" => "sınaq məktubu quraşdırmaları", +"If you received this email, the settings seem to be correct." => "Əgər siz bu məktubu aldınızsa, demək quraşdırmalar düzgündür.", +"A problem occurred while sending the e-mail. Please revisit your settings." => "Məktubun göndərilməsində səhv baş verdi. Xahiş edirik öz configlərinizə yenidən baxasınız.", +"Email sent" => "Məktub göndərildi", +"Error" => "Səhv", +"Get the apps to sync your files" => "Fayllarınızın sinxronizasiyası üçün proqramları götürün", +"Cancel" => "Dayandır" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";