1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-02 06:24:11 +01:00

Merge branch 'master' into gallery

This commit is contained in:
Robin Appelman 2012-11-04 21:05:40 +01:00
commit 879124f0e0
61 changed files with 279 additions and 360 deletions

View File

@ -5,9 +5,7 @@
#firstrun #selections { font-size:0.8em; font-weight: normal; width: 100%; margin: 2em auto auto auto; clear: both; } #firstrun #selections { font-size:0.8em; font-weight: normal; width: 100%; margin: 2em auto auto auto; clear: both; }
#leftcontent { #leftcontent {
/* margin: 0; */
padding-top: 1em; padding-top: 1em;
/* top: 3.5em !important; */
} }
#rightcontent { #rightcontent {
@ -22,7 +20,6 @@
border: 1px solid lightgray; border: 1px solid lightgray;
border-right:0; border-right:0;
border-radius: 0.5em 0em 0em 0.5em; border-radius: 0.5em 0em 0em 0.5em;
/* margin-right: 10px; */
padding: 3px; padding: 3px;
} }
@ -46,8 +43,6 @@
overflow: auto; overflow: auto;
position: fixed; position: fixed;
top: 6.5em; top: 6.5em;
/* margin-left: 15px; */
} }
#add_url { #add_url {
@ -156,11 +151,9 @@
} }
.addBm textarea{ .addBm textarea{
min-width:250px; min-width:250px;
/* min-height: 70px; */
} }
.addBm .close_btn .addBm .close_btn
{ {
/* background-color: #EEEEEE; */
height: 18px; height: 18px;
margin: -20px 0 0; margin: -20px 0 0;
padding: 1px; padding: 1px;
@ -178,10 +171,6 @@
} }
.ui-autocomplete {
/* background: none repeat scroll 0 0 #DEE7F8; */
}
#leftcontent > ul > li, .leftcontent li { #leftcontent > ul > li, .leftcontent li {
padding: 0.2em; padding: 0.2em;
padding-left:1em; padding-left:1em;
@ -199,8 +188,6 @@
border-radius: 6px 6px 6px 6px; border-radius: 6px 6px 6px 6px;
color: #555555; color: #555555;
font-weight: normal; font-weight: normal;
/* padding: 0.2em 18px 0.2em 0.5em; */
float:left; float:left;
padding: 0.3em; padding: 0.3em;
position: relative; position: relative;
@ -236,7 +223,6 @@ li:hover em { display : none; }
#tag_filter ul.tagit li.tagit-choice { #tag_filter ul.tagit li.tagit-choice {
background: none repeat scroll 0 0 #DEE7F8; background: none repeat scroll 0 0 #DEE7F8;
padding: 0.2em 18px 0.2em 0.5em; padding: 0.2em 18px 0.2em 0.5em;
/* padding:0; */
} }
#tag_filter a { #tag_filter a {
@ -268,8 +254,6 @@ li:hover em { display : none; }
float: left; float: left;
height: 240px; height: 240px;
margin: 1em; margin: 1em;
/* background: none repeat scroll 0 0 #EEEEEE; */
border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px;
box-shadow: 0 0 5px rgba(34, 25, 25, 0.5); box-shadow: 0 0 5px rgba(34, 25, 25, 0.5);
} }
@ -349,6 +333,7 @@ li:hover em { display : none; }
width: 20em; width: 20em;
z-index: 2; z-index: 2;
} }
#leftcontent #bookmark_settings li{ #leftcontent #bookmark_settings li{
padding: 0; padding: 0;
background-color:transparent; background-color:transparent;
@ -358,16 +343,43 @@ li:hover em { display : none; }
} }
#bookmark_settings .controls { #bookmark_settings .controls {
height: 100%; height: 2.8em;
width: 100%; width: 100%;
} }
#bookmark_settings .controls > li:last-child button { #bookmark_settings .controls > li:last-child button {
margin-right: 0.3em; margin-right: 0.3em;
} }
#bookmark_settings button { #bookmark_settings .controls button {
height: 2.4em; height: 2.4em;
margin: 0.15em 0 0 0.15em; margin: 0.15em 0 0 0.15em;
padding: 0.2em 0.1em 0; padding: 0.2em 0.1em 0;
width: 2.4em; 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;
} }

View File

@ -29,6 +29,7 @@ OCP\App::checkAppEnabled('bookmarks');
OCP\App::setActiveNavigationEntry( 'bookmarks_index' ); OCP\App::setActiveNavigationEntry( 'bookmarks_index' );
OCP\Util::addscript('bookmarks', 'settings');
OCP\Util::addscript('bookmarks', 'bookmarks'); OCP\Util::addscript('bookmarks', 'bookmarks');
OCP\Util::addStyle('bookmarks', 'bookmarks'); OCP\Util::addStyle('bookmarks', 'bookmarks');
OCP\Util::addscript('bookmarks', 'addBm'); OCP\Util::addscript('bookmarks', 'addBm');

View File

@ -9,13 +9,13 @@ $(document).ready(function() {
$('.centercontent').click(clickSideBar); $('.centercontent').click(clickSideBar);
$('#view_type input').click(clickSwitchView); $('#view_type input').click(clickSwitchView);
$('#bookmark_add_submit').click(addBookmark); $('#bookmark_add_submit').click(addBookmark);
// $('#bm_import_submit').click(attachSettingEvent);
$('#bm_import').change(attachSettingEvent);
$('#settingsbtn').on('click keydown', function() { $('#settingsbtn').on('click keydown', function() {
try { $('#bookmark_settings').toggleClass('open');
OC.appSettings({appid:'bookmarks', loadJS:true, cache:false});
} catch(e) {
alert(e);
}
}); });
$('#bm_export').click(exportBm);
$(window).resize(function () { $(window).resize(function () {
fillWindow($('.bookmarks_list')); fillWindow($('.bookmarks_list'));

View File

@ -1,12 +1,12 @@
$(document).ready(function() {
$('#bm_import_submit').click(attachSettingEvent);
});
function attachSettingEvent(event) { function attachSettingEvent(event) {
event.preventDefault(); event.preventDefault();
fileUpload($(this).closest('form'), $('#upload')); fileUpload($(this).closest('form'), $('#upload'));
} }
function exportBm(e) {
window.location = $(this).attr('href');
}
function fileUpload(form, result_div) { function fileUpload(form, result_div) {
var uploadEventHandler = function () { var uploadEventHandler = function () {

View File

@ -7,6 +7,6 @@
"Address" => "عنوان", "Address" => "عنوان",
"List" => "قائمة", "List" => "قائمة",
"Settings" => "تعديلات", "Settings" => "تعديلات",
"Import" => "إدخال", "Export" => "تصدير المعلومات",
"Export" => "تصدير المعلومات" "Import" => "إدخال"
); );

View File

@ -2,14 +2,13 @@
"Bookmarks" => "Отметки", "Bookmarks" => "Отметки",
"Tags" => "Етикети", "Tags" => "Етикети",
"Save" => "Запис", "Save" => "Запис",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Завлачете това в лентата с отметки на браузъра си и го натискайте, когато искате да отметнете бързо някоя страница:",
"Read later" => "Отмятане",
"Delete" => "Изтриване", "Delete" => "Изтриване",
"Cancel" => "Отказ", "Cancel" => "Отказ",
"Address" => "Адрес", "Address" => "Адрес",
"List" => "Списък", "List" => "Списък",
"You have no bookmarks" => "Нямате отметки", "You have no bookmarks" => "Нямате отметки",
"Bookmarklet <br />" => "Бутон за отметки <br />", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Завлачете това в лентата с отметки на браузъра си и го натискайте, когато искате да отметнете бързо някоя страница:",
"Import" => "Внасяне", "Read later" => "Отмятане",
"Export" => "Изнасяне" "Export" => "Изнасяне",
"Import" => "Внасяне"
); );

View File

@ -1,9 +1,12 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Unsupported file type for import" => "Importació d'un tipus de fitxer no implementat",
"Bookmarks" => "Adreces d'interès", "Bookmarks" => "Adreces d'interès",
"Tags" => "Etiquetes", "Tags" => "Etiquetes",
"Edit bookmark" => "Edita l'adreça d'interès", "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?", "Are you sure you want to remove this tag from every entry?" => "Segur que voleu eliminar aquesta etiqueta de cada entrada?",
"Warning" => "Avís", "Warning" => "Avís",
"Import completed successfully." => "La importació ha acabat amb èxit",
"Uploading..." => "Pujant...",
"Bookm." => "Marcador", "Bookm." => "Marcador",
"Add a bookmark" => "Afegeix una adreça d'interès", "Add a bookmark" => "Afegeix una adreça d'interès",
"Close" => "Tanca", "Close" => "Tanca",
@ -11,8 +14,6 @@
"The address of the page" => "L'adreça de la pàgina", "The address of the page" => "L'adreça de la pàgina",
"Description of the page" => "Descripció de la pàgina", "Description of the page" => "Descripció de la pàgina",
"Save" => "Desa", "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", "Edit" => "Edita",
"Delete" => "Esborra", "Delete" => "Esborra",
"Cancel" => "Cancel·la", "Cancel" => "Cancel·la",
@ -25,9 +26,8 @@
"Related Tags" => "Etiquetes relacionades", "Related Tags" => "Etiquetes relacionades",
"Settings" => "Configuració", "Settings" => "Configuració",
"You have no bookmarks" => "No teniu adreces d'interès", "You have no bookmarks" => "No teniu adreces d'interès",
"Bookmarklet <br />" => "Bookmarklet <br />", "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:",
"Import bookmarks" => "Importa les adreces d'interès", "Read later" => "Llegeix més tard",
"Import" => "Importa", "Export" => "Exporta",
"Export bookmarks" => "Exporta adreces d'interès", "Import" => "Importa"
"Export" => "Exporta"
); );

View File

@ -14,8 +14,6 @@
"The address of the page" => "Adresa stránky", "The address of the page" => "Adresa stránky",
"Description of the page" => "Popis stránky", "Description of the page" => "Popis stránky",
"Save" => "Uložit", "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", "Edit" => "Upravit",
"Delete" => "Smazat", "Delete" => "Smazat",
"Cancel" => "Zrušit", "Cancel" => "Zrušit",
@ -28,10 +26,8 @@
"Related Tags" => "Podobné značky", "Related Tags" => "Podobné značky",
"Settings" => "Nastavení", "Settings" => "Nastavení",
"You have no bookmarks" => "Nemáte žádné záložky", "You have no bookmarks" => "Nemáte žádné záložky",
"Bookmarklet <br />" => "Záložky <br />", "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:",
"Import bookmarks" => "Importovat záložky", "Read later" => "Přečíst později",
"html bookmarks file" => "soubor záložek html", "Export" => "Exportovat",
"Import" => "Importovat", "Import" => "Importovat"
"Export bookmarks" => "Exportovat záložky",
"Export" => "Exportovat"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "Sidens adresse", "The address of the page" => "Sidens adresse",
"Description of the page" => "Sidens beskrivelse", "Description of the page" => "Sidens beskrivelse",
"Save" => "Gem", "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", "Edit" => "Rediger",
"Delete" => "Slet", "Delete" => "Slet",
"Cancel" => "Annuller", "Cancel" => "Annuller",
@ -25,9 +23,8 @@
"Related Tags" => "Relaterede Tags", "Related Tags" => "Relaterede Tags",
"Settings" => "Indstillinger", "Settings" => "Indstillinger",
"You have no bookmarks" => "Du har ingen bogmærker", "You have no bookmarks" => "Du har ingen bogmærker",
"Bookmarklet <br />" => "Bookmarklet <br />", "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:",
"Import bookmarks" => "Importer bogmærker", "Read later" => "Læs senere",
"Import" => "Importer", "Export" => "Exporter",
"Export bookmarks" => "Exporter bogmærker", "Import" => "Importer"
"Export" => "Exporter"
); );

View File

@ -1,9 +1,12 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Unsupported file type for import" => "Dateityp wird für den Import nicht unterstützt",
"Bookmarks" => "Lesezeichen", "Bookmarks" => "Lesezeichen",
"Tags" => "Tags", "Tags" => "Tags",
"Edit bookmark" => "Lesezeichen bearbeiten", "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?", "Are you sure you want to remove this tag from every entry?" => "Soll dieses Schlagwort wirklich von allen Einträgen entfernt werden?",
"Warning" => "Warnung", "Warning" => "Warnung",
"Import completed successfully." => "Der Import wurde erfolgreich abgeschlossen.",
"Uploading..." => "Lade hoch ...",
"Bookm." => "Lesez.", "Bookm." => "Lesez.",
"Add a bookmark" => "Ein Lesezeichen hinzufügen", "Add a bookmark" => "Ein Lesezeichen hinzufügen",
"Close" => "Schließen", "Close" => "Schließen",
@ -11,8 +14,6 @@
"The address of the page" => "Die Adresse der Seite", "The address of the page" => "Die Adresse der Seite",
"Description of the page" => "Die Beschreibung der Seite", "Description of the page" => "Die Beschreibung der Seite",
"Save" => "Speichern", "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", "Edit" => "Bearbeiten",
"Delete" => "Löschen", "Delete" => "Löschen",
"Cancel" => "Abbrechen", "Cancel" => "Abbrechen",
@ -25,9 +26,8 @@
"Related Tags" => "Verwandte Schlagworte", "Related Tags" => "Verwandte Schlagworte",
"Settings" => "Einstellungen", "Settings" => "Einstellungen",
"You have no bookmarks" => "Du hast keine Lesezeichen", "You have no bookmarks" => "Du hast keine Lesezeichen",
"Bookmarklet <br />" => "Bookmarklet <br />", "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.",
"Import bookmarks" => "Lesezeichen importieren", "Read later" => "Später lesen",
"Import" => "Importieren", "Export" => "Exportieren",
"Export bookmarks" => "Lesezeichen exportieren", "Import" => "Importieren"
"Export" => "Exportieren"
); );

View File

@ -14,8 +14,6 @@
"The address of the page" => "Die Adresse der Seite", "The address of the page" => "Die Adresse der Seite",
"Description of the page" => "Die Beschreibung der Seite", "Description of the page" => "Die Beschreibung der Seite",
"Save" => "Speichern", "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", "Edit" => "Bearbeiten",
"Delete" => "Löschen", "Delete" => "Löschen",
"Cancel" => "Abbrechen", "Cancel" => "Abbrechen",
@ -28,10 +26,8 @@
"Related Tags" => "Verwandte Schlagworte", "Related Tags" => "Verwandte Schlagworte",
"Settings" => "Einstellungen", "Settings" => "Einstellungen",
"You have no bookmarks" => "Sie haben keine Lesezeichen", "You have no bookmarks" => "Sie haben keine Lesezeichen",
"Bookmarklet <br />" => "Bookmarklet <br />", "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.",
"Import bookmarks" => "Lesezeichen importieren", "Read later" => "Später lesen",
"html bookmarks file" => "HTML-Lesezeichen-Datei", "Export" => "Exportieren",
"Import" => "Importieren", "Import" => "Importieren"
"Export bookmarks" => "Lesezeichen exportieren",
"Export" => "Exportieren"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "Διεύθυνση της σελίδας", "The address of the page" => "Διεύθυνση της σελίδας",
"Description of the page" => "Περιγραφή της σελίδας", "Description of the page" => "Περιγραφή της σελίδας",
"Save" => "Αποθήκευση", "Save" => "Αποθήκευση",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Σύρετε αυτό στους σελιδοδείκτες του περιηγητή σας και κάντε κλικ επάνω του, όταν θέλετε να προσθέσετε σύντομα μια ιστοσελίδα ως σελιδοδείκτη:",
"Read later" => "Ανάγνωση αργότερα",
"Edit" => "Επεξεργασία", "Edit" => "Επεξεργασία",
"Delete" => "Διαγραφή", "Delete" => "Διαγραφή",
"Cancel" => "Ακύρωση", "Cancel" => "Ακύρωση",
@ -25,9 +23,8 @@
"Related Tags" => "Σχετικές ετικέτες", "Related Tags" => "Σχετικές ετικέτες",
"Settings" => "Ρυθμίσεις", "Settings" => "Ρυθμίσεις",
"You have no bookmarks" => "Δεν έχετε σελιδοδείκτες", "You have no bookmarks" => "Δεν έχετε σελιδοδείκτες",
"Bookmarklet <br />" => "Εφαρμογίδιο Σελιδοδεικτών <br />", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Σύρετε αυτό στους σελιδοδείκτες του περιηγητή σας και κάντε κλικ επάνω του, όταν θέλετε να προσθέσετε σύντομα μια ιστοσελίδα ως σελιδοδείκτη:",
"Import bookmarks" => "Εισαγωγή σελιδοδεικτών", "Read later" => "Ανάγνωση αργότερα",
"Import" => "Εισαγωγή", "Export" => "Εξαγωγή",
"Export bookmarks" => "Εξαγωγή σελιδοδεικτών", "Import" => "Εισαγωγή"
"Export" => "Εξαγωγή"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "Adreso de la paĝo", "The address of the page" => "Adreso de la paĝo",
"Description of the page" => "Priskribo de la paĝo", "Description of the page" => "Priskribo de la paĝo",
"Save" => "Konservi", "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", "Edit" => "Redakti",
"Delete" => "Forigi", "Delete" => "Forigi",
"Cancel" => "Nuligi", "Cancel" => "Nuligi",
@ -25,9 +23,8 @@
"Related Tags" => "Rilataj etikedoj", "Related Tags" => "Rilataj etikedoj",
"Settings" => "Agordo", "Settings" => "Agordo",
"You have no bookmarks" => "Vi havas neniun legosignon", "You have no bookmarks" => "Vi havas neniun legosignon",
"Bookmarklet <br />" => "Kodosigno <br />", "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:",
"Import bookmarks" => "Enporti legosignojn", "Read later" => "Legi poste",
"Import" => "Enporti", "Export" => "Elporti",
"Export bookmarks" => "Elporti legosignojn", "Import" => "Enporti"
"Export" => "Elporti"
); );

View File

@ -1,10 +1,12 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Unsupported file type for import" => "Tipo de archivo no compatible para importar",
"Bookmarks" => "Marcadores", "Bookmarks" => "Marcadores",
"Tags" => "Etiquetas", "Tags" => "Etiquetas",
"Edit bookmark" => "Editar marcador", "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?", "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", "Warning" => "Preacucion",
"Import completed successfully." => "Importación completada con éxito", "Import completed successfully." => "Importación completada con éxito",
"Uploading..." => "Subiendo...",
"Bookm." => "Marc.", "Bookm." => "Marc.",
"Add a bookmark" => "Agregar a marcadores", "Add a bookmark" => "Agregar a marcadores",
"Close" => "cerrrar", "Close" => "cerrrar",
@ -12,8 +14,6 @@
"The address of the page" => "Direccion de la pagina", "The address of the page" => "Direccion de la pagina",
"Description of the page" => "Descripcion de la pagina", "Description of the page" => "Descripcion de la pagina",
"Save" => "Guardar", "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", "Edit" => "Editar",
"Delete" => "Eliminar", "Delete" => "Eliminar",
"Cancel" => "Cancelar", "Cancel" => "Cancelar",
@ -26,9 +26,8 @@
"Related Tags" => "Tags relacionados", "Related Tags" => "Tags relacionados",
"Settings" => "Ajustes", "Settings" => "Ajustes",
"You have no bookmarks" => "No tienes marcadores", "You have no bookmarks" => "No tienes marcadores",
"Bookmarklet <br />" => "Bookmarklet <br />", "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:",
"Import bookmarks" => "Importar marcadores", "Read later" => "Leer después",
"Import" => "Importart", "Export" => "Exportar",
"Export bookmarks" => "Exportar marcadores", "Import" => "Importart"
"Export" => "Exportar"
); );

View File

@ -14,8 +14,6 @@
"The address of the page" => "La dirección de la página", "The address of the page" => "La dirección de la página",
"Description of the page" => "Descripción de la página", "Description of the page" => "Descripción de la página",
"Save" => "Guardar", "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", "Edit" => "Editar",
"Delete" => "Borrar", "Delete" => "Borrar",
"Cancel" => "Cancelar", "Cancel" => "Cancelar",
@ -28,10 +26,8 @@
"Related Tags" => "Etiquetas relacionadas", "Related Tags" => "Etiquetas relacionadas",
"Settings" => "Configuración", "Settings" => "Configuración",
"You have no bookmarks" => "No tenés marcadores", "You have no bookmarks" => "No tenés marcadores",
"Bookmarklet <br />" => "Bookmarklet <br />", "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:",
"Import bookmarks" => "Importar marcadores", "Read later" => "Leer después",
"html bookmarks file" => "Archivo de marcadores HTML", "Export" => "Exportar",
"Import" => "Importar", "Import" => "Importar"
"Export bookmarks" => "Exportar marcadores",
"Export" => "Exportar"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "Lehe aadress", "The address of the page" => "Lehe aadress",
"Description of the page" => "Lehe kirjeldus", "Description of the page" => "Lehe kirjeldus",
"Save" => "Salvesta", "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", "Edit" => "Muuda",
"Delete" => "Kustuta", "Delete" => "Kustuta",
"Cancel" => "Loobu", "Cancel" => "Loobu",
@ -25,9 +23,8 @@
"Related Tags" => "Seotud sildid", "Related Tags" => "Seotud sildid",
"Settings" => "Seaded", "Settings" => "Seaded",
"You have no bookmarks" => "Sul pole järjehoidjaid", "You have no bookmarks" => "Sul pole järjehoidjaid",
"Bookmarklet <br />" => "Järjehoidja vidin <br />", "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:",
"Import bookmarks" => "Impordi järjehoidjaid", "Read later" => "Loe hiljem",
"Import" => "Impordi", "Export" => "Ekspordi",
"Export bookmarks" => "Ekspordi järjehoidjaid", "Import" => "Impordi"
"Export" => "Ekspordi"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "Orriaren helbidea", "The address of the page" => "Orriaren helbidea",
"Description of the page" => "Orriaren deskribapena", "Description of the page" => "Orriaren deskribapena",
"Save" => "Gorde", "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", "Edit" => "Editatu",
"Delete" => "Ezabatu", "Delete" => "Ezabatu",
"Cancel" => "Ezeztatu", "Cancel" => "Ezeztatu",
@ -25,9 +23,8 @@
"Related Tags" => "Erlazionatutako etiketak", "Related Tags" => "Erlazionatutako etiketak",
"Settings" => "Ezarpenak", "Settings" => "Ezarpenak",
"You have no bookmarks" => "Ez duzu laster-markarik", "You have no bookmarks" => "Ez duzu laster-markarik",
"Bookmarklet <br />" => "Bookmarklet <br />", "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:",
"Import bookmarks" => "Inportatu laster-markak", "Read later" => "Irakurri geroago",
"Import" => "Inportatu", "Export" => "Exportatu",
"Export bookmarks" => "Exportatu laster-markak", "Import" => "Inportatu"
"Export" => "Exportatu"
); );

View File

@ -4,8 +4,6 @@
"Warning" => "اخطار", "Warning" => "اخطار",
"Close" => "بستن", "Close" => "بستن",
"Save" => "ذخیره", "Save" => "ذخیره",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "هنگامی که می‌خواهید کی صفحه‌ی اینترنتی را بسرعت نشان کنید، این را به نشانه‌های مرورگر خود بکشید و روی آن کلیک کنید.",
"Read later" => "بعد خوانده‌شود",
"Edit" => "ویرایش", "Edit" => "ویرایش",
"Delete" => "حذف", "Delete" => "حذف",
"Cancel" => "منصرف شدن", "Cancel" => "منصرف شدن",
@ -13,6 +11,8 @@
"List" => "فهرست", "List" => "فهرست",
"Settings" => "تنظیمات", "Settings" => "تنظیمات",
"You have no bookmarks" => "شما هیچ نشانکی ندارید", "You have no bookmarks" => "شما هیچ نشانکی ندارید",
"Import" => "وارد کردن", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "هنگامی که می‌خواهید کی صفحه‌ی اینترنتی را بسرعت نشان کنید، این را به نشانه‌های مرورگر خود بکشید و روی آن کلیک کنید.",
"Export" => "خروجی گرفتن" "Read later" => "بعد خوانده‌شود",
"Export" => "خروجی گرفتن",
"Import" => "وارد کردن"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "Sivun osoite", "The address of the page" => "Sivun osoite",
"Description of the page" => "Sivun kuvaus", "Description of the page" => "Sivun kuvaus",
"Save" => "Tallenna", "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", "Edit" => "Muokkaa",
"Delete" => "Poista", "Delete" => "Poista",
"Cancel" => "Peru", "Cancel" => "Peru",
@ -25,9 +23,8 @@
"Related Tags" => "Vastaavanlaiset tunnisteet", "Related Tags" => "Vastaavanlaiset tunnisteet",
"Settings" => "Asetukset", "Settings" => "Asetukset",
"You have no bookmarks" => "Sinulla ei ole kirjanmerkkejä", "You have no bookmarks" => "Sinulla ei ole kirjanmerkkejä",
"Bookmarklet <br />" => "Kirjanmerkitsin <br />", "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:",
"Import bookmarks" => "Tuo kirjanmerkkejä", "Read later" => "Lue myöhemmin",
"Import" => "Tuo", "Export" => "Vie",
"Export bookmarks" => "Vie kirjanmerkkejä", "Import" => "Tuo"
"Export" => "Vie"
); );

View File

@ -1,9 +1,12 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Unsupported file type for import" => "Type de fichier non supporté pour l'importation",
"Bookmarks" => "Favoris", "Bookmarks" => "Favoris",
"Tags" => "Étiquettes", "Tags" => "Étiquettes",
"Edit bookmark" => "Modifier le favori", "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 ?", "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", "Warning" => "Attention",
"Import completed successfully." => "L'importation s'est achevée avec succès",
"Uploading..." => "Téléversement en cours…",
"Bookm." => "Fav.", "Bookm." => "Fav.",
"Add a bookmark" => "Ajouter un favori", "Add a bookmark" => "Ajouter un favori",
"Close" => "Fermer", "Close" => "Fermer",
@ -11,8 +14,6 @@
"The address of the page" => "L'adresse de la page", "The address of the page" => "L'adresse de la page",
"Description of the page" => "Description de la page", "Description of the page" => "Description de la page",
"Save" => "Sauvegarder", "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", "Edit" => "Modifier",
"Delete" => "Supprimer", "Delete" => "Supprimer",
"Cancel" => "Annuler", "Cancel" => "Annuler",
@ -25,9 +26,8 @@
"Related Tags" => "Étiquettes similaires", "Related Tags" => "Étiquettes similaires",
"Settings" => "Paramètres", "Settings" => "Paramètres",
"You have no bookmarks" => "Vous n'avez aucun favori", "You have no bookmarks" => "Vous n'avez aucun favori",
"Bookmarklet <br />" => "Gestionnaire de favoris <br />", "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 :",
"Import bookmarks" => "Importer des favoris", "Read later" => "Lire plus tard",
"Import" => "Importer", "Export" => "Exporter",
"Export bookmarks" => "Exporter les favoris", "Import" => "Importer"
"Export" => "Exporter"
); );

View File

@ -5,8 +5,6 @@
"Bookm." => "Marcad.", "Bookm." => "Marcad.",
"Close" => "Pechar", "Close" => "Pechar",
"Save" => "Gardar", "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", "Edit" => "Editar",
"Delete" => "Eliminar", "Delete" => "Eliminar",
"Cancel" => "Cancelar", "Cancel" => "Cancelar",
@ -14,7 +12,8 @@
"List" => "Lista", "List" => "Lista",
"Settings" => "Preferencias", "Settings" => "Preferencias",
"You have no bookmarks" => "Non ten marcadores", "You have no bookmarks" => "Non ten marcadores",
"Bookmarklet <br />" => "Bookmarklet <br />", "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:",
"Import" => "Importar", "Read later" => "Ler máis tarde",
"Export" => "Exportar" "Export" => "Exportar",
"Import" => "Importar"
); );

View File

@ -3,8 +3,6 @@
"Tags" => "תגיות", "Tags" => "תגיות",
"Close" => "סגירה", "Close" => "סגירה",
"Save" => "שמירה", "Save" => "שמירה",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ניתן לגרור את הקישור הזה אל סרגל הסימניות בדפדפן שלך וללחוץ עליו כאשר מעוניינים ליצור סימניה לאתר במהירות.",
"Read later" => "קריאה מאוחרת",
"Edit" => "עריכה", "Edit" => "עריכה",
"Delete" => "מחיקה", "Delete" => "מחיקה",
"Cancel" => "ביטול", "Cancel" => "ביטול",
@ -12,6 +10,8 @@
"List" => "רשימה", "List" => "רשימה",
"Settings" => "הגדרות", "Settings" => "הגדרות",
"You have no bookmarks" => "אין ברשותך סימניות", "You have no bookmarks" => "אין ברשותך סימניות",
"Import" => "יבא", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ניתן לגרור את הקישור הזה אל סרגל הסימניות בדפדפן שלך וללחוץ עליו כאשר מעוניינים ליצור סימניה לאתר במהירות.",
"Export" => "יצוא" "Read later" => "קריאה מאוחרת",
"Export" => "יצוא",
"Import" => "יבא"
); );

View File

@ -8,6 +8,6 @@
"Address" => "Adresa", "Address" => "Adresa",
"List" => "Lista", "List" => "Lista",
"Settings" => "Postavke", "Settings" => "Postavke",
"Import" => "Uvezi", "Export" => "Izvoz",
"Export" => "Izvoz" "Import" => "Uvezi"
); );

View File

@ -4,8 +4,6 @@
"Warning" => "Figyelmeztetés", "Warning" => "Figyelmeztetés",
"Close" => "Bezár", "Close" => "Bezár",
"Save" => "Mentés", "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", "Edit" => "Szerkesztés",
"Delete" => "Törlés", "Delete" => "Törlés",
"Cancel" => "Mégsem", "Cancel" => "Mégsem",
@ -13,7 +11,8 @@
"List" => "Lista", "List" => "Lista",
"Settings" => "Beállítások", "Settings" => "Beállítások",
"You have no bookmarks" => "Nincsenek könyvjelzőid", "You have no bookmarks" => "Nincsenek könyvjelzőid",
"Bookmarklet <br />" => "Könyvjelzőalkalmazás <br />", "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!",
"Import" => "Import", "Read later" => "Később olvasom",
"Export" => "Exportálás" "Export" => "Exportálás",
"Import" => "Import"
); );

View File

@ -7,6 +7,6 @@
"Address" => "Adresse", "Address" => "Adresse",
"List" => "Lista", "List" => "Lista",
"Settings" => "Configurationes", "Settings" => "Configurationes",
"Import" => "Importar", "Export" => "Exportar",
"Export" => "Exportar" "Import" => "Importar"
); );

View File

@ -4,7 +4,6 @@
"Close" => "tutup", "Close" => "tutup",
"The title of the page" => "judul laman", "The title of the page" => "judul laman",
"Save" => "simpan", "Save" => "simpan",
"Read later" => "baca nanti",
"Edit" => "ubah", "Edit" => "ubah",
"Delete" => "hapus", "Delete" => "hapus",
"Cancel" => "batal", "Cancel" => "batal",
@ -15,6 +14,7 @@
"Show" => "tampilkan", "Show" => "tampilkan",
"Related Tags" => "label terkait", "Related Tags" => "label terkait",
"Settings" => "pengaturan", "Settings" => "pengaturan",
"Import" => "mengimpor", "Read later" => "baca nanti",
"Export" => "mengekspor" "Export" => "mengekspor",
"Import" => "mengimpor"
); );

View File

@ -14,8 +14,6 @@
"The address of the page" => "L'indirizzo della pagina", "The address of the page" => "L'indirizzo della pagina",
"Description of the page" => "Descrizione della pagina", "Description of the page" => "Descrizione della pagina",
"Save" => "Salva", "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", "Edit" => "Modifica",
"Delete" => "Elimina", "Delete" => "Elimina",
"Cancel" => "Annulla", "Cancel" => "Annulla",
@ -28,10 +26,8 @@
"Related Tags" => "Tag correlati", "Related Tags" => "Tag correlati",
"Settings" => "Impostazioni", "Settings" => "Impostazioni",
"You have no bookmarks" => "Non hai segnalibri", "You have no bookmarks" => "Non hai segnalibri",
"Bookmarklet <br />" => "Bookmarklet <br />", "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:",
"Import bookmarks" => "Importa segnalibri", "Read later" => "Leggi dopo",
"html bookmarks file" => "File di segnalibri html", "Export" => "Esporta",
"Import" => "Importa", "Import" => "Importa"
"Export bookmarks" => "Esporta segnalibri",
"Export" => "Esporta"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "ページのアドレス", "The address of the page" => "ページのアドレス",
"Description of the page" => "ページの説明", "Description of the page" => "ページの説明",
"Save" => "保存", "Save" => "保存",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Webページをすぐにブックマークしたい場合は、これをブラウザのブックマークにドラッグし、クリックしてください:",
"Read later" => "後で確認",
"Edit" => "編集", "Edit" => "編集",
"Delete" => "削除", "Delete" => "削除",
"Cancel" => "キャンセル", "Cancel" => "キャンセル",
@ -25,9 +23,8 @@
"Related Tags" => "関連タグ", "Related Tags" => "関連タグ",
"Settings" => "設定", "Settings" => "設定",
"You have no bookmarks" => "ブックマークがありません", "You have no bookmarks" => "ブックマークがありません",
"Bookmarklet <br />" => "ブックマークレット <br />", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Webページをすぐにブックマークしたい場合は、これをブラウザのブックマークにドラッグし、クリックしてください:",
"Import bookmarks" => "ブックマークをインポート", "Read later" => "後で確認",
"Import" => "インポート", "Export" => "エクスポート",
"Export bookmarks" => "ブックマークをエクスポート", "Import" => "インポート"
"Export" => "エクスポート"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "გვერდის მისამართი", "The address of the page" => "გვერდის მისამართი",
"Description of the page" => "გვერდის დახასიათება", "Description of the page" => "გვერდის დახასიათება",
"Save" => "შენახვა", "Save" => "შენახვა",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "გადაათრიეთ ეს თქვენს ბუქმარკებში თუ გინდათ რომ საითი სწრაფად დაბუქმარკდეს",
"Read later" => "წაიკითხე მოგვიანებით",
"Edit" => "რედაქტირება", "Edit" => "რედაქტირება",
"Delete" => "წაშლა", "Delete" => "წაშლა",
"Cancel" => "უარყოფა", "Cancel" => "უარყოფა",
@ -25,9 +23,8 @@
"Related Tags" => "Related Tags", "Related Tags" => "Related Tags",
"Settings" => "პარამეტრები", "Settings" => "პარამეტრები",
"You have no bookmarks" => "თქვენ არ გაქვთ ბუქმარკები", "You have no bookmarks" => "თქვენ არ გაქვთ ბუქმარკები",
"Bookmarklet <br />" => "Bookmarklet <br />", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "გადაათრიეთ ეს თქვენს ბუქმარკებში თუ გინდათ რომ საითი სწრაფად დაბუქმარკდეს",
"Import bookmarks" => "ბუქმარქების იმპორტი", "Read later" => "წაიკითხე მოგვიანებით",
"Import" => "იმპორტი", "Export" => "ექსპორტი",
"Export bookmarks" => "ბუქმარქების ექსპორტი", "Import" => "იმპორტი"
"Export" => "ექსპორტი"
); );

View File

@ -8,6 +8,6 @@
"Address" => "주소", "Address" => "주소",
"List" => "목록", "List" => "목록",
"Settings" => "설정", "Settings" => "설정",
"Import" => "가져오", "Export" => "내보내",
"Export" => "내보내" "Import" => "가져오"
); );

View File

@ -5,12 +5,11 @@
"Bookm." => "نیشانکردن", "Bookm." => "نیشانکردن",
"Close" => "داخستن", "Close" => "داخستن",
"Save" => "پاشکه‌وتکردن", "Save" => "پاشکه‌وتکردن",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "رابکێشه‌ ئه‌مه بۆ دڵخوازه‌کان له‌ وێبگه‌ڕه‌که‌ت وه‌ کرته‌ بکه‌ لێی، کاتێك ده‌ته‌وێت ماڵپه‌ڕێك دڵخواز بکه‌ی به‌خێرای:",
"Read later" => "دووای بیخوێنه‌وه",
"Address" => "ناونیشان", "Address" => "ناونیشان",
"Settings" => "ده‌ستكاری", "Settings" => "ده‌ستكاری",
"You have no bookmarks" => "تۆ دڵخوازت نیه", "You have no bookmarks" => "تۆ دڵخوازت نیه",
"Bookmarklet <br />" => "دڵخوازکرا <br />", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "رابکێشه‌ ئه‌مه بۆ دڵخوازه‌کان له‌ وێبگه‌ڕه‌که‌ت وه‌ کرته‌ بکه‌ لێی، کاتێك ده‌ته‌وێت ماڵپه‌ڕێك دڵخواز بکه‌ی به‌خێرای:",
"Import" => "هێنان", "Read later" => "دووای بیخوێنه‌وه",
"Export" => "هه‌ناردن" "Export" => "هه‌ناردن",
"Import" => "هێنان"
); );

View File

@ -8,6 +8,6 @@
"Address" => "Adress", "Address" => "Adress",
"List" => "Lescht", "List" => "Lescht",
"Settings" => "Astellungen", "Settings" => "Astellungen",
"Import" => "Import", "Export" => "Export",
"Export" => "Export" "Import" => "Import"
); );

View File

@ -9,6 +9,6 @@
"Address" => "Adresas", "Address" => "Adresas",
"List" => "Sąrašas", "List" => "Sąrašas",
"Settings" => "Nustatymai", "Settings" => "Nustatymai",
"Import" => "Importuoti", "Export" => "Eksportuoti",
"Export" => "Eksportuoti" "Import" => "Importuoti"
); );

View File

@ -8,6 +8,6 @@
"Address" => "Адреса", "Address" => "Адреса",
"List" => "Листа", "List" => "Листа",
"Settings" => "Параметри", "Settings" => "Параметри",
"Import" => "Внеси", "Export" => "Извези",
"Export" => "Извези" "Import" => "Внеси"
); );

View File

@ -9,6 +9,6 @@
"Address" => "Alamat", "Address" => "Alamat",
"List" => "Senarai", "List" => "Senarai",
"Settings" => "Tetapan", "Settings" => "Tetapan",
"Import" => "Import", "Export" => "Export",
"Export" => "Export" "Import" => "Import"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "Adressen til siden", "The address of the page" => "Adressen til siden",
"Description of the page" => "Beskrivelse av siden", "Description of the page" => "Beskrivelse av siden",
"Save" => "Lagre", "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", "Edit" => "Endre",
"Delete" => "Slett", "Delete" => "Slett",
"Cancel" => "Avbryt", "Cancel" => "Avbryt",
@ -25,9 +23,8 @@
"Related Tags" => "Relaterte tagger", "Related Tags" => "Relaterte tagger",
"Settings" => "Innstillinger", "Settings" => "Innstillinger",
"You have no bookmarks" => "Du har ingen bokmerker", "You have no bookmarks" => "Du har ingen bokmerker",
"Bookmarklet <br />" => "Bokmerke <br />", "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",
"Import bookmarks" => "Importer bokmerker", "Read later" => "Les senere",
"Import" => "Importer", "Export" => "Eksporter",
"Export bookmarks" => "Eksporter bokmerker", "Import" => "Importer"
"Export" => "Eksporter"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "Het pagina adres", "The address of the page" => "Het pagina adres",
"Description of the page" => "Pagina beschrijving", "Description of the page" => "Pagina beschrijving",
"Save" => "Bewaar", "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", "Edit" => "Bewerk",
"Delete" => "Verwijder", "Delete" => "Verwijder",
"Cancel" => "Annuleer", "Cancel" => "Annuleer",
@ -25,9 +23,8 @@
"Related Tags" => "Aanverwante tags", "Related Tags" => "Aanverwante tags",
"Settings" => "Instellingen", "Settings" => "Instellingen",
"You have no bookmarks" => "U heeft geen bladwijzers", "You have no bookmarks" => "U heeft geen bladwijzers",
"Bookmarklet <br />" => "Bookmarklet <br />", "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:",
"Import bookmarks" => "Importeer bladwijzers", "Read later" => "Lees later",
"Import" => "Importeer", "Export" => "Exporteer",
"Export bookmarks" => "Exporteer bladwijzers", "Import" => "Importeer"
"Export" => "Exporteer"
); );

View File

@ -7,6 +7,6 @@
"Address" => "Adresse", "Address" => "Adresse",
"List" => "Liste", "List" => "Liste",
"Settings" => "Innstillingar", "Settings" => "Innstillingar",
"Import" => "Importer", "Export" => "Eksporter",
"Export" => "Eksporter" "Import" => "Importer"
); );

View File

@ -6,6 +6,6 @@
"Cancel" => "Annula", "Cancel" => "Annula",
"List" => "Tièra", "List" => "Tièra",
"Settings" => "Configuracion", "Settings" => "Configuracion",
"Import" => "Importa", "Export" => "Exporta",
"Export" => "Exporta" "Import" => "Importa"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "Adres strony", "The address of the page" => "Adres strony",
"Description of the page" => "Opis strony", "Description of the page" => "Opis strony",
"Save" => "Zapisz", "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", "Edit" => "Edytuj",
"Delete" => "Usuń", "Delete" => "Usuń",
"Cancel" => "Anuluj", "Cancel" => "Anuluj",
@ -25,9 +23,8 @@
"Related Tags" => "Powiązane Tagi", "Related Tags" => "Powiązane Tagi",
"Settings" => "Ustawienia", "Settings" => "Ustawienia",
"You have no bookmarks" => "Nie masz żadnych zakładek", "You have no bookmarks" => "Nie masz żadnych zakładek",
"Bookmarklet <br />" => "Skryptozakładka <br />", "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:",
"Import bookmarks" => "Importuj zakładki", "Read later" => "Czytaj później",
"Import" => "Import", "Export" => "Export",
"Export bookmarks" => "Eksportuj zakładki", "Import" => "Import"
"Export" => "Export"
); );

View File

@ -1,9 +1,12 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Unsupported file type for import" => "Arquivo para importação não suportado",
"Bookmarks" => "Marcadores", "Bookmarks" => "Marcadores",
"Tags" => "Tags", "Tags" => "Tags",
"Edit bookmark" => "Editar bookmark", "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?", "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", "Warning" => "Aviso",
"Import completed successfully." => "Importação completada com sucesso",
"Uploading..." => "Enviando...",
"Bookm." => "Marc.", "Bookm." => "Marc.",
"Add a bookmark" => "Adicionar um bookmark", "Add a bookmark" => "Adicionar um bookmark",
"Close" => "Fechar", "Close" => "Fechar",
@ -11,8 +14,6 @@
"The address of the page" => "O endereço da página", "The address of the page" => "O endereço da página",
"Description of the page" => "Descrição da página", "Description of the page" => "Descrição da página",
"Save" => "Salvar", "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", "Edit" => "Editar",
"Delete" => "Excluir", "Delete" => "Excluir",
"Cancel" => "Cancelar", "Cancel" => "Cancelar",
@ -25,9 +26,8 @@
"Related Tags" => "Tags relacionadas", "Related Tags" => "Tags relacionadas",
"Settings" => "Ajustes", "Settings" => "Ajustes",
"You have no bookmarks" => "Você não tem marcadores", "You have no bookmarks" => "Você não tem marcadores",
"Bookmarklet <br />" => "Bookmarklet <br />", "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:",
"Import bookmarks" => "Importar bookmarks", "Read later" => "Ler depois",
"Import" => "Importar", "Export" => "Exportar",
"Export bookmarks" => "Exportar bookmarks", "Import" => "Importar"
"Export" => "Exportar"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "O endereço da página", "The address of the page" => "O endereço da página",
"Description of the page" => "Descrição da página", "Description of the page" => "Descrição da página",
"Save" => "Guardar", "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", "Edit" => "Editar",
"Delete" => "Apagar", "Delete" => "Apagar",
"Cancel" => "Cancelar", "Cancel" => "Cancelar",
@ -25,9 +23,8 @@
"Related Tags" => "Etiquetas relacionadas", "Related Tags" => "Etiquetas relacionadas",
"Settings" => "Configurações", "Settings" => "Configurações",
"You have no bookmarks" => "Não tem marcadores", "You have no bookmarks" => "Não tem marcadores",
"Bookmarklet <br />" => "Marcador", "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.",
"Import bookmarks" => "Importar marcadores", "Read later" => "Ler mais tarde",
"Import" => "Importar", "Export" => "Exportar",
"Export bookmarks" => "Exportar marcadores", "Import" => "Importar"
"Export" => "Exportar"
); );

View File

@ -5,8 +5,6 @@
"Bookm." => "Bookm.", "Bookm." => "Bookm.",
"Close" => "Închide", "Close" => "Închide",
"Save" => "Salvează", "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ă", "Edit" => "Editează",
"Delete" => "Șterge", "Delete" => "Șterge",
"Cancel" => "Anulare", "Cancel" => "Anulare",
@ -14,7 +12,8 @@
"List" => "Listă", "List" => "Listă",
"Settings" => "Setări", "Settings" => "Setări",
"You have no bookmarks" => "Nu ai nici un semn de carte", "You have no bookmarks" => "Nu ai nici un semn de carte",
"Bookmarklet <br />" => "Bookmarklet <br />", "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:",
"Import" => "Importă", "Read later" => "Citește mai târziu",
"Export" => "Exportă" "Export" => "Exportă",
"Import" => "Importă"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "Адрес страницы", "The address of the page" => "Адрес страницы",
"Description of the page" => "Описание страницы", "Description of the page" => "Описание страницы",
"Save" => "Сохранить", "Save" => "Сохранить",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Перетащите эту кнопку в закладки вашего браузера и нажимайте на неё для быстрого добавления страницы в закладки:",
"Read later" => "Прочитать позже",
"Edit" => "Редактировать", "Edit" => "Редактировать",
"Delete" => "Удалить", "Delete" => "Удалить",
"Cancel" => "Отменить", "Cancel" => "Отменить",
@ -25,9 +23,8 @@
"Related Tags" => "Связанные теги", "Related Tags" => "Связанные теги",
"Settings" => "Конфигурация", "Settings" => "Конфигурация",
"You have no bookmarks" => "У вас нет закладок", "You have no bookmarks" => "У вас нет закладок",
"Bookmarklet <br />" => "Быстрые закладки<br />", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Перетащите эту кнопку в закладки вашего браузера и нажимайте на неё для быстрого добавления страницы в закладки:",
"Import bookmarks" => "Импортировать закладки", "Read later" => "Прочитать позже",
"Import" => "Импорт", "Export" => "Экспорт",
"Export bookmarks" => "Экспортировать закладки", "Import" => "Импорт"
"Export" => "Экспорт"
); );

View File

@ -14,8 +14,6 @@
"The address of the page" => "Адрес страницы", "The address of the page" => "Адрес страницы",
"Description of the page" => "Описание страницы", "Description of the page" => "Описание страницы",
"Save" => "Сохранить", "Save" => "Сохранить",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Перетащите это в закладки Вашего браузера и кликните на него, когда захотите быстро добавить страницу в закладки:",
"Read later" => "Прочитать позже",
"Edit" => "Редактировать", "Edit" => "Редактировать",
"Delete" => "Удалить", "Delete" => "Удалить",
"Cancel" => "Отмена", "Cancel" => "Отмена",
@ -28,10 +26,8 @@
"Related Tags" => "Связанные теги", "Related Tags" => "Связанные теги",
"Settings" => "Настройки", "Settings" => "Настройки",
"You have no bookmarks" => "У Вас нет закладок", "You have no bookmarks" => "У Вас нет закладок",
"Bookmarklet <br />" => "Bookmarklet <br />", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Перетащите это в закладки Вашего браузера и кликните на него, когда захотите быстро добавить страницу в закладки:",
"Import bookmarks" => "Импорт закладок", "Read later" => "Прочитать позже",
"html bookmarks file" => "файл html-закладок", "Export" => "Экспортировать",
"Import" => "Импортировать", "Import" => "Импортировать"
"Export bookmarks" => "Экспорт закладок",
"Export" => "Экспортировать"
); );

View File

@ -1,9 +1,12 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Unsupported file type for import" => "ආයාත කරන ගොනුව රුචි නොවේ",
"Bookmarks" => "පිටු සළකුනු", "Bookmarks" => "පිටු සළකුනු",
"Tags" => "ටැග", "Tags" => "ටැග",
"Edit bookmark" => "පිටු සළකුනු සකසන්න", "Edit bookmark" => "පිටු සළකුනු සකසන්න",
"Are you sure you want to remove this tag from every entry?" => "මෙම ටැගය සියළු ඇතුලත් කිරීමකින් ඉවත් කරන බව ඔබට සහතිකද", "Are you sure you want to remove this tag from every entry?" => "මෙම ටැගය සියළු ඇතුලත් කිරීමකින් ඉවත් කරන බව ඔබට සහතිකද",
"Warning" => "අනතුරු ඇඟවිම", "Warning" => "අනතුරු ඇඟවිම",
"Import completed successfully." => "ආයාත කිරීම සාර්ථකයි",
"Uploading..." => "උඩුගත කෙරේ...",
"Bookm." => "පිටුසන", "Bookm." => "පිටුසන",
"Add a bookmark" => "පිටු සළකුනක් එක් කරන්න", "Add a bookmark" => "පිටු සළකුනක් එක් කරන්න",
"Close" => "වසන්න", "Close" => "වසන්න",
@ -11,8 +14,6 @@
"The address of the page" => "පිටුවේ ලිපිනය", "The address of the page" => "පිටුවේ ලිපිනය",
"Description of the page" => "පිටුවේ විස්තර", "Description of the page" => "පිටුවේ විස්තර",
"Save" => "සුරකින්න", "Save" => "සුරකින්න",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "මෙම වෙබ් පිටුව ඉක්මනින් පිටු සළකුනක් ලෙස සටහන් කිරීමට, එය බ්‍රවුසරයේ පිටු සළකුනු මතට ඇද ක්ලික් කරන්න:",
"Read later" => "පසුව කියවීමට",
"Edit" => "සකසන්න", "Edit" => "සකසන්න",
"Delete" => "මකන්න", "Delete" => "මකන්න",
"Cancel" => "එපා", "Cancel" => "එපා",
@ -25,9 +26,8 @@
"Related Tags" => "අදාළ ටැගයන්", "Related Tags" => "අදාළ ටැගයන්",
"Settings" => "සිටුවම්", "Settings" => "සිටුවම්",
"You have no bookmarks" => "පිටු සළකුනු නොමැත", "You have no bookmarks" => "පිටු සළකුනු නොමැත",
"Bookmarklet <br />" => "පිටුසන<br />", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "මෙම වෙබ් පිටුව ඉක්මනින් පිටු සළකුනක් ලෙස සටහන් කිරීමට, එය බ්‍රවුසරයේ පිටු සළකුනු මතට ඇද ක්ලික් කරන්න:",
"Import bookmarks" => "පිටුසනයන් ආයාත කරන්න", "Read later" => "පසුව කියවීමට",
"Import" => "ආයාත කරන්න", "Export" => "නිර්යාත කරන්න",
"Export bookmarks" => "පිටුසනයන් නිර්යාත කරන්න", "Import" => "ආයාත කරන්න"
"Export" => "නිර්යාත කරන්න"
); );

View File

@ -1,9 +1,12 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Unsupported file type for import" => "Nepodporovaný typ súboru pre import",
"Bookmarks" => "Záložky", "Bookmarks" => "Záložky",
"Tags" => "Značky", "Tags" => "Značky",
"Edit bookmark" => "Upraviť záložku", "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?", "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", "Warning" => "Varovanie",
"Import completed successfully." => "Import prebehol úspešne.",
"Uploading..." => "Odosielanie...",
"Bookm." => "Zál.", "Bookm." => "Zál.",
"Add a bookmark" => "Pridať záložku", "Add a bookmark" => "Pridať záložku",
"Close" => "Zavrieť", "Close" => "Zavrieť",
@ -11,8 +14,6 @@
"The address of the page" => "Adresa stránky", "The address of the page" => "Adresa stránky",
"Description of the page" => "Popis stránky", "Description of the page" => "Popis stránky",
"Save" => "Uložiť", "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ť", "Edit" => "Upraviť",
"Delete" => "Zmazať", "Delete" => "Zmazať",
"Cancel" => "Zrušiť", "Cancel" => "Zrušiť",
@ -25,9 +26,8 @@
"Related Tags" => "Podobné značky", "Related Tags" => "Podobné značky",
"Settings" => "Nastavenia", "Settings" => "Nastavenia",
"You have no bookmarks" => "Nemáte záložky", "You have no bookmarks" => "Nemáte záložky",
"Bookmarklet <br />" => "Záložky <br />", "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.",
"Import bookmarks" => "Importovať záložky", "Read later" => "Prečítať neskôr",
"Import" => "Import", "Export" => "Export",
"Export bookmarks" => "Export záložiek", "Import" => "Import"
"Export" => "Export"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "Naslov strani", "The address of the page" => "Naslov strani",
"Description of the page" => "Opis strani", "Description of the page" => "Opis strani",
"Save" => "Shrani", "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", "Edit" => "Uredi",
"Delete" => "Izbriši", "Delete" => "Izbriši",
"Cancel" => "Prekliči", "Cancel" => "Prekliči",
@ -25,9 +23,8 @@
"Related Tags" => "Sorodne oznake", "Related Tags" => "Sorodne oznake",
"Settings" => "Nastavitve", "Settings" => "Nastavitve",
"You have no bookmarks" => "Nimate zaznamkov", "You have no bookmarks" => "Nimate zaznamkov",
"Bookmarklet <br />" => "Vstavek za zaznamke <br />", "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:",
"Import bookmarks" => "Uvozi zaznamke", "Read later" => "Preberi kasneje",
"Import" => "Uvozi", "Export" => "Izvozi",
"Export bookmarks" => "Izvozi zaznamke", "Import" => "Uvozi"
"Export" => "Izvozi"
); );

View File

@ -1,9 +1,12 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Unsupported file type for import" => "Filtypen stöds ej för import",
"Bookmarks" => "Bokmärken", "Bookmarks" => "Bokmärken",
"Tags" => "Taggar", "Tags" => "Taggar",
"Edit bookmark" => "Redigera bokmärke", "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?", "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", "Warning" => "Varning",
"Import completed successfully." => "Import slutförd.",
"Uploading..." => "Laddar upp...",
"Bookm." => "Bokm.", "Bookm." => "Bokm.",
"Add a bookmark" => "Lägg till ett bokmärke", "Add a bookmark" => "Lägg till ett bokmärke",
"Close" => "Stäng", "Close" => "Stäng",
@ -11,8 +14,6 @@
"The address of the page" => "Adress till sidan", "The address of the page" => "Adress till sidan",
"Description of the page" => "Beskrivning av sidan", "Description of the page" => "Beskrivning av sidan",
"Save" => "Spara", "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", "Edit" => "Redigera",
"Delete" => "Radera", "Delete" => "Radera",
"Cancel" => "Avbryt", "Cancel" => "Avbryt",
@ -25,9 +26,8 @@
"Related Tags" => "Relaterade taggar", "Related Tags" => "Relaterade taggar",
"Settings" => "Inställningar", "Settings" => "Inställningar",
"You have no bookmarks" => "Du har inga bokmärken", "You have no bookmarks" => "Du har inga bokmärken",
"Bookmarklet <br />" => "Skriptbokmärke <br />", "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:",
"Import bookmarks" => "Importera bokmärken", "Read later" => "Läs senare",
"Import" => "Importera", "Export" => "Exportera",
"Export bookmarks" => "Exportera bokmärken", "Import" => "Importera"
"Export" => "Exportera"
); );

View File

@ -8,6 +8,6 @@
"Cancel" => "இரத்து செய்க", "Cancel" => "இரத்து செய்க",
"List" => "பட்டியல்", "List" => "பட்டியல்",
"Settings" => "அமைப்புகள்", "Settings" => "அமைப்புகள்",
"Import" => "இறக்குமதி", "Export" => "ஏற்றுமதி",
"Export" => "ஏற்றுமதி" "Import" => "இறக்குமதி"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "ที่อยู่ของหน้า", "The address of the page" => "ที่อยู่ของหน้า",
"Description of the page" => "คำอธิบายเกี่ยวกับหน้า", "Description of the page" => "คำอธิบายเกี่ยวกับหน้า",
"Save" => "บันทึก", "Save" => "บันทึก",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ลากสิ่งนี้ไปไว้ที่รายการโปรดในโปรแกรมบราวเซอร์ของคุณ แล้วคลิกที่นั่น, เมื่อคุณต้องการเก็บหน้าเว็บเพจเข้าไปไว้ในรายการโปรดอย่างรวดเร็ว",
"Read later" => "อ่านภายหลัง",
"Edit" => "แก้ไข", "Edit" => "แก้ไข",
"Delete" => "ลบ", "Delete" => "ลบ",
"Cancel" => "ยกเลิก", "Cancel" => "ยกเลิก",
@ -25,9 +23,8 @@
"Related Tags" => "ป้ายกำกับอื่นๆที่เกี่ยวข้อง", "Related Tags" => "ป้ายกำกับอื่นๆที่เกี่ยวข้อง",
"Settings" => "ตั้งค่า", "Settings" => "ตั้งค่า",
"You have no bookmarks" => "คุณยังไม่มีรายการโปรด", "You have no bookmarks" => "คุณยังไม่มีรายการโปรด",
"Bookmarklet <br />" => "Bookmarklet <br />", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ลากสิ่งนี้ไปไว้ที่รายการโปรดในโปรแกรมบราวเซอร์ของคุณ แล้วคลิกที่นั่น, เมื่อคุณต้องการเก็บหน้าเว็บเพจเข้าไปไว้ในรายการโปรดอย่างรวดเร็ว",
"Import bookmarks" => "นำเข้ารายการโปรด", "Read later" => "อ่านภายหลัง",
"Import" => "นำเข้า", "Export" => "ส่งออก",
"Export bookmarks" => "ส่งออกรายการโปรด", "Import" => "นำเข้า"
"Export" => "ส่งออก"
); );

View File

@ -4,7 +4,6 @@
"Warning" => "Uyarı", "Warning" => "Uyarı",
"Close" => "Kapat", "Close" => "Kapat",
"Save" => "Kaydet", "Save" => "Kaydet",
"Read later" => "Sonra oku",
"Edit" => "Düzenle", "Edit" => "Düzenle",
"Delete" => "Sil", "Delete" => "Sil",
"Cancel" => "İptal", "Cancel" => "İptal",
@ -13,6 +12,7 @@
"Hide" => "Gizle", "Hide" => "Gizle",
"Show" => "Göster", "Show" => "Göster",
"Settings" => "Ayarlar", "Settings" => "Ayarlar",
"Import" => "İçe aktar", "Read later" => "Sonra oku",
"Export" => "Dışa aktar" "Export" => "Dışa aktar",
"Import" => "İçe aktar"
); );

View File

@ -3,7 +3,6 @@
"Tags" => "Теги", "Tags" => "Теги",
"Close" => "Закрити", "Close" => "Закрити",
"Save" => "Зберегти", "Save" => "Зберегти",
"Read later" => "Прочитати пізніше",
"Edit" => "Редагувати", "Edit" => "Редагувати",
"Delete" => "Видалити", "Delete" => "Видалити",
"Cancel" => "Відмінити", "Cancel" => "Відмінити",
@ -11,6 +10,7 @@
"List" => "Список", "List" => "Список",
"Settings" => "Налаштування", "Settings" => "Налаштування",
"You have no bookmarks" => "У вас нема закладок", "You have no bookmarks" => "У вас нема закладок",
"Import" => "Імпорт", "Read later" => "Прочитати пізніше",
"Export" => "Експорт" "Export" => "Експорт",
"Import" => "Імпорт"
); );

View File

@ -3,8 +3,6 @@
"Tags" => "Tags", "Tags" => "Tags",
"Close" => "Đóng", "Close" => "Đóng",
"Save" => "Lưu", "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", "Edit" => "Sửa",
"Delete" => "Xóa", "Delete" => "Xóa",
"Cancel" => "Hủy", "Cancel" => "Hủy",
@ -12,7 +10,8 @@
"List" => "Danh sách", "List" => "Danh sách",
"Settings" => "Tùy chỉnh", "Settings" => "Tùy chỉnh",
"You have no bookmarks" => "Bạn chưa có đánh dấu nào", "You have no bookmarks" => "Bạn chưa có đánh dấu nào",
"Bookmarklet <br />" => "Bookmarklet <br />", "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:",
"Import" => "Nhập", "Read later" => "Đọc sau",
"Export" => "Xuất" "Export" => "Xuất",
"Import" => "Nhập"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "页面地址", "The address of the page" => "页面地址",
"Description of the page" => "页面描述", "Description of the page" => "页面描述",
"Save" => "保存", "Save" => "保存",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "拖动此物到您的浏览器书签栏,在您想要快速订阅某网页时点击:",
"Read later" => "稍后阅读",
"Edit" => "编辑", "Edit" => "编辑",
"Delete" => "删除", "Delete" => "删除",
"Cancel" => "取消", "Cancel" => "取消",
@ -25,9 +23,8 @@
"Related Tags" => "相关标签", "Related Tags" => "相关标签",
"Settings" => "设置", "Settings" => "设置",
"You have no bookmarks" => "您没有书签", "You have no bookmarks" => "您没有书签",
"Bookmarklet <br />" => "小书签 <br />", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "拖动此物到您的浏览器书签栏,在您想要快速订阅某网页时点击:",
"Import bookmarks" => "导入书签", "Read later" => "稍后阅读",
"Import" => "导入", "Export" => "导出",
"Export bookmarks" => "导出书签", "Import" => "导入"
"Export" => "导出"
); );

View File

@ -11,8 +11,6 @@
"The address of the page" => "页面地址", "The address of the page" => "页面地址",
"Description of the page" => "页面描述", "Description of the page" => "页面描述",
"Save" => "保存", "Save" => "保存",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "拖曳此处到您的浏览器书签处,点击可以将网页快速添加到书签中。",
"Read later" => "稍后阅读",
"Edit" => "编辑", "Edit" => "编辑",
"Delete" => "删除", "Delete" => "删除",
"Cancel" => "取消", "Cancel" => "取消",
@ -25,9 +23,8 @@
"Related Tags" => "相关标签", "Related Tags" => "相关标签",
"Settings" => "设置", "Settings" => "设置",
"You have no bookmarks" => "您暂无书签", "You have no bookmarks" => "您暂无书签",
"Bookmarklet <br />" => "书签应用", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "拖曳此处到您的浏览器书签处,点击可以将网页快速添加到书签中。",
"Import bookmarks" => "导入书签", "Read later" => "稍后阅读",
"Import" => "导入", "Export" => "导出",
"Export bookmarks" => "导出书签", "Import" => "导入"
"Export" => "导出"
); );

View File

@ -3,8 +3,6 @@
"Tags" => "標籤", "Tags" => "標籤",
"Close" => "關閉", "Close" => "關閉",
"Save" => "儲存", "Save" => "儲存",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "將此拖曳至您的瀏覽器書籤並點擊, 當你想要將網頁快速地加入書籤:",
"Read later" => "稍後閱讀",
"Edit" => "編輯", "Edit" => "編輯",
"Delete" => "刪除", "Delete" => "刪除",
"Cancel" => "取消", "Cancel" => "取消",
@ -12,7 +10,8 @@
"List" => "清單", "List" => "清單",
"Settings" => "設定", "Settings" => "設定",
"You have no bookmarks" => "你沒有書籤", "You have no bookmarks" => "你沒有書籤",
"Bookmarklet <br />" => "書籤小工具", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "將此拖曳至您的瀏覽器書籤並點擊, 當你想要將網頁快速地加入書籤:",
"Import" => "匯入", "Read later" => "稍後閱讀",
"Export" => "匯出" "Export" => "匯出",
"Import" => "匯入"
); );

View File

@ -1,12 +0,0 @@
<?php
/**
* Copyright (c) 2011 Marvin Thomas Rabe <mrabe@marvinrabe.de>
* 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();

View File

@ -1,8 +0,0 @@
<?php
function createBookmarklet() {
$l = OC_L10N::get('bookmarks');
echo '<small>' . $l->t('Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:') . '</small><br />'
. '<a class="button bookmarklet" href="javascript:(function(){var a=window,b=document,c=encodeURIComponent,e=document.title,d=a.open(\'' . OCP\Util::linkToAbsolute('bookmarks', 'addBm.php') . '?output=popup&url=\'+c(b.location)+\'&title=\'+e,\'bkmk_popup\',\'left=\'+((a.screenX||a.screenLeft)+10)+\',top=\'+((a.screenY||a.screenTop)+10)+\',height=400px,width=550px,resizable=1,alwaysRaised=1\');a.setTimeout(function(){d.focus()},300);})();">'
. $l->t('Read later') . '</a>';
}

View File

@ -33,14 +33,17 @@
<div id="bookmark_settings"> <div id="bookmark_settings">
<ul class="controls"> <ul class="controls">
<li style="float: right"> <li style="float: right">
<button id="settingsbtn" title="<?php echo $l->t('Settings'); ?>"> <button id="settingsbtn" title="<?php echo $l->t('Settings'); ?>">
<img class="svg" src="<?php echo OCP\Util::imagePath('core', 'actions/settings.png'); ?>" <img class="svg" src="<?php echo OCP\Util::imagePath('core', 'actions/settings.png'); ?>"
alt="<?php echo $l->t('Settings'); ?>" /></button> alt="<?php echo $l->t('Settings'); ?>" /></button>
</li> </li>
</ul> </ul>
<div id="bm_setting_panel">
<?php require 'settings.php';?>
</div> </div>
</div>
</div> </div>
<div id="rightcontent" class="rightcontent"> <div id="rightcontent" class="rightcontent">
@ -48,9 +51,9 @@
<div id="firstrun" style="display: none;"> <div id="firstrun" style="display: none;">
<?php <?php
echo $l->t('You have no bookmarks'); echo $l->t('You have no bookmarks');
$embedded = true; $embedded = true;/*
require_once OC_App::getAppPath('bookmarks') .'/templates/bookmarklet.php' ; require_once OC_App::getAppPath('bookmarks') .'/templates/bookmarklet.php' ;
createBookmarklet(); createBookmarklet(); */
?> ?>
<div id="appsettings" class="popup bottomleft hidden"></div> <div id="appsettings" class="popup bottomleft hidden"></div>
</div> </div>

View File

@ -8,11 +8,16 @@
?> ?>
<fieldset class="personalblock"> <fieldset class="personalblock">
<legend><strong><?php echo $l->t('Bookmarklet <br />');?></strong></legend> <legend><strong><?php echo $l->t('Bookmarklet');?></strong></legend>
<?php <small>
require_once 'bookmarklet.php'; <?php echo $l->t('Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:');?>
createBookmarklet(); </small><br />
?> <a class="button bookmarklet"
href="javascript:(function(){var a=window,b=document,c=encodeURIComponent,e=document.title,d=a.open('<?php
echo OCP\Util::linkToAbsolute('bookmarks', 'addBm.php');
?>'?output=popup&url=\'+c(b.location)+\'&title=\'+e,\'bkmk_popup\',\'left=\'+((a.screenX||a.screenLeft)+10)+\',top=\'+((a.screenY||a.screenTop)+10)+\',height=400px,width=550px,resizable=1,alwaysRaised=1\');a.setTimeout(function(){d.focus()},300);})();">
<?php echo $l->t('Read later');?>
</a>
</fieldset> </fieldset>
<form id="import_bookmark" action="<?php echo OCP\Util::linkTo( "bookmarks", "ajax/import.php" );?>" <form id="import_bookmark" action="<?php echo OCP\Util::linkTo( "bookmarks", "ajax/import.php" );?>"
@ -23,16 +28,13 @@
<p><?php echo $_['error']['hint']; ?></p> <p><?php echo $_['error']['hint']; ?></p>
<?php endif; ?> <?php endif; ?>
<legend><strong><?php echo $l->t('Import bookmarks');?></strong></legend> <legend><strong><?php echo $l->t('Export & Import');?></strong></legend>
<p><input type="file" id="bm_import" name="bm_import" style="width:280px;"> <input type="button" id="bm_export" href="<?php echo OCP\Util::linkTo('bookmarks', 'export.php') ;?>" value="<?php echo $l->t('Export'); ?>" />
<label for="bm_import"> <?php echo $l->t('html bookmarks file');?></label> <input type="file" id="bm_import" name="bm_import">
</p> <button type="button" name="bm_import_btn" id="bm_import_submit"><?php echo $l->t('Import'); ?></button>
<input type="button" name="bm_import_btn" id="bm_import_submit" value="<?php echo $l->t('Import'); ?>" /> <div id="upload"></div>
<div id="upload"></div>
<legend><strong><?php echo $l->t('Export bookmarks');?></strong></legend>
<p><a href="<?php echo OCP\Util::linkTo('bookmarks', 'export.php') ;?>"
class="button"><?php echo $l->t('Export'); ?></a></p>
</fieldset> </fieldset>
</form> </form>