[Pkg-mozext-commits] [automatic-save-folder] 01/01: update button labels to manage filters
Sascha Girrulat
sagiru-guest at moszumanska.debian.org
Thu Apr 13 11:42:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
sagiru-guest pushed a commit to branch patch-queue/master
in repository automatic-save-folder.
commit b034f19a4e0d38e0307d1d1fb48bc31a1ff14707
Author: Sascha Girrulat <sascha at girrulat.de>
Date: Thu Aug 20 12:10:53 2015 +0200
update button labels to manage filters
The button labels are not set consistently so if the icon is not displayed
correctly the button will be empty. This patch will update all missing labels for
the buttons add/delete/up/down/edit in the filter dialog of the extension
preferences.
Closes: #796225
Gbp-Pq: Name 0001-update-button-labels-to-manage-filters.patch
---
locale/en-US/asf.dtd | 8 ++++----
locale/fr/asf.dtd | 10 +++++-----
locale/it/asf.dtd | 8 ++++----
locale/ru/asf.dtd | 8 ++++----
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/locale/en-US/asf.dtd b/locale/en-US/asf.dtd
index 2bfc7ad..29157d2 100644
--- a/locale/en-US/asf.dtd
+++ b/locale/en-US/asf.dtd
@@ -23,11 +23,11 @@
<!ENTITY asf.tree.column.localfolder "Local folder">
<!ENTITY asf.tree.column.enabled "Active">
<!-- this is 1 space (not empty string), this is the text you want to see on the buttons next to the arrows on the filter's tab, you can write 'up' if you want -->
-<!ENTITY asf.options.move.up " ">
-<!ENTITY asf.options.move.down " ">
+<!ENTITY asf.options.move.up "Up">
+<!ENTITY asf.options.move.down "Down">
<!ENTITY asf.options.edit "Edit">
-<!ENTITY asf.options.delete " ">
-<!ENTITY asf.options.add " ">
+<!ENTITY asf.options.delete "Delete">
+<!ENTITY asf.options.add "Add">
<!-- Filters tab - bottom -->
<!ENTITY asf.default.label "If the file doesn't match any filter, save to:">
diff --git a/locale/fr/asf.dtd b/locale/fr/asf.dtd
index 1231c50..a5fea5c 100644
--- a/locale/fr/asf.dtd
+++ b/locale/fr/asf.dtd
@@ -23,11 +23,11 @@
<!ENTITY asf.tree.column.localfolder "Dossier local">
<!ENTITY asf.tree.column.enabled "Actif">
<!-- this is 1 space (not empty string), this is the text you want to see on the buttons next to the arrows on the filter's tab, you can write 'up' if you want -->
-<!ENTITY asf.options.move.up " ">
-<!ENTITY asf.options.move.down " ">
-<!ENTITY asf.options.edit "Éditer">
-<!ENTITY asf.options.delete " ">
-<!ENTITY asf.options.add " ">
+<!ENTITY asf.options.move.up "Vers le haut">
+<!ENTITY asf.options.move.down "Vers le bas">
+<!ENTITY asf.options.edit "Éditer">
+<!ENTITY asf.options.delete "Supprimer">
+<!ENTITY asf.options.add "Ajouter">
<!-- Filters tab - bottom -->
<!ENTITY asf.default.label "Dossier d'enregistrement lorsqu'aucun filtre n'est trouvé :">
diff --git a/locale/it/asf.dtd b/locale/it/asf.dtd
index 5cb9c7e..95b903e 100644
--- a/locale/it/asf.dtd
+++ b/locale/it/asf.dtd
@@ -23,11 +23,11 @@
<!ENTITY asf.tree.column.localfolder "Cartella locale">
<!ENTITY asf.tree.column.enabled "Attivo">
<!-- this is 1 space (not empty string), this is the text you want to see on the buttons next to the arrows on the filter's tab, you can write 'up' if you want -->
-<!ENTITY asf.options.move.up " ">
-<!ENTITY asf.options.move.down " ">
+<!ENTITY asf.options.move.up "Alto">
+<!ENTITY asf.options.move.down "Giù">
<!ENTITY asf.options.edit "Modifica">
-<!ENTITY asf.options.delete " ">
-<!ENTITY asf.options.add " ">
+<!ENTITY asf.options.delete "Cancellare">
+<!ENTITY asf.options.add "Sommare">
<!-- preference bottom -->
<!ENTITY asf.default.label "Cartella per salvare il file se nessun filtro corrisponde:">
diff --git a/locale/ru/asf.dtd b/locale/ru/asf.dtd
index 2642af1..81c78a3 100644
--- a/locale/ru/asf.dtd
+++ b/locale/ru/asf.dtd
@@ -23,11 +23,11 @@
<!ENTITY asf.tree.column.localfolder "Папка для сохранения">
<!ENTITY asf.tree.column.enabled "Архив">
<!-- this is 1 space (not empty string), this is the text you want to see on the buttons next to the arrows on the filter"s tab, you can write "up" if you want -->
-<!ENTITY asf.options.move.up " ">
-<!ENTITY asf.options.move.down " ">
+<!ENTITY asf.options.move.up "наверх">
+<!ENTITY asf.options.move.down "вниз">
<!ENTITY asf.options.edit "Изменить">
-<!ENTITY asf.options.delete " ">
-<!ENTITY asf.options.add " ">
+<!ENTITY asf.options.delete "удалять">
+<!ENTITY asf.options.add "добавлять">
<!-- Filters tab - bottom -->
<!ENTITY asf.default.label "Если файл не соответствует ни одному фильтру сохранить в:">
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/automatic-save-folder.git
More information about the Pkg-mozext-commits
mailing list