From f81072ec20ac0fc0c3099b673c9ce08cd375b3c9 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sat, 3 Nov 2012 00:02:23 +0100 Subject: [PATCH 1/3] [tx-robot] updated from transifex --- l10n/ca.php | 4 ++++ l10n/si_LK.php | 4 ++++ l10n/sk_SK.php | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/l10n/ca.php b/l10n/ca.php index 80a846f9..a71f4fe2 100644 --- a/l10n/ca.php +++ b/l10n/ca.php @@ -1,9 +1,12 @@ "Importació d'un tipus de fitxer no implementat", "Bookmarks" => "Adreces d'interès", "Tags" => "Etiquetes", "Edit bookmark" => "Edita l'adreça d'interès", "Are you sure you want to remove this tag from every entry?" => "Segur que voleu eliminar aquesta etiqueta de cada entrada?", "Warning" => "Avís", +"Import completed successfully." => "La importació ha acabat amb èxit", +"Uploading..." => "Pujant...", "Bookm." => "Marcador", "Add a bookmark" => "Afegeix una adreça d'interès", "Close" => "Tanca", @@ -27,6 +30,7 @@ "You have no bookmarks" => "No teniu adreces d'interès", "Bookmarklet
" => "Bookmarklet
", "Import bookmarks" => "Importa les adreces d'interès", +"html bookmarks file" => "fitxer d'adreces d'interès html", "Import" => "Importa", "Export bookmarks" => "Exporta adreces d'interès", "Export" => "Exporta" diff --git a/l10n/si_LK.php b/l10n/si_LK.php index 4650f4ff..0cc4b8cc 100644 --- a/l10n/si_LK.php +++ b/l10n/si_LK.php @@ -1,9 +1,12 @@ "ආයාත කරන ගොනුව රුචි නොවේ", "Bookmarks" => "පිටු සළකුනු", "Tags" => "ටැග", "Edit bookmark" => "පිටු සළකුනු සකසන්න", "Are you sure you want to remove this tag from every entry?" => "මෙම ටැගය සියළු ඇතුලත් කිරීමකින් ඉවත් කරන බව ඔබට සහතිකද", "Warning" => "අනතුරු ඇඟවිම", +"Import completed successfully." => "ආයාත කිරීම සාර්ථකයි", +"Uploading..." => "උඩුගත කෙරේ...", "Bookm." => "පිටුසන", "Add a bookmark" => "පිටු සළකුනක් එක් කරන්න", "Close" => "වසන්න", @@ -27,6 +30,7 @@ "You have no bookmarks" => "පිටු සළකුනු නොමැත", "Bookmarklet
" => "පිටුසන
", "Import bookmarks" => "පිටුසනයන් ආයාත කරන්න", +"html bookmarks file" => "html පිටුසන සහිත ගොනුවක්", "Import" => "ආයාත කරන්න", "Export bookmarks" => "පිටුසනයන් නිර්යාත කරන්න", "Export" => "නිර්යාත කරන්න" diff --git a/l10n/sk_SK.php b/l10n/sk_SK.php index 12a32c9b..459fe504 100644 --- a/l10n/sk_SK.php +++ b/l10n/sk_SK.php @@ -1,9 +1,12 @@ "Nepodporovaný typ súboru pre import", "Bookmarks" => "Záložky", "Tags" => "Značky", "Edit bookmark" => "Upraviť záložku", "Are you sure you want to remove this tag from every entry?" => "Naozaj ste si istý, že chcete odstrániť túto značku z každého záznamu?", "Warning" => "Varovanie", +"Import completed successfully." => "Import prebehol úspešne.", +"Uploading..." => "Odosielanie...", "Bookm." => "Zál.", "Add a bookmark" => "Pridať záložku", "Close" => "Zavrieť", @@ -27,6 +30,7 @@ "You have no bookmarks" => "Nemáte záložky", "Bookmarklet
" => "Záložky
", "Import bookmarks" => "Importovať záložky", +"html bookmarks file" => "html súbor záložiek", "Import" => "Import", "Export bookmarks" => "Export záložiek", "Export" => "Export" From f50e01a96b8709443b4e91af99f057daa1bd269d Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Sat, 3 Nov 2012 21:46:42 +0000 Subject: [PATCH 2/3] Bookmark: simplify settings and implement hide&show button. ref #51 --- css/bookmarks.css | 48 ++++++++++++++++++++++++--------------- index.php | 1 + js/bookmarks.js | 10 ++++---- js/settings.js | 10 ++++---- settings.php | 12 ---------- templates/bookmarklet.php | 8 ------- templates/list.php | 21 +++++++++-------- templates/settings.php | 30 ++++++++++++------------ 8 files changed, 69 insertions(+), 71 deletions(-) delete mode 100644 settings.php delete mode 100644 templates/bookmarklet.php diff --git a/css/bookmarks.css b/css/bookmarks.css index 3062ad9c..b6b09327 100644 --- a/css/bookmarks.css +++ b/css/bookmarks.css @@ -5,9 +5,7 @@ #firstrun #selections { font-size:0.8em; font-weight: normal; width: 100%; margin: 2em auto auto auto; clear: both; } #leftcontent { -/* margin: 0; */ padding-top: 1em; -/* top: 3.5em !important; */ } #rightcontent { @@ -22,7 +20,6 @@ border: 1px solid lightgray; border-right:0; border-radius: 0.5em 0em 0em 0.5em; -/* margin-right: 10px; */ padding: 3px; } @@ -46,8 +43,6 @@ overflow: auto; position: fixed; top: 6.5em; -/* margin-left: 15px; */ - } #add_url { @@ -156,11 +151,9 @@ } .addBm textarea{ min-width:250px; -/* min-height: 70px; */ } .addBm .close_btn { -/* background-color: #EEEEEE; */ height: 18px; margin: -20px 0 0; padding: 1px; @@ -178,10 +171,6 @@ } -.ui-autocomplete { -/* background: none repeat scroll 0 0 #DEE7F8; */ -} - #leftcontent > ul > li, .leftcontent li { padding: 0.2em; padding-left:1em; @@ -199,8 +188,6 @@ border-radius: 6px 6px 6px 6px; color: #555555; font-weight: normal; - -/* padding: 0.2em 18px 0.2em 0.5em; */ float:left; padding: 0.3em; position: relative; @@ -236,7 +223,6 @@ li:hover em { display : none; } #tag_filter ul.tagit li.tagit-choice { background: none repeat scroll 0 0 #DEE7F8; padding: 0.2em 18px 0.2em 0.5em; -/* padding:0; */ } #tag_filter a { @@ -268,8 +254,6 @@ li:hover em { display : none; } float: left; height: 240px; margin: 1em; - -/* background: none repeat scroll 0 0 #EEEEEE; */ border-radius: 8px 8px 8px 8px; box-shadow: 0 0 5px rgba(34, 25, 25, 0.5); } @@ -349,6 +333,7 @@ li:hover em { display : none; } width: 20em; z-index: 2; } + #leftcontent #bookmark_settings li{ padding: 0; background-color:transparent; @@ -358,16 +343,43 @@ li:hover em { display : none; } } #bookmark_settings .controls { - height: 100%; + height: 2.8em; width: 100%; } #bookmark_settings .controls > li:last-child button { margin-right: 0.3em; } -#bookmark_settings button { +#bookmark_settings .controls button { height: 2.4em; margin: 0.15em 0 0 0.15em; padding: 0.2em 0.1em 0; width: 2.4em; +} + +#bookmark_settings.open { + height: 300px; +} +#bm_setting_panel { + background-color: white; + padding: 1em; + height: 100%; + display:none; +} +.open #bm_setting_panel { display:block; } + +#bm_setting_panel legend{ + margin-top: 0.5em; +} + +#bm_import { + opacity: 0; + position: absolute; +} +#import_bookmark .personalblock { + margin-top: 1em; +} +#leftcontent a.bookmarklet { + margin-top: 5px; + padding: 0 5px 2px; } \ No newline at end of file diff --git a/index.php b/index.php index 5da06b7d..66892f82 100644 --- a/index.php +++ b/index.php @@ -29,6 +29,7 @@ OCP\App::checkAppEnabled('bookmarks'); OCP\App::setActiveNavigationEntry( 'bookmarks_index' ); +OCP\Util::addscript('bookmarks', 'settings'); OCP\Util::addscript('bookmarks', 'bookmarks'); OCP\Util::addStyle('bookmarks', 'bookmarks'); OCP\Util::addscript('bookmarks', 'addBm'); diff --git a/js/bookmarks.js b/js/bookmarks.js index 0b5f4f08..c151bb95 100644 --- a/js/bookmarks.js +++ b/js/bookmarks.js @@ -9,13 +9,13 @@ $(document).ready(function() { $('.centercontent').click(clickSideBar); $('#view_type input').click(clickSwitchView); $('#bookmark_add_submit').click(addBookmark); + +// $('#bm_import_submit').click(attachSettingEvent); + $('#bm_import').change(attachSettingEvent); $('#settingsbtn').on('click keydown', function() { - try { - OC.appSettings({appid:'bookmarks', loadJS:true, cache:false}); - } catch(e) { - alert(e); - } + $('#bookmark_settings').toggleClass('open'); }); + $('#bm_export').click(exportBm); $(window).resize(function () { fillWindow($('.bookmarks_list')); diff --git a/js/settings.js b/js/settings.js index f005337d..1865983e 100644 --- a/js/settings.js +++ b/js/settings.js @@ -1,12 +1,12 @@ -$(document).ready(function() { - $('#bm_import_submit').click(attachSettingEvent); -}); - - function attachSettingEvent(event) { event.preventDefault(); fileUpload($(this).closest('form'), $('#upload')); } + +function exportBm(e) { + window.location = $(this).attr('href'); +} + function fileUpload(form, result_div) { var uploadEventHandler = function () { diff --git a/settings.php b/settings.php deleted file mode 100644 index dae1d581..00000000 --- a/settings.php +++ /dev/null @@ -1,12 +0,0 @@ - - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. - */ - -OCP\App::checkAppEnabled('bookmarks'); - -$tmpl = new OCP\Template('bookmarks', 'settings'); -$tmpl->printPage(); diff --git a/templates/bookmarklet.php b/templates/bookmarklet.php deleted file mode 100644 index b645388c..00000000 --- a/templates/bookmarklet.php +++ /dev/null @@ -1,8 +0,0 @@ -' . $l->t('Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:') . '
' - . '' - . $l->t('Read later') . ''; -} diff --git a/templates/list.php b/templates/list.php index 57cad422..b529d49c 100644 --- a/templates/list.php +++ b/templates/list.php @@ -33,14 +33,17 @@
-
    -
  • - -
  • -
+
    +
  • + +
  • +
+
+
+
@@ -48,9 +51,9 @@ diff --git a/templates/settings.php b/templates/settings.php index 33a96c1d..1af87301 100644 --- a/templates/settings.php +++ b/templates/settings.php @@ -8,11 +8,16 @@ ?>
- t('Bookmarklet
');?>
- + t('Bookmarklet');?> + + t('Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:');?> +
+ + t('Read later');?> +
" @@ -23,16 +28,13 @@

- t('Import bookmarks');?> -

- -

- -
+ t('Export & Import');?> + + + +
+ - t('Export bookmarks');?> -

t('Export'); ?>

From 3bf8aff4e30ef9bdcc8f7d1ef340d4006c425f19 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sun, 4 Nov 2012 00:03:02 +0100 Subject: [PATCH 3/3] [tx-robot] updated from transifex --- l10n/ar.php | 4 ++-- l10n/bg_BG.php | 9 ++++----- l10n/ca.php | 12 ++++-------- l10n/cs_CZ.php | 12 ++++-------- l10n/da.php | 11 ++++------- l10n/de.php | 14 +++++++------- l10n/de_DE.php | 12 ++++-------- l10n/el.php | 11 ++++------- l10n/eo.php | 11 ++++------- l10n/es.php | 13 ++++++------- l10n/es_AR.php | 12 ++++-------- l10n/et_EE.php | 11 ++++------- l10n/eu.php | 11 ++++------- l10n/fa.php | 8 ++++---- l10n/fi_FI.php | 11 ++++------- l10n/fr.php | 14 +++++++------- l10n/gl.php | 9 ++++----- l10n/he.php | 8 ++++---- l10n/hr.php | 4 ++-- l10n/hu_HU.php | 9 ++++----- l10n/ia.php | 4 ++-- l10n/id.php | 6 +++--- l10n/it.php | 12 ++++-------- l10n/ja_JP.php | 11 ++++------- l10n/ka_GE.php | 11 ++++------- l10n/ko.php | 4 ++-- l10n/ku_IQ.php | 9 ++++----- l10n/lb.php | 4 ++-- l10n/lt_LT.php | 4 ++-- l10n/mk.php | 4 ++-- l10n/ms_MY.php | 4 ++-- l10n/nb_NO.php | 11 ++++------- l10n/nl.php | 11 ++++------- l10n/nn_NO.php | 4 ++-- l10n/oc.php | 4 ++-- l10n/pl.php | 11 ++++------- l10n/pt_BR.php | 14 +++++++------- l10n/pt_PT.php | 11 ++++------- l10n/ro.php | 9 ++++----- l10n/ru.php | 11 ++++------- l10n/ru_RU.php | 12 ++++-------- l10n/si_LK.php | 12 ++++-------- l10n/sk_SK.php | 12 ++++-------- l10n/sl.php | 11 ++++------- l10n/sv.php | 14 +++++++------- l10n/ta_LK.php | 4 ++-- l10n/th_TH.php | 11 ++++------- l10n/tr.php | 6 +++--- l10n/uk.php | 6 +++--- l10n/vi.php | 9 ++++----- l10n/zh_CN.GB2312.php | 11 ++++------- l10n/zh_CN.php | 11 ++++------- l10n/zh_TW.php | 9 ++++----- 53 files changed, 201 insertions(+), 292 deletions(-) diff --git a/l10n/ar.php b/l10n/ar.php index 7116bfd7..63924005 100644 --- a/l10n/ar.php +++ b/l10n/ar.php @@ -7,6 +7,6 @@ "Address" => "عنوان", "List" => "قائمة", "Settings" => "تعديلات", -"Import" => "إدخال", -"Export" => "تصدير المعلومات" +"Export" => "تصدير المعلومات", +"Import" => "إدخال" ); diff --git a/l10n/bg_BG.php b/l10n/bg_BG.php index a525e952..b9f539b2 100644 --- a/l10n/bg_BG.php +++ b/l10n/bg_BG.php @@ -2,14 +2,13 @@ "Bookmarks" => "Отметки", "Tags" => "Етикети", "Save" => "Запис", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Завлачете това в лентата с отметки на браузъра си и го натискайте, когато искате да отметнете бързо някоя страница:", -"Read later" => "Отмятане", "Delete" => "Изтриване", "Cancel" => "Отказ", "Address" => "Адрес", "List" => "Списък", "You have no bookmarks" => "Нямате отметки", -"Bookmarklet
" => "Бутон за отметки
", -"Import" => "Внасяне", -"Export" => "Изнасяне" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Завлачете това в лентата с отметки на браузъра си и го натискайте, когато искате да отметнете бързо някоя страница:", +"Read later" => "Отмятане", +"Export" => "Изнасяне", +"Import" => "Внасяне" ); diff --git a/l10n/ca.php b/l10n/ca.php index a71f4fe2..cd8c48b6 100644 --- a/l10n/ca.php +++ b/l10n/ca.php @@ -14,8 +14,6 @@ "The address of the page" => "L'adreça de la pàgina", "Description of the page" => "Descripció de la pàgina", "Save" => "Desa", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arrossegueu-ho al navegador i feu-hi un clic quan volgueu marcar ràpidament una adreça d'interès:", -"Read later" => "Llegeix més tard", "Edit" => "Edita", "Delete" => "Esborra", "Cancel" => "Cancel·la", @@ -28,10 +26,8 @@ "Related Tags" => "Etiquetes relacionades", "Settings" => "Configuració", "You have no bookmarks" => "No teniu adreces d'interès", -"Bookmarklet
" => "Bookmarklet
", -"Import bookmarks" => "Importa les adreces d'interès", -"html bookmarks file" => "fitxer d'adreces d'interès html", -"Import" => "Importa", -"Export bookmarks" => "Exporta adreces d'interès", -"Export" => "Exporta" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arrossegueu-ho al navegador i feu-hi un clic quan volgueu marcar ràpidament una adreça d'interès:", +"Read later" => "Llegeix més tard", +"Export" => "Exporta", +"Import" => "Importa" ); diff --git a/l10n/cs_CZ.php b/l10n/cs_CZ.php index b18bdd2c..929a436e 100644 --- a/l10n/cs_CZ.php +++ b/l10n/cs_CZ.php @@ -14,8 +14,6 @@ "The address of the page" => "Adresa stránky", "Description of the page" => "Popis stránky", "Save" => "Uložit", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Přetáhněte do Vašeho prohlížeče a klikněte, pokud si přejete rychle uložit stránku do záložek:", -"Read later" => "Přečíst později", "Edit" => "Upravit", "Delete" => "Smazat", "Cancel" => "Zrušit", @@ -28,10 +26,8 @@ "Related Tags" => "Podobné značky", "Settings" => "Nastavení", "You have no bookmarks" => "Nemáte žádné záložky", -"Bookmarklet
" => "Záložky
", -"Import bookmarks" => "Importovat záložky", -"html bookmarks file" => "soubor záložek html", -"Import" => "Importovat", -"Export bookmarks" => "Exportovat záložky", -"Export" => "Exportovat" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Přetáhněte do Vašeho prohlížeče a klikněte, pokud si přejete rychle uložit stránku do záložek:", +"Read later" => "Přečíst později", +"Export" => "Exportovat", +"Import" => "Importovat" ); diff --git a/l10n/da.php b/l10n/da.php index 49c6b623..d3dee958 100644 --- a/l10n/da.php +++ b/l10n/da.php @@ -11,8 +11,6 @@ "The address of the page" => "Sidens adresse", "Description of the page" => "Sidens beskrivelse", "Save" => "Gem", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Træk denne til dine browserbogmærker pg klik på den, når du ønsker at lynoprette et bogmærke til hjemmesiden:", -"Read later" => "Læs senere", "Edit" => "Rediger", "Delete" => "Slet", "Cancel" => "Annuller", @@ -25,9 +23,8 @@ "Related Tags" => "Relaterede Tags", "Settings" => "Indstillinger", "You have no bookmarks" => "Du har ingen bogmærker", -"Bookmarklet
" => "Bookmarklet
", -"Import bookmarks" => "Importer bogmærker", -"Import" => "Importer", -"Export bookmarks" => "Exporter bogmærker", -"Export" => "Exporter" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Træk denne til dine browserbogmærker pg klik på den, når du ønsker at lynoprette et bogmærke til hjemmesiden:", +"Read later" => "Læs senere", +"Export" => "Exporter", +"Import" => "Importer" ); diff --git a/l10n/de.php b/l10n/de.php index b198da80..6ad3f1b4 100644 --- a/l10n/de.php +++ b/l10n/de.php @@ -1,9 +1,12 @@ "Dateityp wird für den Import nicht unterstützt", "Bookmarks" => "Lesezeichen", "Tags" => "Tags", "Edit bookmark" => "Lesezeichen bearbeiten", "Are you sure you want to remove this tag from every entry?" => "Soll dieses Schlagwort wirklich von allen Einträgen entfernt werden?", "Warning" => "Warnung", +"Import completed successfully." => "Der Import wurde erfolgreich abgeschlossen.", +"Uploading..." => "Lade hoch ...", "Bookm." => "Lesez.", "Add a bookmark" => "Ein Lesezeichen hinzufügen", "Close" => "Schließen", @@ -11,8 +14,6 @@ "The address of the page" => "Die Adresse der Seite", "Description of the page" => "Die Beschreibung der Seite", "Save" => "Speichern", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Ziehe dies zu Deinen Browser-Lesezeichen und klicke darauf, wenn Du eine Website schnell den Lesezeichen hinzufügen willst.", -"Read later" => "Später lesen", "Edit" => "Bearbeiten", "Delete" => "Löschen", "Cancel" => "Abbrechen", @@ -25,9 +26,8 @@ "Related Tags" => "Verwandte Schlagworte", "Settings" => "Einstellungen", "You have no bookmarks" => "Du hast keine Lesezeichen", -"Bookmarklet
" => "Bookmarklet
", -"Import bookmarks" => "Lesezeichen importieren", -"Import" => "Importieren", -"Export bookmarks" => "Lesezeichen exportieren", -"Export" => "Exportieren" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Ziehe dies zu Deinen Browser-Lesezeichen und klicke darauf, wenn Du eine Website schnell den Lesezeichen hinzufügen willst.", +"Read later" => "Später lesen", +"Export" => "Exportieren", +"Import" => "Importieren" ); diff --git a/l10n/de_DE.php b/l10n/de_DE.php index 6fbcc8ec..e928e889 100644 --- a/l10n/de_DE.php +++ b/l10n/de_DE.php @@ -14,8 +14,6 @@ "The address of the page" => "Die Adresse der Seite", "Description of the page" => "Die Beschreibung der Seite", "Save" => "Speichern", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Ziehen Sie dies zu Ihren Browser-Lesezeichen und klicken Sie darauf, wenn Sie eine Website schnell den Lesezeichen hinzufügen wollen.", -"Read later" => "Später lesen", "Edit" => "Bearbeiten", "Delete" => "Löschen", "Cancel" => "Abbrechen", @@ -28,10 +26,8 @@ "Related Tags" => "Verwandte Schlagworte", "Settings" => "Einstellungen", "You have no bookmarks" => "Sie haben keine Lesezeichen", -"Bookmarklet
" => "Bookmarklet
", -"Import bookmarks" => "Lesezeichen importieren", -"html bookmarks file" => "HTML-Lesezeichen-Datei", -"Import" => "Importieren", -"Export bookmarks" => "Lesezeichen exportieren", -"Export" => "Exportieren" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Ziehen Sie dies zu Ihren Browser-Lesezeichen und klicken Sie darauf, wenn Sie eine Website schnell den Lesezeichen hinzufügen wollen.", +"Read later" => "Später lesen", +"Export" => "Exportieren", +"Import" => "Importieren" ); diff --git a/l10n/el.php b/l10n/el.php index d71593e9..53fc5e0b 100644 --- a/l10n/el.php +++ b/l10n/el.php @@ -11,8 +11,6 @@ "The address of the page" => "Διεύθυνση της σελίδας", "Description of the page" => "Περιγραφή της σελίδας", "Save" => "Αποθήκευση", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Σύρετε αυτό στους σελιδοδείκτες του περιηγητή σας και κάντε κλικ επάνω του, όταν θέλετε να προσθέσετε σύντομα μια ιστοσελίδα ως σελιδοδείκτη:", -"Read later" => "Ανάγνωση αργότερα", "Edit" => "Επεξεργασία", "Delete" => "Διαγραφή", "Cancel" => "Ακύρωση", @@ -25,9 +23,8 @@ "Related Tags" => "Σχετικές ετικέτες", "Settings" => "Ρυθμίσεις", "You have no bookmarks" => "Δεν έχετε σελιδοδείκτες", -"Bookmarklet
" => "Εφαρμογίδιο Σελιδοδεικτών
", -"Import bookmarks" => "Εισαγωγή σελιδοδεικτών", -"Import" => "Εισαγωγή", -"Export bookmarks" => "Εξαγωγή σελιδοδεικτών", -"Export" => "Εξαγωγή" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Σύρετε αυτό στους σελιδοδείκτες του περιηγητή σας και κάντε κλικ επάνω του, όταν θέλετε να προσθέσετε σύντομα μια ιστοσελίδα ως σελιδοδείκτη:", +"Read later" => "Ανάγνωση αργότερα", +"Export" => "Εξαγωγή", +"Import" => "Εισαγωγή" ); diff --git a/l10n/eo.php b/l10n/eo.php index 65018282..c8b34fbf 100644 --- a/l10n/eo.php +++ b/l10n/eo.php @@ -11,8 +11,6 @@ "The address of the page" => "Adreso de la paĝo", "Description of the page" => "Priskribo de la paĝo", "Save" => "Konservi", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Ŝovu tion ĉi al la legosignoj de via TTT-legilo kaj klaku ĝin, se vi volas rapide legosignigi TTT-paĝon:", -"Read later" => "Legi poste", "Edit" => "Redakti", "Delete" => "Forigi", "Cancel" => "Nuligi", @@ -25,9 +23,8 @@ "Related Tags" => "Rilataj etikedoj", "Settings" => "Agordo", "You have no bookmarks" => "Vi havas neniun legosignon", -"Bookmarklet
" => "Kodosigno
", -"Import bookmarks" => "Enporti legosignojn", -"Import" => "Enporti", -"Export bookmarks" => "Elporti legosignojn", -"Export" => "Elporti" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Ŝovu tion ĉi al la legosignoj de via TTT-legilo kaj klaku ĝin, se vi volas rapide legosignigi TTT-paĝon:", +"Read later" => "Legi poste", +"Export" => "Elporti", +"Import" => "Enporti" ); diff --git a/l10n/es.php b/l10n/es.php index 69dc0db8..74f81117 100644 --- a/l10n/es.php +++ b/l10n/es.php @@ -1,10 +1,12 @@ "Tipo de archivo no compatible para importar", "Bookmarks" => "Marcadores", "Tags" => "Etiquetas", "Edit bookmark" => "Editar marcador", "Are you sure you want to remove this tag from every entry?" => "Esta seguro que desea remover este tag de todas las entradas?", "Warning" => "Preacucion", "Import completed successfully." => "Importación completada con éxito", +"Uploading..." => "Subiendo...", "Bookm." => "Marc.", "Add a bookmark" => "Agregar a marcadores", "Close" => "cerrrar", @@ -12,8 +14,6 @@ "The address of the page" => "Direccion de la pagina", "Description of the page" => "Descripcion de la pagina", "Save" => "Guardar", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arrastra desde aquí a los marcadores de tu navegador, y haz clic cuando quieras marcar una página web rápidamente:", -"Read later" => "Leer después", "Edit" => "Editar", "Delete" => "Eliminar", "Cancel" => "Cancelar", @@ -26,9 +26,8 @@ "Related Tags" => "Tags relacionados", "Settings" => "Ajustes", "You have no bookmarks" => "No tienes marcadores", -"Bookmarklet
" => "Bookmarklet
", -"Import bookmarks" => "Importar marcadores", -"Import" => "Importart", -"Export bookmarks" => "Exportar marcadores", -"Export" => "Exportar" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arrastra desde aquí a los marcadores de tu navegador, y haz clic cuando quieras marcar una página web rápidamente:", +"Read later" => "Leer después", +"Export" => "Exportar", +"Import" => "Importart" ); diff --git a/l10n/es_AR.php b/l10n/es_AR.php index 91958fb5..c72d6311 100644 --- a/l10n/es_AR.php +++ b/l10n/es_AR.php @@ -14,8 +14,6 @@ "The address of the page" => "La dirección de la página", "Description of the page" => "Descripción de la página", "Save" => "Guardar", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arrastrá desde aquí a los marcadores de tu navegador, y hacé click cuando quieras marcar una página web:", -"Read later" => "Leer después", "Edit" => "Editar", "Delete" => "Borrar", "Cancel" => "Cancelar", @@ -28,10 +26,8 @@ "Related Tags" => "Etiquetas relacionadas", "Settings" => "Configuración", "You have no bookmarks" => "No tenés marcadores", -"Bookmarklet
" => "Bookmarklet
", -"Import bookmarks" => "Importar marcadores", -"html bookmarks file" => "Archivo de marcadores HTML", -"Import" => "Importar", -"Export bookmarks" => "Exportar marcadores", -"Export" => "Exportar" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arrastrá desde aquí a los marcadores de tu navegador, y hacé click cuando quieras marcar una página web:", +"Read later" => "Leer después", +"Export" => "Exportar", +"Import" => "Importar" ); diff --git a/l10n/et_EE.php b/l10n/et_EE.php index 26e0c460..300b6b76 100644 --- a/l10n/et_EE.php +++ b/l10n/et_EE.php @@ -11,8 +11,6 @@ "The address of the page" => "Lehe aadress", "Description of the page" => "Lehe kirjeldus", "Save" => "Salvesta", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Lohista see oma veebilehitseja järjehoidjatesse ja kliki sellele, kui sa soovid veebilehte kiirelt lisada:", -"Read later" => "Loe hiljem", "Edit" => "Muuda", "Delete" => "Kustuta", "Cancel" => "Loobu", @@ -25,9 +23,8 @@ "Related Tags" => "Seotud sildid", "Settings" => "Seaded", "You have no bookmarks" => "Sul pole järjehoidjaid", -"Bookmarklet
" => "Järjehoidja vidin
", -"Import bookmarks" => "Impordi järjehoidjaid", -"Import" => "Impordi", -"Export bookmarks" => "Ekspordi järjehoidjaid", -"Export" => "Ekspordi" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Lohista see oma veebilehitseja järjehoidjatesse ja kliki sellele, kui sa soovid veebilehte kiirelt lisada:", +"Read later" => "Loe hiljem", +"Export" => "Ekspordi", +"Import" => "Impordi" ); diff --git a/l10n/eu.php b/l10n/eu.php index a6fd4bcb..e9cb0cef 100644 --- a/l10n/eu.php +++ b/l10n/eu.php @@ -11,8 +11,6 @@ "The address of the page" => "Orriaren helbidea", "Description of the page" => "Orriaren deskribapena", "Save" => "Gorde", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Web orri bat laster-marketara azkar gehitzeko, arrastratu hau zure arakatzailearen laster-marketara eta klikatu bertan:", -"Read later" => "Irakurri geroago", "Edit" => "Editatu", "Delete" => "Ezabatu", "Cancel" => "Ezeztatu", @@ -25,9 +23,8 @@ "Related Tags" => "Erlazionatutako etiketak", "Settings" => "Ezarpenak", "You have no bookmarks" => "Ez duzu laster-markarik", -"Bookmarklet
" => "Bookmarklet
", -"Import bookmarks" => "Inportatu laster-markak", -"Import" => "Inportatu", -"Export bookmarks" => "Exportatu laster-markak", -"Export" => "Exportatu" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Web orri bat laster-marketara azkar gehitzeko, arrastratu hau zure arakatzailearen laster-marketara eta klikatu bertan:", +"Read later" => "Irakurri geroago", +"Export" => "Exportatu", +"Import" => "Inportatu" ); diff --git a/l10n/fa.php b/l10n/fa.php index c74ccc92..5612a67c 100644 --- a/l10n/fa.php +++ b/l10n/fa.php @@ -4,8 +4,6 @@ "Warning" => "اخطار", "Close" => "بستن", "Save" => "ذخیره", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "هنگامی که می‌خواهید کی صفحه‌ی اینترنتی را بسرعت نشان کنید، این را به نشانه‌های مرورگر خود بکشید و روی آن کلیک کنید.", -"Read later" => "بعد خوانده‌شود", "Edit" => "ویرایش", "Delete" => "حذف", "Cancel" => "منصرف شدن", @@ -13,6 +11,8 @@ "List" => "فهرست", "Settings" => "تنظیمات", "You have no bookmarks" => "شما هیچ نشانکی ندارید", -"Import" => "وارد کردن", -"Export" => "خروجی گرفتن" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "هنگامی که می‌خواهید کی صفحه‌ی اینترنتی را بسرعت نشان کنید، این را به نشانه‌های مرورگر خود بکشید و روی آن کلیک کنید.", +"Read later" => "بعد خوانده‌شود", +"Export" => "خروجی گرفتن", +"Import" => "وارد کردن" ); diff --git a/l10n/fi_FI.php b/l10n/fi_FI.php index 5eeff4c7..0dd40424 100644 --- a/l10n/fi_FI.php +++ b/l10n/fi_FI.php @@ -11,8 +11,6 @@ "The address of the page" => "Sivun osoite", "Description of the page" => "Sivun kuvaus", "Save" => "Tallenna", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Vedä tämä selaimesi kirjanmerkkipalkkiin ja napsauta sitä, kun haluat lisätä kirjanmerkin nopeasti:", -"Read later" => "Lue myöhemmin", "Edit" => "Muokkaa", "Delete" => "Poista", "Cancel" => "Peru", @@ -25,9 +23,8 @@ "Related Tags" => "Vastaavanlaiset tunnisteet", "Settings" => "Asetukset", "You have no bookmarks" => "Sinulla ei ole kirjanmerkkejä", -"Bookmarklet
" => "Kirjanmerkitsin
", -"Import bookmarks" => "Tuo kirjanmerkkejä", -"Import" => "Tuo", -"Export bookmarks" => "Vie kirjanmerkkejä", -"Export" => "Vie" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Vedä tämä selaimesi kirjanmerkkipalkkiin ja napsauta sitä, kun haluat lisätä kirjanmerkin nopeasti:", +"Read later" => "Lue myöhemmin", +"Export" => "Vie", +"Import" => "Tuo" ); diff --git a/l10n/fr.php b/l10n/fr.php index 677cbfa6..a7d01929 100644 --- a/l10n/fr.php +++ b/l10n/fr.php @@ -1,9 +1,12 @@ "Type de fichier non supporté pour l'importation", "Bookmarks" => "Favoris", "Tags" => "Étiquettes", "Edit bookmark" => "Modifier le favori", "Are you sure you want to remove this tag from every entry?" => "Êtes-vous certain de vouloir retirer cette étiquette de chaque entrée ?", "Warning" => "Attention", +"Import completed successfully." => "L'importation s'est achevée avec succès", +"Uploading..." => "Téléversement en cours…", "Bookm." => "Fav.", "Add a bookmark" => "Ajouter un favori", "Close" => "Fermer", @@ -11,8 +14,6 @@ "The address of the page" => "L'adresse de la page", "Description of the page" => "Description de la page", "Save" => "Sauvegarder", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Glissez ceci dans les favoris de votre navigateur, et cliquer dessus lorsque vous souhaitez ajouter la page en cours à vos marques-pages :", -"Read later" => "Lire plus tard", "Edit" => "Modifier", "Delete" => "Supprimer", "Cancel" => "Annuler", @@ -25,9 +26,8 @@ "Related Tags" => "Étiquettes similaires", "Settings" => "Paramètres", "You have no bookmarks" => "Vous n'avez aucun favori", -"Bookmarklet
" => "Gestionnaire de favoris
", -"Import bookmarks" => "Importer des favoris", -"Import" => "Importer", -"Export bookmarks" => "Exporter les favoris", -"Export" => "Exporter" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Glissez ceci dans les favoris de votre navigateur, et cliquer dessus lorsque vous souhaitez ajouter la page en cours à vos marques-pages :", +"Read later" => "Lire plus tard", +"Export" => "Exporter", +"Import" => "Importer" ); diff --git a/l10n/gl.php b/l10n/gl.php index 4455c633..086ff16b 100644 --- a/l10n/gl.php +++ b/l10n/gl.php @@ -5,8 +5,6 @@ "Bookm." => "Marcad.", "Close" => "Pechar", "Save" => "Gardar", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arrastre esto aos marcadores do seu navegador e pulse nel cando queira marcar unha páxina con rapidez:", -"Read later" => "Ler máis tarde", "Edit" => "Editar", "Delete" => "Eliminar", "Cancel" => "Cancelar", @@ -14,7 +12,8 @@ "List" => "Lista", "Settings" => "Preferencias", "You have no bookmarks" => "Non ten marcadores", -"Bookmarklet
" => "Bookmarklet
", -"Import" => "Importar", -"Export" => "Exportar" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arrastre esto aos marcadores do seu navegador e pulse nel cando queira marcar unha páxina con rapidez:", +"Read later" => "Ler máis tarde", +"Export" => "Exportar", +"Import" => "Importar" ); diff --git a/l10n/he.php b/l10n/he.php index 22dbc62e..51563b56 100644 --- a/l10n/he.php +++ b/l10n/he.php @@ -3,8 +3,6 @@ "Tags" => "תגיות", "Close" => "סגירה", "Save" => "שמירה", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ניתן לגרור את הקישור הזה אל סרגל הסימניות בדפדפן שלך וללחוץ עליו כאשר מעוניינים ליצור סימניה לאתר במהירות.", -"Read later" => "קריאה מאוחרת", "Edit" => "עריכה", "Delete" => "מחיקה", "Cancel" => "ביטול", @@ -12,6 +10,8 @@ "List" => "רשימה", "Settings" => "הגדרות", "You have no bookmarks" => "אין ברשותך סימניות", -"Import" => "יבא", -"Export" => "יצוא" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ניתן לגרור את הקישור הזה אל סרגל הסימניות בדפדפן שלך וללחוץ עליו כאשר מעוניינים ליצור סימניה לאתר במהירות.", +"Read later" => "קריאה מאוחרת", +"Export" => "יצוא", +"Import" => "יבא" ); diff --git a/l10n/hr.php b/l10n/hr.php index 2b8a080d..6a0dc840 100644 --- a/l10n/hr.php +++ b/l10n/hr.php @@ -8,6 +8,6 @@ "Address" => "Adresa", "List" => "Lista", "Settings" => "Postavke", -"Import" => "Uvezi", -"Export" => "Izvoz" +"Export" => "Izvoz", +"Import" => "Uvezi" ); diff --git a/l10n/hu_HU.php b/l10n/hu_HU.php index d75a4f2d..9ac74119 100644 --- a/l10n/hu_HU.php +++ b/l10n/hu_HU.php @@ -4,8 +4,6 @@ "Warning" => "Figyelmeztetés", "Close" => "Bezár", "Save" => "Mentés", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Húzd át ezt a böngésződben a Könyvjelzők sávba! Klikkelj rá bármikor, amikor szeretnéd az aktuális weboldal címét ide elmenteni!", -"Read later" => "Később olvasom", "Edit" => "Szerkesztés", "Delete" => "Törlés", "Cancel" => "Mégsem", @@ -13,7 +11,8 @@ "List" => "Lista", "Settings" => "Beállítások", "You have no bookmarks" => "Nincsenek könyvjelzőid", -"Bookmarklet
" => "Könyvjelzőalkalmazás
", -"Import" => "Import", -"Export" => "Exportálás" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Húzd át ezt a böngésződben a Könyvjelzők sávba! Klikkelj rá bármikor, amikor szeretnéd az aktuális weboldal címét ide elmenteni!", +"Read later" => "Később olvasom", +"Export" => "Exportálás", +"Import" => "Import" ); diff --git a/l10n/ia.php b/l10n/ia.php index fa8e5303..8c897136 100644 --- a/l10n/ia.php +++ b/l10n/ia.php @@ -7,6 +7,6 @@ "Address" => "Adresse", "List" => "Lista", "Settings" => "Configurationes", -"Import" => "Importar", -"Export" => "Exportar" +"Export" => "Exportar", +"Import" => "Importar" ); diff --git a/l10n/id.php b/l10n/id.php index eeb64a69..ab38b1dc 100644 --- a/l10n/id.php +++ b/l10n/id.php @@ -4,7 +4,6 @@ "Close" => "tutup", "The title of the page" => "judul laman", "Save" => "simpan", -"Read later" => "baca nanti", "Edit" => "ubah", "Delete" => "hapus", "Cancel" => "batal", @@ -15,6 +14,7 @@ "Show" => "tampilkan", "Related Tags" => "label terkait", "Settings" => "pengaturan", -"Import" => "mengimpor", -"Export" => "mengekspor" +"Read later" => "baca nanti", +"Export" => "mengekspor", +"Import" => "mengimpor" ); diff --git a/l10n/it.php b/l10n/it.php index bf8cfd5b..391458a1 100644 --- a/l10n/it.php +++ b/l10n/it.php @@ -14,8 +14,6 @@ "The address of the page" => "L'indirizzo della pagina", "Description of the page" => "Descrizione della pagina", "Save" => "Salva", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Quando vuoi creare rapidamente un segnalibro, trascinalo sui segnalibri del browser e fai clic su di esso:", -"Read later" => "Leggi dopo", "Edit" => "Modifica", "Delete" => "Elimina", "Cancel" => "Annulla", @@ -28,10 +26,8 @@ "Related Tags" => "Tag correlati", "Settings" => "Impostazioni", "You have no bookmarks" => "Non hai segnalibri", -"Bookmarklet
" => "Bookmarklet
", -"Import bookmarks" => "Importa segnalibri", -"html bookmarks file" => "File di segnalibri html", -"Import" => "Importa", -"Export bookmarks" => "Esporta segnalibri", -"Export" => "Esporta" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Quando vuoi creare rapidamente un segnalibro, trascinalo sui segnalibri del browser e fai clic su di esso:", +"Read later" => "Leggi dopo", +"Export" => "Esporta", +"Import" => "Importa" ); diff --git a/l10n/ja_JP.php b/l10n/ja_JP.php index 1457b528..dbeb1efc 100644 --- a/l10n/ja_JP.php +++ b/l10n/ja_JP.php @@ -11,8 +11,6 @@ "The address of the page" => "ページのアドレス", "Description of the page" => "ページの説明", "Save" => "保存", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Webページをすぐにブックマークしたい場合は、これをブラウザのブックマークにドラッグし、クリックしてください:", -"Read later" => "後で確認", "Edit" => "編集", "Delete" => "削除", "Cancel" => "キャンセル", @@ -25,9 +23,8 @@ "Related Tags" => "関連タグ", "Settings" => "設定", "You have no bookmarks" => "ブックマークがありません", -"Bookmarklet
" => "ブックマークレット
", -"Import bookmarks" => "ブックマークをインポート", -"Import" => "インポート", -"Export bookmarks" => "ブックマークをエクスポート", -"Export" => "エクスポート" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Webページをすぐにブックマークしたい場合は、これをブラウザのブックマークにドラッグし、クリックしてください:", +"Read later" => "後で確認", +"Export" => "エクスポート", +"Import" => "インポート" ); diff --git a/l10n/ka_GE.php b/l10n/ka_GE.php index 2cddd80d..aebf63f4 100644 --- a/l10n/ka_GE.php +++ b/l10n/ka_GE.php @@ -11,8 +11,6 @@ "The address of the page" => "გვერდის მისამართი", "Description of the page" => "გვერდის დახასიათება", "Save" => "შენახვა", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "გადაათრიეთ ეს თქვენს ბუქმარკებში თუ გინდათ რომ საითი სწრაფად დაბუქმარკდეს", -"Read later" => "წაიკითხე მოგვიანებით", "Edit" => "რედაქტირება", "Delete" => "წაშლა", "Cancel" => "უარყოფა", @@ -25,9 +23,8 @@ "Related Tags" => "Related Tags", "Settings" => "პარამეტრები", "You have no bookmarks" => "თქვენ არ გაქვთ ბუქმარკები", -"Bookmarklet
" => "Bookmarklet
", -"Import bookmarks" => "ბუქმარქების იმპორტი", -"Import" => "იმპორტი", -"Export bookmarks" => "ბუქმარქების ექსპორტი", -"Export" => "ექსპორტი" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "გადაათრიეთ ეს თქვენს ბუქმარკებში თუ გინდათ რომ საითი სწრაფად დაბუქმარკდეს", +"Read later" => "წაიკითხე მოგვიანებით", +"Export" => "ექსპორტი", +"Import" => "იმპორტი" ); diff --git a/l10n/ko.php b/l10n/ko.php index 4d4eace5..6c9b1ad4 100644 --- a/l10n/ko.php +++ b/l10n/ko.php @@ -8,6 +8,6 @@ "Address" => "주소", "List" => "목록", "Settings" => "설정", -"Import" => "가져오기", -"Export" => "내보내기" +"Export" => "내보내기", +"Import" => "가져오기" ); diff --git a/l10n/ku_IQ.php b/l10n/ku_IQ.php index fd7aaaf4..08d84db0 100644 --- a/l10n/ku_IQ.php +++ b/l10n/ku_IQ.php @@ -5,12 +5,11 @@ "Bookm." => "نیشانکردن", "Close" => "داخستن", "Save" => "پاشکه‌وتکردن", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "رابکێشه‌ ئه‌مه بۆ دڵخوازه‌کان له‌ وێبگه‌ڕه‌که‌ت وه‌ کرته‌ بکه‌ لێی، کاتێك ده‌ته‌وێت ماڵپه‌ڕێك دڵخواز بکه‌ی به‌خێرای:", -"Read later" => "دووای بیخوێنه‌وه", "Address" => "ناونیشان", "Settings" => "ده‌ستكاری", "You have no bookmarks" => "تۆ دڵخوازت نیه", -"Bookmarklet
" => "دڵخوازکرا
", -"Import" => "هێنان", -"Export" => "هه‌ناردن" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "رابکێشه‌ ئه‌مه بۆ دڵخوازه‌کان له‌ وێبگه‌ڕه‌که‌ت وه‌ کرته‌ بکه‌ لێی، کاتێك ده‌ته‌وێت ماڵپه‌ڕێك دڵخواز بکه‌ی به‌خێرای:", +"Read later" => "دووای بیخوێنه‌وه", +"Export" => "هه‌ناردن", +"Import" => "هێنان" ); diff --git a/l10n/lb.php b/l10n/lb.php index 49665741..924a4fac 100644 --- a/l10n/lb.php +++ b/l10n/lb.php @@ -8,6 +8,6 @@ "Address" => "Adress", "List" => "Lescht", "Settings" => "Astellungen", -"Import" => "Import", -"Export" => "Export" +"Export" => "Export", +"Import" => "Import" ); diff --git a/l10n/lt_LT.php b/l10n/lt_LT.php index 70f20b06..38233af6 100644 --- a/l10n/lt_LT.php +++ b/l10n/lt_LT.php @@ -9,6 +9,6 @@ "Address" => "Adresas", "List" => "Sąrašas", "Settings" => "Nustatymai", -"Import" => "Importuoti", -"Export" => "Eksportuoti" +"Export" => "Eksportuoti", +"Import" => "Importuoti" ); diff --git a/l10n/mk.php b/l10n/mk.php index cda4712d..b7f96ee0 100644 --- a/l10n/mk.php +++ b/l10n/mk.php @@ -8,6 +8,6 @@ "Address" => "Адреса", "List" => "Листа", "Settings" => "Параметри", -"Import" => "Внеси", -"Export" => "Извези" +"Export" => "Извези", +"Import" => "Внеси" ); diff --git a/l10n/ms_MY.php b/l10n/ms_MY.php index 2b3d5df1..882fca1d 100644 --- a/l10n/ms_MY.php +++ b/l10n/ms_MY.php @@ -9,6 +9,6 @@ "Address" => "Alamat", "List" => "Senarai", "Settings" => "Tetapan", -"Import" => "Import", -"Export" => "Export" +"Export" => "Export", +"Import" => "Import" ); diff --git a/l10n/nb_NO.php b/l10n/nb_NO.php index 58c49318..46e2579c 100644 --- a/l10n/nb_NO.php +++ b/l10n/nb_NO.php @@ -11,8 +11,6 @@ "The address of the page" => "Adressen til siden", "Description of the page" => "Beskrivelse av siden", "Save" => "Lagre", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Dra denne over din nettlesers bokmerker og klikk den, hvis du ønsker å hurtig legge til bokmerke for en nettside", -"Read later" => "Les senere", "Edit" => "Endre", "Delete" => "Slett", "Cancel" => "Avbryt", @@ -25,9 +23,8 @@ "Related Tags" => "Relaterte tagger", "Settings" => "Innstillinger", "You have no bookmarks" => "Du har ingen bokmerker", -"Bookmarklet
" => "Bokmerke
", -"Import bookmarks" => "Importer bokmerker", -"Import" => "Importer", -"Export bookmarks" => "Eksporter bokmerker", -"Export" => "Eksporter" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Dra denne over din nettlesers bokmerker og klikk den, hvis du ønsker å hurtig legge til bokmerke for en nettside", +"Read later" => "Les senere", +"Export" => "Eksporter", +"Import" => "Importer" ); diff --git a/l10n/nl.php b/l10n/nl.php index bdccf66a..c900f5c0 100644 --- a/l10n/nl.php +++ b/l10n/nl.php @@ -11,8 +11,6 @@ "The address of the page" => "Het pagina adres", "Description of the page" => "Pagina beschrijving", "Save" => "Bewaar", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Sleep dit naar uw browser bladwijzer menu en klik erop, wanneer u een webpagina snel wilt voorzien van een bladwijzer:", -"Read later" => "Lees later", "Edit" => "Bewerk", "Delete" => "Verwijder", "Cancel" => "Annuleer", @@ -25,9 +23,8 @@ "Related Tags" => "Aanverwante tags", "Settings" => "Instellingen", "You have no bookmarks" => "U heeft geen bladwijzers", -"Bookmarklet
" => "Bookmarklet
", -"Import bookmarks" => "Importeer bladwijzers", -"Import" => "Importeer", -"Export bookmarks" => "Exporteer bladwijzers", -"Export" => "Exporteer" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Sleep dit naar uw browser bladwijzer menu en klik erop, wanneer u een webpagina snel wilt voorzien van een bladwijzer:", +"Read later" => "Lees later", +"Export" => "Exporteer", +"Import" => "Importeer" ); diff --git a/l10n/nn_NO.php b/l10n/nn_NO.php index 02acba26..20249389 100644 --- a/l10n/nn_NO.php +++ b/l10n/nn_NO.php @@ -7,6 +7,6 @@ "Address" => "Adresse", "List" => "Liste", "Settings" => "Innstillingar", -"Import" => "Importer", -"Export" => "Eksporter" +"Export" => "Eksporter", +"Import" => "Importer" ); diff --git a/l10n/oc.php b/l10n/oc.php index 331abd2b..35d89725 100644 --- a/l10n/oc.php +++ b/l10n/oc.php @@ -6,6 +6,6 @@ "Cancel" => "Annula", "List" => "Tièra", "Settings" => "Configuracion", -"Import" => "Importa", -"Export" => "Exporta" +"Export" => "Exporta", +"Import" => "Importa" ); diff --git a/l10n/pl.php b/l10n/pl.php index fc19cf24..98e3e103 100644 --- a/l10n/pl.php +++ b/l10n/pl.php @@ -11,8 +11,6 @@ "The address of the page" => "Adres strony", "Description of the page" => "Opis strony", "Save" => "Zapisz", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Przeciągnij to do ulubionych przeglądarki i kliknij go, gdy użytkownik chce szybko dodać zakładkę strony sieci Web:", -"Read later" => "Czytaj później", "Edit" => "Edytuj", "Delete" => "Usuń", "Cancel" => "Anuluj", @@ -25,9 +23,8 @@ "Related Tags" => "Powiązane Tagi", "Settings" => "Ustawienia", "You have no bookmarks" => "Nie masz żadnych zakładek", -"Bookmarklet
" => "Skryptozakładka
", -"Import bookmarks" => "Importuj zakładki", -"Import" => "Import", -"Export bookmarks" => "Eksportuj zakładki", -"Export" => "Export" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Przeciągnij to do ulubionych przeglądarki i kliknij go, gdy użytkownik chce szybko dodać zakładkę strony sieci Web:", +"Read later" => "Czytaj później", +"Export" => "Export", +"Import" => "Import" ); diff --git a/l10n/pt_BR.php b/l10n/pt_BR.php index 73a94411..d8d9fe6f 100644 --- a/l10n/pt_BR.php +++ b/l10n/pt_BR.php @@ -1,9 +1,12 @@ "Arquivo para importação não suportado", "Bookmarks" => "Marcadores", "Tags" => "Tags", "Edit bookmark" => "Editar bookmark", "Are you sure you want to remove this tag from every entry?" => "Tem certeza que deseja remover esta tag de todas as entradas?", "Warning" => "Aviso", +"Import completed successfully." => "Importação completada com sucesso", +"Uploading..." => "Enviando...", "Bookm." => "Marc.", "Add a bookmark" => "Adicionar um bookmark", "Close" => "Fechar", @@ -11,8 +14,6 @@ "The address of the page" => "O endereço da página", "Description of the page" => "Descrição da página", "Save" => "Salvar", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arraste isso para os favoritos do seu navegador web e clique nele quando você quiser marcar/favoritar uma página rapidamente:", -"Read later" => "Ler depois", "Edit" => "Editar", "Delete" => "Excluir", "Cancel" => "Cancelar", @@ -25,9 +26,8 @@ "Related Tags" => "Tags relacionadas", "Settings" => "Ajustes", "You have no bookmarks" => "Você não tem marcadores", -"Bookmarklet
" => "Bookmarklet
", -"Import bookmarks" => "Importar bookmarks", -"Import" => "Importar", -"Export bookmarks" => "Exportar bookmarks", -"Export" => "Exportar" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arraste isso para os favoritos do seu navegador web e clique nele quando você quiser marcar/favoritar uma página rapidamente:", +"Read later" => "Ler depois", +"Export" => "Exportar", +"Import" => "Importar" ); diff --git a/l10n/pt_PT.php b/l10n/pt_PT.php index 1dfd9745..e45325bf 100644 --- a/l10n/pt_PT.php +++ b/l10n/pt_PT.php @@ -11,8 +11,6 @@ "The address of the page" => "O endereço da página", "Description of the page" => "Descrição da página", "Save" => "Guardar", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arraste isto para o seu navegador, e click nele quando quiser guardar a página rapidamente com um marcador.", -"Read later" => "Ler mais tarde", "Edit" => "Editar", "Delete" => "Apagar", "Cancel" => "Cancelar", @@ -25,9 +23,8 @@ "Related Tags" => "Etiquetas relacionadas", "Settings" => "Configurações", "You have no bookmarks" => "Não tem marcadores", -"Bookmarklet
" => "Marcador", -"Import bookmarks" => "Importar marcadores", -"Import" => "Importar", -"Export bookmarks" => "Exportar marcadores", -"Export" => "Exportar" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arraste isto para o seu navegador, e click nele quando quiser guardar a página rapidamente com um marcador.", +"Read later" => "Ler mais tarde", +"Export" => "Exportar", +"Import" => "Importar" ); diff --git a/l10n/ro.php b/l10n/ro.php index 1eed35bb..ae0ea6f3 100644 --- a/l10n/ro.php +++ b/l10n/ro.php @@ -5,8 +5,6 @@ "Bookm." => "Bookm.", "Close" => "Închide", "Save" => "Salvează", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Trage acest semn în semnele de carte din navigatorul tău web când dorești să salvezi rapid un semn către o pagină web:", -"Read later" => "Citește mai târziu", "Edit" => "Editează", "Delete" => "Șterge", "Cancel" => "Anulare", @@ -14,7 +12,8 @@ "List" => "Listă", "Settings" => "Setări", "You have no bookmarks" => "Nu ai nici un semn de carte", -"Bookmarklet
" => "Bookmarklet
", -"Import" => "Importă", -"Export" => "Exportă" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Trage acest semn în semnele de carte din navigatorul tău web când dorești să salvezi rapid un semn către o pagină web:", +"Read later" => "Citește mai târziu", +"Export" => "Exportă", +"Import" => "Importă" ); diff --git a/l10n/ru.php b/l10n/ru.php index 38a2a191..c88909bf 100644 --- a/l10n/ru.php +++ b/l10n/ru.php @@ -11,8 +11,6 @@ "The address of the page" => "Адрес страницы", "Description of the page" => "Описание страницы", "Save" => "Сохранить", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Перетащите эту кнопку в закладки вашего браузера и нажимайте на неё для быстрого добавления страницы в закладки:", -"Read later" => "Прочитать позже", "Edit" => "Редактировать", "Delete" => "Удалить", "Cancel" => "Отменить", @@ -25,9 +23,8 @@ "Related Tags" => "Связанные теги", "Settings" => "Конфигурация", "You have no bookmarks" => "У вас нет закладок", -"Bookmarklet
" => "Быстрые закладки
", -"Import bookmarks" => "Импортировать закладки", -"Import" => "Импорт", -"Export bookmarks" => "Экспортировать закладки", -"Export" => "Экспорт" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Перетащите эту кнопку в закладки вашего браузера и нажимайте на неё для быстрого добавления страницы в закладки:", +"Read later" => "Прочитать позже", +"Export" => "Экспорт", +"Import" => "Импорт" ); diff --git a/l10n/ru_RU.php b/l10n/ru_RU.php index 2c00cc6f..808e4788 100644 --- a/l10n/ru_RU.php +++ b/l10n/ru_RU.php @@ -14,8 +14,6 @@ "The address of the page" => "Адрес страницы", "Description of the page" => "Описание страницы", "Save" => "Сохранить", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Перетащите это в закладки Вашего браузера и кликните на него, когда захотите быстро добавить страницу в закладки:", -"Read later" => "Прочитать позже", "Edit" => "Редактировать", "Delete" => "Удалить", "Cancel" => "Отмена", @@ -28,10 +26,8 @@ "Related Tags" => "Связанные теги", "Settings" => "Настройки", "You have no bookmarks" => "У Вас нет закладок", -"Bookmarklet
" => "Bookmarklet
", -"Import bookmarks" => "Импорт закладок", -"html bookmarks file" => "файл html-закладок", -"Import" => "Импортировать", -"Export bookmarks" => "Экспорт закладок", -"Export" => "Экспортировать" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Перетащите это в закладки Вашего браузера и кликните на него, когда захотите быстро добавить страницу в закладки:", +"Read later" => "Прочитать позже", +"Export" => "Экспортировать", +"Import" => "Импортировать" ); diff --git a/l10n/si_LK.php b/l10n/si_LK.php index 0cc4b8cc..c7b9e7c6 100644 --- a/l10n/si_LK.php +++ b/l10n/si_LK.php @@ -14,8 +14,6 @@ "The address of the page" => "පිටුවේ ලිපිනය", "Description of the page" => "පිටුවේ විස්තර", "Save" => "සුරකින්න", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "මෙම වෙබ් පිටුව ඉක්මනින් පිටු සළකුනක් ලෙස සටහන් කිරීමට, එය බ්‍රවුසරයේ පිටු සළකුනු මතට ඇද ක්ලික් කරන්න:", -"Read later" => "පසුව කියවීමට", "Edit" => "සකසන්න", "Delete" => "මකන්න", "Cancel" => "එපා", @@ -28,10 +26,8 @@ "Related Tags" => "අදාළ ටැගයන්", "Settings" => "සිටුවම්", "You have no bookmarks" => "පිටු සළකුනු නොමැත", -"Bookmarklet
" => "පිටුසන
", -"Import bookmarks" => "පිටුසනයන් ආයාත කරන්න", -"html bookmarks file" => "html පිටුසන සහිත ගොනුවක්", -"Import" => "ආයාත කරන්න", -"Export bookmarks" => "පිටුසනයන් නිර්යාත කරන්න", -"Export" => "නිර්යාත කරන්න" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "මෙම වෙබ් පිටුව ඉක්මනින් පිටු සළකුනක් ලෙස සටහන් කිරීමට, එය බ්‍රවුසරයේ පිටු සළකුනු මතට ඇද ක්ලික් කරන්න:", +"Read later" => "පසුව කියවීමට", +"Export" => "නිර්යාත කරන්න", +"Import" => "ආයාත කරන්න" ); diff --git a/l10n/sk_SK.php b/l10n/sk_SK.php index 459fe504..218a9594 100644 --- a/l10n/sk_SK.php +++ b/l10n/sk_SK.php @@ -14,8 +14,6 @@ "The address of the page" => "Adresa stránky", "Description of the page" => "Popis stránky", "Save" => "Uložiť", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Presuňte toto do vášho prehliadača a kliknite ak chcete aktuálnu stránku uložiť do záložiek.", -"Read later" => "Prečítať neskôr", "Edit" => "Upraviť", "Delete" => "Zmazať", "Cancel" => "Zrušiť", @@ -28,10 +26,8 @@ "Related Tags" => "Podobné značky", "Settings" => "Nastavenia", "You have no bookmarks" => "Nemáte záložky", -"Bookmarklet
" => "Záložky
", -"Import bookmarks" => "Importovať záložky", -"html bookmarks file" => "html súbor záložiek", -"Import" => "Import", -"Export bookmarks" => "Export záložiek", -"Export" => "Export" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Presuňte toto do vášho prehliadača a kliknite ak chcete aktuálnu stránku uložiť do záložiek.", +"Read later" => "Prečítať neskôr", +"Export" => "Export", +"Import" => "Import" ); diff --git a/l10n/sl.php b/l10n/sl.php index d3e0a0dc..346ad484 100644 --- a/l10n/sl.php +++ b/l10n/sl.php @@ -11,8 +11,6 @@ "The address of the page" => "Naslov strani", "Description of the page" => "Opis strani", "Save" => "Shrani", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Povlecite gumb med svoje zaznamke in kliknite nanj, ko želite obiskano spletno stran hitro dodati med svoje zaznamke:", -"Read later" => "Preberi kasneje", "Edit" => "Uredi", "Delete" => "Izbriši", "Cancel" => "Prekliči", @@ -25,9 +23,8 @@ "Related Tags" => "Sorodne oznake", "Settings" => "Nastavitve", "You have no bookmarks" => "Nimate zaznamkov", -"Bookmarklet
" => "Vstavek za zaznamke
", -"Import bookmarks" => "Uvozi zaznamke", -"Import" => "Uvozi", -"Export bookmarks" => "Izvozi zaznamke", -"Export" => "Izvozi" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Povlecite gumb med svoje zaznamke in kliknite nanj, ko želite obiskano spletno stran hitro dodati med svoje zaznamke:", +"Read later" => "Preberi kasneje", +"Export" => "Izvozi", +"Import" => "Uvozi" ); diff --git a/l10n/sv.php b/l10n/sv.php index c9095b8a..a8023473 100644 --- a/l10n/sv.php +++ b/l10n/sv.php @@ -1,9 +1,12 @@ "Filtypen stöds ej för import", "Bookmarks" => "Bokmärken", "Tags" => "Taggar", "Edit bookmark" => "Redigera bokmärke", "Are you sure you want to remove this tag from every entry?" => "Är du säker på att du vill ta bort denna tagg från varje post?", "Warning" => "Varning", +"Import completed successfully." => "Import slutförd.", +"Uploading..." => "Laddar upp...", "Bookm." => "Bokm.", "Add a bookmark" => "Lägg till ett bokmärke", "Close" => "Stäng", @@ -11,8 +14,6 @@ "The address of the page" => "Adress till sidan", "Description of the page" => "Beskrivning av sidan", "Save" => "Spara", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Dra till din webbläsares bokmärken och klicka på det när du vill bokmärka en webbsida snabbt:", -"Read later" => "Läs senare", "Edit" => "Redigera", "Delete" => "Radera", "Cancel" => "Avbryt", @@ -25,9 +26,8 @@ "Related Tags" => "Relaterade taggar", "Settings" => "Inställningar", "You have no bookmarks" => "Du har inga bokmärken", -"Bookmarklet
" => "Skriptbokmärke
", -"Import bookmarks" => "Importera bokmärken", -"Import" => "Importera", -"Export bookmarks" => "Exportera bokmärken", -"Export" => "Exportera" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Dra till din webbläsares bokmärken och klicka på det när du vill bokmärka en webbsida snabbt:", +"Read later" => "Läs senare", +"Export" => "Exportera", +"Import" => "Importera" ); diff --git a/l10n/ta_LK.php b/l10n/ta_LK.php index 5a1ed4e2..70aed2b6 100644 --- a/l10n/ta_LK.php +++ b/l10n/ta_LK.php @@ -8,6 +8,6 @@ "Cancel" => "இரத்து செய்க", "List" => "பட்டியல்", "Settings" => "அமைப்புகள்", -"Import" => "இறக்குமதி", -"Export" => "ஏற்றுமதி" +"Export" => "ஏற்றுமதி", +"Import" => "இறக்குமதி" ); diff --git a/l10n/th_TH.php b/l10n/th_TH.php index f4c1eba8..b4fcba65 100644 --- a/l10n/th_TH.php +++ b/l10n/th_TH.php @@ -11,8 +11,6 @@ "The address of the page" => "ที่อยู่ของหน้า", "Description of the page" => "คำอธิบายเกี่ยวกับหน้า", "Save" => "บันทึก", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ลากสิ่งนี้ไปไว้ที่รายการโปรดในโปรแกรมบราวเซอร์ของคุณ แล้วคลิกที่นั่น, เมื่อคุณต้องการเก็บหน้าเว็บเพจเข้าไปไว้ในรายการโปรดอย่างรวดเร็ว", -"Read later" => "อ่านภายหลัง", "Edit" => "แก้ไข", "Delete" => "ลบ", "Cancel" => "ยกเลิก", @@ -25,9 +23,8 @@ "Related Tags" => "ป้ายกำกับอื่นๆที่เกี่ยวข้อง", "Settings" => "ตั้งค่า", "You have no bookmarks" => "คุณยังไม่มีรายการโปรด", -"Bookmarklet
" => "Bookmarklet
", -"Import bookmarks" => "นำเข้ารายการโปรด", -"Import" => "นำเข้า", -"Export bookmarks" => "ส่งออกรายการโปรด", -"Export" => "ส่งออก" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ลากสิ่งนี้ไปไว้ที่รายการโปรดในโปรแกรมบราวเซอร์ของคุณ แล้วคลิกที่นั่น, เมื่อคุณต้องการเก็บหน้าเว็บเพจเข้าไปไว้ในรายการโปรดอย่างรวดเร็ว", +"Read later" => "อ่านภายหลัง", +"Export" => "ส่งออก", +"Import" => "นำเข้า" ); diff --git a/l10n/tr.php b/l10n/tr.php index 9d353a1d..01eccbe0 100644 --- a/l10n/tr.php +++ b/l10n/tr.php @@ -4,7 +4,6 @@ "Warning" => "Uyarı", "Close" => "Kapat", "Save" => "Kaydet", -"Read later" => "Sonra oku", "Edit" => "Düzenle", "Delete" => "Sil", "Cancel" => "İptal", @@ -13,6 +12,7 @@ "Hide" => "Gizle", "Show" => "Göster", "Settings" => "Ayarlar", -"Import" => "İçe aktar", -"Export" => "Dışa aktar" +"Read later" => "Sonra oku", +"Export" => "Dışa aktar", +"Import" => "İçe aktar" ); diff --git a/l10n/uk.php b/l10n/uk.php index 3b7b2d12..344b8608 100644 --- a/l10n/uk.php +++ b/l10n/uk.php @@ -3,7 +3,6 @@ "Tags" => "Теги", "Close" => "Закрити", "Save" => "Зберегти", -"Read later" => "Прочитати пізніше", "Edit" => "Редагувати", "Delete" => "Видалити", "Cancel" => "Відмінити", @@ -11,6 +10,7 @@ "List" => "Список", "Settings" => "Налаштування", "You have no bookmarks" => "У вас нема закладок", -"Import" => "Імпорт", -"Export" => "Експорт" +"Read later" => "Прочитати пізніше", +"Export" => "Експорт", +"Import" => "Імпорт" ); diff --git a/l10n/vi.php b/l10n/vi.php index 02f41007..354235fd 100644 --- a/l10n/vi.php +++ b/l10n/vi.php @@ -3,8 +3,6 @@ "Tags" => "Tags", "Close" => "Đóng", "Save" => "Lưu", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Kéo vào bookmark trình duyệt của bạn và nhấp vào nó, khi bạn muốn đánh dấu một trang web một cách nhanh chóng:", -"Read later" => "Đọc sau", "Edit" => "Sửa", "Delete" => "Xóa", "Cancel" => "Hủy", @@ -12,7 +10,8 @@ "List" => "Danh sách", "Settings" => "Tùy chỉnh", "You have no bookmarks" => "Bạn chưa có đánh dấu nào", -"Bookmarklet
" => "Bookmarklet
", -"Import" => "Nhập", -"Export" => "Xuất" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Kéo vào bookmark trình duyệt của bạn và nhấp vào nó, khi bạn muốn đánh dấu một trang web một cách nhanh chóng:", +"Read later" => "Đọc sau", +"Export" => "Xuất", +"Import" => "Nhập" ); diff --git a/l10n/zh_CN.GB2312.php b/l10n/zh_CN.GB2312.php index b136932e..d90962f3 100644 --- a/l10n/zh_CN.GB2312.php +++ b/l10n/zh_CN.GB2312.php @@ -11,8 +11,6 @@ "The address of the page" => "页面地址", "Description of the page" => "页面描述", "Save" => "保存", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "拖动此物到您的浏览器书签栏,在您想要快速订阅某网页时点击:", -"Read later" => "稍后阅读", "Edit" => "编辑", "Delete" => "删除", "Cancel" => "取消", @@ -25,9 +23,8 @@ "Related Tags" => "相关标签", "Settings" => "设置", "You have no bookmarks" => "您没有书签", -"Bookmarklet
" => "小书签
", -"Import bookmarks" => "导入书签", -"Import" => "导入", -"Export bookmarks" => "导出书签", -"Export" => "导出" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "拖动此物到您的浏览器书签栏,在您想要快速订阅某网页时点击:", +"Read later" => "稍后阅读", +"Export" => "导出", +"Import" => "导入" ); diff --git a/l10n/zh_CN.php b/l10n/zh_CN.php index c966407d..9b2667bb 100644 --- a/l10n/zh_CN.php +++ b/l10n/zh_CN.php @@ -11,8 +11,6 @@ "The address of the page" => "页面地址", "Description of the page" => "页面描述", "Save" => "保存", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "拖曳此处到您的浏览器书签处,点击可以将网页快速添加到书签中。", -"Read later" => "稍后阅读", "Edit" => "编辑", "Delete" => "删除", "Cancel" => "取消", @@ -25,9 +23,8 @@ "Related Tags" => "相关标签", "Settings" => "设置", "You have no bookmarks" => "您暂无书签", -"Bookmarklet
" => "书签应用", -"Import bookmarks" => "导入书签", -"Import" => "导入", -"Export bookmarks" => "导出书签", -"Export" => "导出" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "拖曳此处到您的浏览器书签处,点击可以将网页快速添加到书签中。", +"Read later" => "稍后阅读", +"Export" => "导出", +"Import" => "导入" ); diff --git a/l10n/zh_TW.php b/l10n/zh_TW.php index 7e191969..aa76bc8e 100644 --- a/l10n/zh_TW.php +++ b/l10n/zh_TW.php @@ -3,8 +3,6 @@ "Tags" => "標籤", "Close" => "關閉", "Save" => "儲存", -"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "將此拖曳至您的瀏覽器書籤並點擊, 當你想要將網頁快速地加入書籤:", -"Read later" => "稍後閱讀", "Edit" => "編輯", "Delete" => "刪除", "Cancel" => "取消", @@ -12,7 +10,8 @@ "List" => "清單", "Settings" => "設定", "You have no bookmarks" => "你沒有書籤", -"Bookmarklet
" => "書籤小工具", -"Import" => "匯入", -"Export" => "匯出" +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "將此拖曳至您的瀏覽器書籤並點擊, 當你想要將網頁快速地加入書籤:", +"Read later" => "稍後閱讀", +"Export" => "匯出", +"Import" => "匯入" );