[tx-robot] updated from transifex
parent
98e76b8978
commit
fa35650e0a
@ -1,11 +1,16 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Password successfully changed." => "成功變更密碼。",
|
"Password successfully changed." => "成功變更密碼。",
|
||||||
"Could not change the password. Maybe the old password was not correct." => "無法變更密碼,或許是輸入的舊密碼不正確。",
|
"Could not change the password. Maybe the old password was not correct." => "無法變更密碼,或許是輸入的舊密碼不正確。",
|
||||||
|
"Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "您的私鑰不正確! 感覺像是密碼在 ownCloud 系統之外被改變(例:您的目錄)。 您可以在個人設定中更新私鑰密碼取回已加密的檔案。",
|
||||||
|
"Please make sure that PHP 5.3.3 or newer is installed and that the OpenSSL PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "請確認已安裝 PHP 5.3.3 或更新的版本並啟用 OpenSSL PHP 且正確設定。目前 encryption app 不可使用。",
|
||||||
"Saving..." => "儲存中...",
|
"Saving..." => "儲存中...",
|
||||||
"Encryption" => "加密",
|
"Encryption" => "加密",
|
||||||
"Enabled" => "已啓用",
|
"Enabled" => "已啓用",
|
||||||
"Disabled" => "已停用",
|
"Disabled" => "已停用",
|
||||||
"Change Password" => "變更密碼",
|
"Change Password" => "變更密碼",
|
||||||
|
" If you don't remember your old password you can ask your administrator to recover your files." => "如果您忘記舊密碼,可以請求管理員協助取回檔案。",
|
||||||
|
"Old log-in password" => "舊登入密碼",
|
||||||
|
"Current log-in password" => "目前的登入密碼",
|
||||||
"File recovery settings updated" => "檔案還原設定已更新",
|
"File recovery settings updated" => "檔案還原設定已更新",
|
||||||
"Could not update file recovery" => "無法更新檔案還原設定"
|
"Could not update file recovery" => "無法更新檔案還原設定"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Versions" => "الإصدارات"
|
"Versions" => "الإصدارات",
|
||||||
|
"Restore" => "استعيد"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "No s'ha pogut revertir: %s",
|
"Could not revert: %s" => "No s'ha pogut revertir: %s",
|
||||||
"success" => "èxit",
|
"Versions" => "Versions"
|
||||||
"File %s was reverted to version %s" => "El fitxer %s s'ha revertit a la versió %s",
|
|
||||||
"failure" => "fallada",
|
|
||||||
"File %s could not be reverted to version %s" => "El fitxer %s no s'ha pogut revertir a la versió %s",
|
|
||||||
"No old versions available" => "No hi ha versións antigues disponibles",
|
|
||||||
"No path specified" => "No heu especificat el camí",
|
|
||||||
"Versions" => "Versions",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Reverteix un fitxer a una versió anterior fent clic en el seu botó de reverteix"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Nelze navrátit: %s",
|
"Could not revert: %s" => "Nelze navrátit: %s",
|
||||||
"success" => "úspěch",
|
"Versions" => "Verze"
|
||||||
"File %s was reverted to version %s" => "Soubor %s byl navrácen na verzi %s",
|
|
||||||
"failure" => "sehlhání",
|
|
||||||
"File %s could not be reverted to version %s" => "Soubor %s nemohl být navrácen na verzi %s",
|
|
||||||
"No old versions available" => "Nejsou dostupné žádné starší verze",
|
|
||||||
"No path specified" => "Nezadána cesta",
|
|
||||||
"Versions" => "Verze",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Navraťte soubor do předchozí verze kliknutím na tlačítko navrátit"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Kunne ikke genskabe: %s",
|
"Could not revert: %s" => "Kunne ikke genskabe: %s",
|
||||||
"success" => "success",
|
|
||||||
"File %s was reverted to version %s" => "Filen %s blev genskabt til version: %s",
|
|
||||||
"failure" => "fejl",
|
|
||||||
"File %s could not be reverted to version %s" => "Filen %s blev genskabt til version: %s",
|
|
||||||
"No old versions available" => "Ingen gamle version tilgængelige",
|
|
||||||
"No path specified" => "Ingen sti specificeret",
|
|
||||||
"Versions" => "Versioner",
|
"Versions" => "Versioner",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Genskab en fil til en tidligere version ved at klikke på denne genskab knap."
|
"Restore" => "Gendan"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Konnte %s nicht zurücksetzen",
|
"Could not revert: %s" => "Konnte %s nicht zurücksetzen",
|
||||||
"success" => "Erfolgreich",
|
"Versions" => "Versionen"
|
||||||
"File %s was reverted to version %s" => "Datei %s wurde auf Version %s zurückgesetzt",
|
|
||||||
"failure" => "Fehlgeschlagen",
|
|
||||||
"File %s could not be reverted to version %s" => "Datei %s konnte nicht auf Version %s zurückgesetzt werden",
|
|
||||||
"No old versions available" => "Keine älteren Versionen verfügbar",
|
|
||||||
"No path specified" => "Kein Pfad angegeben",
|
|
||||||
"Versions" => "Versionen",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Setze eine Datei durch klicken auf den Zurücksetzen Button zurück"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Konnte %s nicht zurücksetzen",
|
"Could not revert: %s" => "Konnte %s nicht zurücksetzen",
|
||||||
"success" => "Erfolgreich",
|
|
||||||
"File %s was reverted to version %s" => "Die Datei %s wurde auf die Version %s zurückgesetzt",
|
|
||||||
"failure" => "Fehlgeschlagen",
|
|
||||||
"File %s could not be reverted to version %s" => "Die Datei %s konnte nicht auf die Version %s zurückgesetzt werden",
|
|
||||||
"No old versions available" => "Keine älteren Versionen verfügbar",
|
|
||||||
"No path specified" => "Kein Pfad angegeben",
|
|
||||||
"Versions" => "Versionen",
|
"Versions" => "Versionen",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Setze eine Datei durch Klicken auf den Zurücksetzen-Button auf eine frühere Version zurück"
|
"Restore" => "Wiederherstellen"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Ne eblas malfari: %s",
|
"Could not revert: %s" => "Ne eblas malfari: %s",
|
||||||
"success" => "sukceso",
|
|
||||||
"File %s was reverted to version %s" => "Dosiero %s estis malfarita al versio %s",
|
|
||||||
"failure" => "malsukceso",
|
|
||||||
"File %s could not be reverted to version %s" => "Ne eblis malfari dosieron %s al versio %s",
|
|
||||||
"No old versions available" => "Neniu malnova versio disponeblas",
|
|
||||||
"No path specified" => "Neniu vojo estas specifita",
|
|
||||||
"Versions" => "Versioj",
|
"Versions" => "Versioj",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Malfari dosieron al antaŭa versio per klako sur sia malfarad-butono"
|
"Restore" => "Restaŭri"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "No se puede revertir: %s",
|
"Could not revert: %s" => "No se puede revertir: %s",
|
||||||
"success" => "exitoso",
|
|
||||||
"File %s was reverted to version %s" => "El archivo %s fue revertido a la version %s",
|
|
||||||
"failure" => "fallo",
|
|
||||||
"File %s could not be reverted to version %s" => "El archivo %s no puede ser revertido a la version %s",
|
|
||||||
"No old versions available" => "No hay versiones antiguas disponibles",
|
|
||||||
"No path specified" => "Ruta no especificada",
|
|
||||||
"Versions" => "Revisiones",
|
"Versions" => "Revisiones",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Revertir un archivo a una versión anterior haciendo clic en el boton de revertir"
|
"Restore" => "Recuperar"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "No se pudo revertir: %s ",
|
"Could not revert: %s" => "No se pudo revertir: %s ",
|
||||||
"success" => "Éxito",
|
"Versions" => "Versiones"
|
||||||
"File %s was reverted to version %s" => "El archivo %s fue revertido a la versión %s",
|
|
||||||
"failure" => "error",
|
|
||||||
"File %s could not be reverted to version %s" => "El archivo %s no pudo ser revertido a la versión %s",
|
|
||||||
"No old versions available" => "No hay versiones antiguas disponibles",
|
|
||||||
"No path specified" => "Ruta de acceso no especificada",
|
|
||||||
"Versions" => "Versiones",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Revertí un archivo a una versión anterior haciendo click en su botón de \"revertir\""
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Ei suuda taastada faili: %s",
|
"Could not revert: %s" => "Ei suuda taastada faili: %s",
|
||||||
"success" => "korras",
|
|
||||||
"File %s was reverted to version %s" => "Fail %s taastati versioonile %s",
|
|
||||||
"failure" => "ebaõnnestus",
|
|
||||||
"File %s could not be reverted to version %s" => "Faili %s ei saa taastada versioonile %s",
|
|
||||||
"No old versions available" => "Vanu versioone pole saadaval",
|
|
||||||
"No path specified" => "Asukohta pole määratud",
|
|
||||||
"Versions" => "Versioonid",
|
"Versions" => "Versioonid",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Taasta fail varasemale versioonile klikkides nupule \"Taasta\""
|
"Restore" => "Taasta"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Ezin izan da leheneratu: %s",
|
"Could not revert: %s" => "Ezin izan da leheneratu: %s",
|
||||||
"success" => "arrakasta",
|
|
||||||
"File %s was reverted to version %s" => "%s fitxategia %s bertsiora leheneratu da",
|
|
||||||
"failure" => "errorea",
|
|
||||||
"File %s could not be reverted to version %s" => "%s fitxategia ezin da %s bertsiora leheneratu",
|
|
||||||
"No old versions available" => "Ez dago bertsio zaharrik eskuragarri",
|
|
||||||
"No path specified" => "Ez da bidea zehaztu",
|
|
||||||
"Versions" => "Bertsioak",
|
"Versions" => "Bertsioak",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Itzuli fitxategi bat aurreko bertsio batera leheneratu bere leheneratu botoia sakatuz"
|
"Restore" => "Berrezarri"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,8 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Palautus epäonnistui: %s",
|
"Could not revert: %s" => "Palautus epäonnistui: %s",
|
||||||
"success" => "onnistui",
|
|
||||||
"File %s was reverted to version %s" => "Tiedosto %s palautettiin versioon %s",
|
|
||||||
"failure" => "epäonnistui",
|
|
||||||
"File %s could not be reverted to version %s" => "Tiedoston %s palautus versioon %s epäonnistui",
|
|
||||||
"No old versions available" => "Vanhoja versioita ei ole saatavilla",
|
|
||||||
"No path specified" => "Polkua ei ole määritetty",
|
|
||||||
"Versions" => "Versiot",
|
"Versions" => "Versiot",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Palauta tiedoston edellinen versio napsauttamalla palautuspainiketta"
|
"Failed to revert {file} to revision {timestamp}." => "Tiedoston {file} palautus versioon {timestamp} epäonnistui.",
|
||||||
|
"More versions..." => "Lisää versioita...",
|
||||||
|
"No other versions available" => "Ei muita versioita saatavilla",
|
||||||
|
"Restore" => "Palauta"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Impossible de restaurer %s",
|
"Could not revert: %s" => "Impossible de restaurer %s",
|
||||||
"success" => "succès",
|
|
||||||
"File %s was reverted to version %s" => "Le fichier %s a été restauré dans sa version %s",
|
|
||||||
"failure" => "échec",
|
|
||||||
"File %s could not be reverted to version %s" => "Le fichier %s ne peut être restauré dans sa version %s",
|
|
||||||
"No old versions available" => "Aucune ancienne version n'est disponible",
|
|
||||||
"No path specified" => "Aucun chemin spécifié",
|
|
||||||
"Versions" => "Versions",
|
"Versions" => "Versions",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Restaurez un fichier dans une version antérieure en cliquant sur son bouton de restauration"
|
"Restore" => "Restaurer"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Non foi posíbel reverter: %s",
|
"Could not revert: %s" => "Non foi posíbel reverter: %s",
|
||||||
"success" => "feito",
|
"Versions" => "Versións"
|
||||||
"File %s was reverted to version %s" => "O ficheiro %s foi revertido á versión %s",
|
|
||||||
"failure" => "produciuse un fallo",
|
|
||||||
"File %s could not be reverted to version %s" => "Non foi posíbel reverter o ficheiro %s á versión %s",
|
|
||||||
"No old versions available" => "Non hai versións antigas dispoñíbeis",
|
|
||||||
"No path specified" => "Non foi indicada a ruta",
|
|
||||||
"Versions" => "Versións",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Reverta un ficheiro a unha versión anterior premendo no botón reversión"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "לא ניתן להחזיר: %s",
|
"Could not revert: %s" => "לא ניתן להחזיר: %s",
|
||||||
"success" => "הושלם",
|
"Versions" => "גרסאות"
|
||||||
"File %s was reverted to version %s" => "הקובץ %s הוחזר לגרסה %s",
|
|
||||||
"failure" => "נכשל",
|
|
||||||
"File %s could not be reverted to version %s" => "לא ניתן להחזיר את הקובץ %s לגרסה %s",
|
|
||||||
"No old versions available" => "אין גרסאות ישנות זמינות",
|
|
||||||
"No path specified" => "לא צוין נתיב",
|
|
||||||
"Versions" => "גרסאות",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "ניתן להחזיר קובץ לגרסה קודמת על ידי לחיצה על לחצן ההחזרה שלו"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Nem sikerült átállni a változatra: %s",
|
"Could not revert: %s" => "Nem sikerült átállni a változatra: %s",
|
||||||
"success" => "sikerült",
|
"Versions" => "Az állományok korábbi változatai"
|
||||||
"File %s was reverted to version %s" => "%s állományt átállítottuk erre a változatra: %s",
|
|
||||||
"failure" => "nem sikerült",
|
|
||||||
"File %s could not be reverted to version %s" => "%s állományt nem sikerült átállítani erre a változatra: %s",
|
|
||||||
"No old versions available" => "Nincs régebbi változat",
|
|
||||||
"No path specified" => "Nincs megadva az útvonal",
|
|
||||||
"Versions" => "Az állományok korábbi változatai",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Az állomány átállítható egy régebbi változatra, ha a gombra kattint"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Tidak dapat mengembalikan: %s",
|
"Could not revert: %s" => "Tidak dapat mengembalikan: %s",
|
||||||
"success" => "sukses",
|
|
||||||
"File %s was reverted to version %s" => "Berkas %s telah dikembalikan ke versi %s",
|
|
||||||
"failure" => "gagal",
|
|
||||||
"File %s could not be reverted to version %s" => "Berkas %s gagal dikembalikan ke versi %s",
|
|
||||||
"No old versions available" => "Versi lama tidak tersedia",
|
|
||||||
"No path specified" => "Lokasi tidak ditentukan",
|
|
||||||
"Versions" => "Versi",
|
"Versions" => "Versi",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Kembalikan berkas ke versi sebelumnya dengan mengeklik tombol kembalikan"
|
"Restore" => "Pulihkan"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Impossibild ripristinare: %s",
|
"Could not revert: %s" => "Impossibild ripristinare: %s",
|
||||||
"success" => "completata",
|
|
||||||
"File %s was reverted to version %s" => "Il file %s è stato ripristinato alla versione %s",
|
|
||||||
"failure" => "non riuscita",
|
|
||||||
"File %s could not be reverted to version %s" => "Il file %s non può essere ripristinato alla versione %s",
|
|
||||||
"No old versions available" => "Non sono disponibili versioni precedenti",
|
|
||||||
"No path specified" => "Nessun percorso specificato",
|
|
||||||
"Versions" => "Versioni",
|
"Versions" => "Versioni",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Ripristina un file a una versione precedente facendo clic sul rispettivo pulsante di ripristino"
|
"Restore" => "Ripristina"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "元に戻せませんでした: %s",
|
"Could not revert: %s" => "元に戻せませんでした: %s",
|
||||||
"success" => "成功",
|
"Versions" => "バージョン"
|
||||||
"File %s was reverted to version %s" => "ファイル %s をバージョン %s に戻しました",
|
|
||||||
"failure" => "失敗",
|
|
||||||
"File %s could not be reverted to version %s" => "ファイル %s をバージョン %s に戻せませんでした",
|
|
||||||
"No old versions available" => "利用可能な古いバージョンはありません",
|
|
||||||
"No path specified" => "パスが指定されていません",
|
|
||||||
"Versions" => "バージョン",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "もとに戻すボタンをクリックすると、ファイルを過去のバージョンに戻します"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "ვერ მოხერხდა უკან დაბრუნება: %s",
|
"Could not revert: %s" => "ვერ მოხერხდა უკან დაბრუნება: %s",
|
||||||
"success" => "დასრულდა",
|
"Versions" => "ვერსიები"
|
||||||
"File %s was reverted to version %s" => "ფაილი %s დაბრუნდა ვერსიაზე %s",
|
|
||||||
"failure" => "შეცდომა",
|
|
||||||
"File %s could not be reverted to version %s" => "ვერ მოხერხდა %s ფაილის %s ვერსიაზე დაბრუნება",
|
|
||||||
"No old versions available" => "ძველი ვერსია არ არსებობს",
|
|
||||||
"No path specified" => "გზა არ არის მითითებული",
|
|
||||||
"Versions" => "ვერსიები",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "დააბრუნეთ ფაილი წინა პოზიციაზე revert ღილაკზე დაჭერით"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "되돌릴 수 없습니다: %s",
|
"Could not revert: %s" => "되돌릴 수 없습니다: %s",
|
||||||
"success" => "성공",
|
|
||||||
"File %s was reverted to version %s" => "파일 %s을(를) 버전 %s(으)로 되돌림",
|
|
||||||
"failure" => "실패",
|
|
||||||
"File %s could not be reverted to version %s" => "파일 %s을(를) 버전 %s(으)로 되돌리지 못했음",
|
|
||||||
"No old versions available" => "오래된 버전을 사용할 수 없음",
|
|
||||||
"No path specified" => "경로가 지정되지 않았음",
|
|
||||||
"Versions" => "버전",
|
"Versions" => "버전",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "변경 단추를 눌러 이전 버전의 파일로 되돌릴 수 있습니다"
|
"Restore" => "복원"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Nepavyko atstatyti: %s",
|
"Could not revert: %s" => "Nepavyko atstatyti: %s",
|
||||||
"success" => "pavyko",
|
"Versions" => "Versijos"
|
||||||
"File %s was reverted to version %s" => "Dokumentas %s buvo atstatytas į versiją %s",
|
|
||||||
"failure" => "klaida",
|
|
||||||
"File %s could not be reverted to version %s" => "Dokumento %s nepavyko atstatyti į versiją %s",
|
|
||||||
"No old versions available" => "Nėra senų versijų",
|
|
||||||
"No path specified" => "Nenurodytas kelias",
|
|
||||||
"Versions" => "Versijos",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Atstatykite dokumentą į prieš tai buvusią versiją spausdami ant jo atstatymo mygtuko"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Nevarēja atgriezt — %s",
|
"Could not revert: %s" => "Nevarēja atgriezt — %s",
|
||||||
"success" => "veiksme",
|
"Versions" => "Versijas"
|
||||||
"File %s was reverted to version %s" => "Datne %s tika atgriezt uz versiju %s",
|
|
||||||
"failure" => "neveiksme",
|
|
||||||
"File %s could not be reverted to version %s" => "Datni %s nevarēja atgriezt uz versiju %s",
|
|
||||||
"No old versions available" => "Nav pieejamu vecāku versiju",
|
|
||||||
"No path specified" => "Nav norādīts ceļš",
|
|
||||||
"Versions" => "Versijas",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Atgriez datni uz iepriekšēju versiju, spiežot uz tās atgriešanas pogu"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Versions" => "Versjoner"
|
"Versions" => "Versjoner",
|
||||||
|
"Restore" => "Gjenopprett"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Kon niet terugdraaien: %s",
|
"Could not revert: %s" => "Kon niet terugdraaien: %s",
|
||||||
"success" => "succes",
|
|
||||||
"File %s was reverted to version %s" => "Bestand %s is teruggedraaid naar versie %s",
|
|
||||||
"failure" => "mislukking",
|
|
||||||
"File %s could not be reverted to version %s" => "Bestand %s kon niet worden teruggedraaid naar versie %s",
|
|
||||||
"No old versions available" => "Geen oudere versies beschikbaar",
|
|
||||||
"No path specified" => "Geen pad opgegeven",
|
|
||||||
"Versions" => "Versies",
|
"Versions" => "Versies",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Draai een bestand terug naar een voorgaande versie door te klikken op de terugdraai knop"
|
"Restore" => "Herstellen"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Klarte ikkje å tilbakestilla: %s",
|
"Could not revert: %s" => "Klarte ikkje å tilbakestilla: %s",
|
||||||
"success" => "vellukka",
|
|
||||||
"File %s was reverted to version %s" => "Tilbakestilte fila %s til utgåva %s",
|
|
||||||
"failure" => "feil",
|
|
||||||
"File %s could not be reverted to version %s" => "Klarte ikkje tilbakestilla fila %s til utgåva %s",
|
|
||||||
"No old versions available" => "Ingen eldre utgåver tilgjengelege",
|
|
||||||
"No path specified" => "Ingen sti gjeve",
|
|
||||||
"Versions" => "Utgåver",
|
"Versions" => "Utgåver",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Tilbakestill ei fil til ei tidlegare utgåve ved å klikka tilbakestill-knappen"
|
"Restore" => "Gjenopprett"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Nie można było przywrócić: %s",
|
"Could not revert: %s" => "Nie można było przywrócić: %s",
|
||||||
"success" => "sukces",
|
"Versions" => "Wersje"
|
||||||
"File %s was reverted to version %s" => "Plik %s został przywrócony do wersji %s",
|
|
||||||
"failure" => "porażka",
|
|
||||||
"File %s could not be reverted to version %s" => "Plik %s nie mógł być przywrócony do wersji %s",
|
|
||||||
"No old versions available" => "Nie są dostępne żadne starsze wersje",
|
|
||||||
"No path specified" => "Nie podano ścieżki",
|
|
||||||
"Versions" => "Wersje",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Przywróć plik do poprzedniej wersji klikając w jego przycisk przywrócenia"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Impossível reverter: %s",
|
"Could not revert: %s" => "Impossível reverter: %s",
|
||||||
"success" => "sucesso",
|
"Versions" => "Versões"
|
||||||
"File %s was reverted to version %s" => "Arquivo %s revertido à versão %s",
|
|
||||||
"failure" => "falha",
|
|
||||||
"File %s could not be reverted to version %s" => "Arquivo %s não pôde ser revertido à versão %s",
|
|
||||||
"No old versions available" => "Nenhuma versão antiga disponível",
|
|
||||||
"No path specified" => "Nenhum caminho especificado",
|
|
||||||
"Versions" => "Versões",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Reverta um arquivo a uma versão anterior clicando no botão reverter"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Não foi possível reverter: %s",
|
"Could not revert: %s" => "Não foi possível reverter: %s",
|
||||||
"success" => "Sucesso",
|
"Versions" => "Versões"
|
||||||
"File %s was reverted to version %s" => "O ficheiro %s foi revertido para a versão %s",
|
|
||||||
"failure" => "Falha",
|
|
||||||
"File %s could not be reverted to version %s" => "Não foi possível reverter o ficheiro %s para a versão %s",
|
|
||||||
"No old versions available" => "Não existem versões mais antigas",
|
|
||||||
"No path specified" => "Nenhum caminho especificado",
|
|
||||||
"Versions" => "Versões",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Reverter um ficheiro para uma versão anterior clicando no seu botão reverter."
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Nu a putut reveni: %s",
|
"Could not revert: %s" => "Nu a putut reveni: %s",
|
||||||
"success" => "success",
|
"Versions" => "Versiuni"
|
||||||
"File %s was reverted to version %s" => "Fisierul %s a revenit la versiunea %s",
|
|
||||||
"failure" => "eșec",
|
|
||||||
"File %s could not be reverted to version %s" => "Fisierele %s nu au putut reveni la versiunea %s",
|
|
||||||
"No old versions available" => "Versiunile vechi nu sunt disponibile",
|
|
||||||
"No path specified" => "Nici un dosar specificat",
|
|
||||||
"Versions" => "Versiuni",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Readuceti un fișier la o versiune anterioară, făcând clic pe butonul revenire"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Nemožno obnoviť: %s",
|
"Could not revert: %s" => "Nemožno obnoviť: %s",
|
||||||
"success" => "úspech",
|
"Versions" => "Verzie"
|
||||||
"File %s was reverted to version %s" => "Súbor %s bol obnovený na verziu %s",
|
|
||||||
"failure" => "chyba",
|
|
||||||
"File %s could not be reverted to version %s" => "Súbor %s nemohol byť obnovený na verziu %s",
|
|
||||||
"No old versions available" => "Nie sú dostupné žiadne staršie verzie",
|
|
||||||
"No path specified" => "Nevybrali ste cestu",
|
|
||||||
"Versions" => "Verzie",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Obnovte súbor do predošlej verzie kliknutím na tlačítko obnoviť"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Ni mogoče povrniti: %s",
|
"Could not revert: %s" => "Ni mogoče povrniti: %s",
|
||||||
"success" => "uspešno",
|
|
||||||
"File %s was reverted to version %s" => "Datoteka %s je povrnjena na različico %s.",
|
|
||||||
"failure" => "spodletelo",
|
|
||||||
"File %s could not be reverted to version %s" => "Datoteke %s ni mogoče povrniti na različico %s.",
|
|
||||||
"No old versions available" => "Ni starejših različic.",
|
|
||||||
"No path specified" => "Ni določene poti",
|
|
||||||
"Versions" => "Različice",
|
"Versions" => "Različice",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Povrni datoteko na predhodno različico s klikom na gumb za povrnitev."
|
"Restore" => "Obnovi"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"History" => "Историја",
|
"Restore" => "Врати"
|
||||||
"Files Versioning" => "Прављење верзија датотека",
|
|
||||||
"Enable" => "Омогући"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Kunde inte återställa: %s",
|
"Could not revert: %s" => "Kunde inte återställa: %s",
|
||||||
"success" => "lyckades",
|
|
||||||
"File %s was reverted to version %s" => "Filen %s återställdes till version %s",
|
|
||||||
"failure" => "misslyckades",
|
|
||||||
"File %s could not be reverted to version %s" => "Filen %s kunde inte återställas till version %s",
|
|
||||||
"No old versions available" => "Inga gamla versioner finns tillgängliga",
|
|
||||||
"No path specified" => "Ingen sökväg angiven",
|
|
||||||
"Versions" => "Versioner",
|
"Versions" => "Versioner",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Återställ en fil till en tidigare version genom att klicka på återställningsknappen"
|
"Restore" => "Återskapa"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,9 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "ئەسلىگە قايتۇرالمايدۇ: %s",
|
"Could not revert: %s" => "ئەسلىگە قايتۇرالمايدۇ: %s",
|
||||||
"success" => "مۇۋەپپەقىيەتلىك",
|
|
||||||
"File %s was reverted to version %s" => "ھۆججەت %s نى %s نەشرىگە ئەسلىگە قايتۇردى",
|
|
||||||
"failure" => "مەغلۇپ بولدى",
|
|
||||||
"No old versions available" => "كونا نەشرى يوق",
|
|
||||||
"No path specified" => "يول بەلگىلەنمىگەن",
|
|
||||||
"Versions" => "نەشرى"
|
"Versions" => "نەشرى"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "Không thể khôi phục: %s",
|
"Could not revert: %s" => "Không thể khôi phục: %s",
|
||||||
"success" => "thành công",
|
|
||||||
"File %s was reverted to version %s" => "File %s đã được khôi phục về phiên bản %s",
|
|
||||||
"failure" => "Thất bại",
|
|
||||||
"File %s could not be reverted to version %s" => "File %s không thể khôi phục về phiên bản %s",
|
|
||||||
"No old versions available" => "Không có phiên bản cũ nào",
|
|
||||||
"No path specified" => "Không chỉ ra đường dẫn rõ ràng",
|
|
||||||
"Versions" => "Phiên bản",
|
"Versions" => "Phiên bản",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "Khôi phục một file về phiên bản trước đó bằng cách click vào nút Khôi phục tương ứng"
|
"Restore" => "Khôi phục"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "无法恢复:%s",
|
"Could not revert: %s" => "无法恢复:%s",
|
||||||
"success" => "成功",
|
"Versions" => "版本"
|
||||||
"File %s was reverted to version %s" => "文件 %s 已被恢复为 %s 的版本",
|
|
||||||
"failure" => "失败",
|
|
||||||
"File %s could not be reverted to version %s" => "文件 %s 无法恢复为 %s 的版本",
|
|
||||||
"No old versions available" => "没有可用的旧版本",
|
|
||||||
"No path specified" => "未指定路径",
|
|
||||||
"Versions" => "版本",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "请点击“恢复”按钮把文件恢复到早前的版本"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "无法恢复: %s",
|
"Could not revert: %s" => "无法恢复: %s",
|
||||||
"success" => "成功",
|
"Versions" => "版本"
|
||||||
"File %s was reverted to version %s" => "文件 %s 已被恢复到历史版本 %s",
|
|
||||||
"failure" => "失败",
|
|
||||||
"File %s could not be reverted to version %s" => "文件 %s 无法被恢复到历史版本 %s",
|
|
||||||
"No old versions available" => "该文件没有历史版本",
|
|
||||||
"No path specified" => "未指定路径",
|
|
||||||
"Versions" => "版本",
|
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "点击恢复按钮可将文件恢复到之前的版本"
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"success" => "成功",
|
|
||||||
"failure" => "失敗",
|
|
||||||
"No old versions available" => "沒有以往版本",
|
|
||||||
"Versions" => "版本"
|
"Versions" => "版本"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Could not revert: %s" => "無法還原:%s",
|
"Could not revert: %s" => "無法還原:%s",
|
||||||
"success" => "成功",
|
|
||||||
"File %s was reverted to version %s" => "檔案 %s 已被復原至版本 %s",
|
|
||||||
"failure" => "失敗",
|
|
||||||
"File %s could not be reverted to version %s" => "檔案 %s 無法復原至版本 %s",
|
|
||||||
"No old versions available" => "沒有舊的版本",
|
|
||||||
"No path specified" => "沒有指定路徑",
|
|
||||||
"Versions" => "版本",
|
"Versions" => "版本",
|
||||||
"Revert a file to a previous version by clicking on its revert button" => "按一下復原的按鈕即可把檔案復原至以前的版本"
|
"Restore" => "復原"
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"WebDAV Authentication" => "تأكد شخصية ال WebDAV",
|
"WebDAV Authentication" => "تأكد شخصية ال WebDAV"
|
||||||
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials."
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"WebDAV Authentication" => "WebDAV идентификация",
|
"WebDAV Authentication" => "WebDAV идентификация"
|
||||||
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud ще изпрати потребителските данни до този URL. "
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"WebDAV Authentication" => "Autenticació WebDAV",
|
"WebDAV Authentication" => "Autenticació WebDAV"
|
||||||
"URL: " => "URL:",
|
|
||||||
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud enviarà les credencials d'usuari a aquesta URL. Aquest endollable en comprova la resposta i interpretarà els codis d'estat 401 i 403 com a credencials no vàlides, i qualsevol altra resposta com a credencials vàlides."
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"WebDAV Authentication" => "Ověření WebDAV",
|
"WebDAV Authentication" => "Ověření WebDAV"
|
||||||
"URL: " => "URL: ",
|
|
||||||
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud odešle uživatelské údaje na zadanou URL. Plugin zkontroluje odpověď a považuje návratovou hodnotu HTTP 401 a 403 za neplatné údaje a všechny ostatní hodnoty jako platné přihlašovací údaje."
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"WebDAV Authentication" => "WebDAV-godkendelse",
|
"WebDAV Authentication" => "WebDAV-godkendelse"
|
||||||
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud vil sende brugerens oplysninger til denne URL. Plugin'et registrerer responsen og fortolker HTTP-statuskoder 401 og 403 som ugyldige oplysninger, men alle andre besvarelser som gyldige oplysninger."
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"WebDAV Authentication" => "WebDAV Authentifikation",
|
"WebDAV Authentication" => "WebDAV Authentifikation"
|
||||||
"URL: " => "URL:",
|
|
||||||
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud sendet die Benutzerdaten an diese URL. Dieses Plugin prüft die Antwort und wird die Statuscodes 401 und 403 als ungültige Daten und alle anderen Antworten als gültige Daten interpretieren."
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"WebDAV Authentication" => "WebDAV-Authentifizierung",
|
"WebDAV Authentication" => "WebDAV-Authentifizierung"
|
||||||
"URL: " => "URL:",
|
|
||||||
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud sendet die Benutzerdaten an diese URL. Dieses Plugin prüft die Antwort und wird die Statuscodes 401 und 403 als ungültige Daten und alle anderen Antworten als gültige Daten interpretieren."
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"WebDAV Authentication" => "Autenticación de WevDAV",
|
"WebDAV Authentication" => "Autenticación de WevDAV"
|
||||||
"URL: " => "URL:",
|
|
||||||
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "onwCloud enviará las credenciales de usuario a esta URL. Este complemento verifica la respuesta e interpretará los códigos de respuesta HTTP 401 y 403 como credenciales inválidas y todas las otras respuestas como credenciales válidas."
|
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"WebDAV Authentication" => "Autenticación de WevDAV",
|
"WebDAV Authentication" => "Autenticación de WevDAV"
|
||||||
"URL: " => "URL: ",
|
|
||||||
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "onwCloud enviará las credenciales de usuario a esta URL. Este complemento verifica la respuesta e interpretará los códigos de respuesta HTTP 401 y 403 como credenciales inválidas y todas las otras respuestas como credenciales válidas."
|
|
||||||
);
|
);
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue