[shared] Added utils::flipDict allowing to flip keys<->values of a dict. [gen] file.py: added missing i18n labels. [gen] Added css style for rendering nice tables within the message popup.

This commit is contained in:
Gaetan Delannay 2015-01-16 20:22:29 +01:00
parent ffb8bed189
commit a905aaa139
12 changed files with 114 additions and 4 deletions

View file

@ -235,6 +235,18 @@ msgstr ""
msgid "page_unlock"
msgstr ""
#. Default: "Keep the file unchanged"
msgid "keep_file"
msgstr ""
#. Default: "Delete the file"
msgid "delete_file"
msgstr ""
#. Default: "Replace it with a new file"
msgid "replace_file"
msgstr ""
#. Default: "Are you sure?"
msgid "action_confirm"
msgstr ""

View file

@ -235,6 +235,18 @@ msgstr ""
msgid "page_unlock"
msgstr ""
#. Default: "Keep the file unchanged"
msgid "keep_file"
msgstr ""
#. Default: "Delete the file"
msgid "delete_file"
msgstr ""
#. Default: "Replace it with a new file"
msgid "replace_file"
msgstr ""
#. Default: "Are you sure?"
msgid "action_confirm"
msgstr ""

View file

@ -235,6 +235,18 @@ msgstr ""
msgid "page_unlock"
msgstr ""
#. Default: "Keep the file unchanged"
msgid "keep_file"
msgstr ""
#. Default: "Delete the file"
msgid "delete_file"
msgstr ""
#. Default: "Replace it with a new file"
msgid "replace_file"
msgstr ""
#. Default: "Are you sure?"
msgid "action_confirm"
msgstr ""

View file

@ -236,6 +236,18 @@ msgstr "(Un)check everything"
msgid "page_unlock"
msgstr "Unlock"
#. Default: "Keep the file unchanged"
msgid "keep_file"
msgstr "Keep the file unchanged"
#. Default: "Delete the file"
msgid "delete_file"
msgstr "Delete the file"
#. Default: "Replace it with a new file"
msgid "replace_file"
msgstr "Replace it with a new file"
#. Default: "Are you sure?"
msgid "action_confirm"
msgstr "Are you sure?"

View file

@ -235,6 +235,18 @@ msgstr ""
msgid "page_unlock"
msgstr ""
#. Default: "Keep the file unchanged"
msgid "keep_file"
msgstr ""
#. Default: "Delete the file"
msgid "delete_file"
msgstr ""
#. Default: "Replace it with a new file"
msgid "replace_file"
msgstr ""
#. Default: "Are you sure?"
msgid "action_confirm"
msgstr "¿Está seguro?"

View file

@ -236,6 +236,18 @@ msgstr "Tout (dé)sélectionner"
msgid "page_unlock"
msgstr "Déverrouiller"
#. Default: "Keep the file unchanged"
msgid "keep_file"
msgstr "Conserver le fichier"
#. Default: "Delete the file"
msgid "delete_file"
msgstr "Supprimer le fichier"
#. Default: "Replace it with a new file"
msgid "replace_file"
msgstr "Le remplacer par un autre"
#. Default: "Are you sure?"
msgid "action_confirm"
msgstr "Êtes-vous sûr?"

View file

@ -235,6 +235,18 @@ msgstr ""
msgid "page_unlock"
msgstr ""
#. Default: "Keep the file unchanged"
msgid "keep_file"
msgstr ""
#. Default: "Delete the file"
msgid "delete_file"
msgstr ""
#. Default: "Replace it with a new file"
msgid "replace_file"
msgstr ""
#. Default: "Are you sure?"
msgid "action_confirm"
msgstr "È sicuro?"

View file

@ -235,6 +235,18 @@ msgstr "Alles (de)selecteren"
msgid "page_unlock"
msgstr "Ontgrendelen"
#. Default: "Keep the file unchanged"
msgid "keep_file"
msgstr ""
#. Default: "Delete the file"
msgid "delete_file"
msgstr ""
#. Default: "Replace it with a new file"
msgid "replace_file"
msgstr ""
#. Default: "Are you sure?"
msgid "action_confirm"
msgstr "Bent u zeker?"

View file

@ -120,6 +120,12 @@ td.search { padding-top: 8px }
.grid th { font-style: italic; font-weight: normal;
border-bottom: 5px solid #fdfdfd; padding: 3px 5px 0 5px }
.grid td { padding: 3px 3px 0 3px }
.msgTable { margin: 6px 0; width: 100%; font-size: 93% }
.msgTable tr { vertical-align: top }
.msgTable td, .msgTable th { border: 1px solid grey; color: grey;
padding: 0px 5px; text-align: left }
.msgTable th { background-color: #f0e3b8; font-style: italic;
font-weight: normal }
.cellGap { padding-right: 0.4em }
.cellDashed { border: 1px dashed grey !important }
.noStyle { border: 0 !important; padding: 0 !important; margin: 0 !important }