mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
locals: add locale for 'move to'
This commit is contained in:
@@ -188,6 +188,7 @@ bouqueteditor.discardingchanges Discarding changes. Please be patient.
|
|||||||
bouqueteditor.hide Hide
|
bouqueteditor.hide Hide
|
||||||
bouqueteditor.lock Lock
|
bouqueteditor.lock Lock
|
||||||
bouqueteditor.move Move
|
bouqueteditor.move Move
|
||||||
|
bouqueteditor.move_to Move to
|
||||||
bouqueteditor.name Bouquet editor
|
bouqueteditor.name Bouquet editor
|
||||||
bouqueteditor.newbouquetname New name of bouquets
|
bouqueteditor.newbouquetname New name of bouquets
|
||||||
bouqueteditor.rename Rename
|
bouqueteditor.rename Rename
|
||||||
|
@@ -215,6 +215,7 @@ typedef enum
|
|||||||
LOCALE_BOUQUETEDITOR_HIDE,
|
LOCALE_BOUQUETEDITOR_HIDE,
|
||||||
LOCALE_BOUQUETEDITOR_LOCK,
|
LOCALE_BOUQUETEDITOR_LOCK,
|
||||||
LOCALE_BOUQUETEDITOR_MOVE,
|
LOCALE_BOUQUETEDITOR_MOVE,
|
||||||
|
LOCALE_BOUQUETEDITOR_MOVE_TO,
|
||||||
LOCALE_BOUQUETEDITOR_NAME,
|
LOCALE_BOUQUETEDITOR_NAME,
|
||||||
LOCALE_BOUQUETEDITOR_NEWBOUQUETNAME,
|
LOCALE_BOUQUETEDITOR_NEWBOUQUETNAME,
|
||||||
LOCALE_BOUQUETEDITOR_RENAME,
|
LOCALE_BOUQUETEDITOR_RENAME,
|
||||||
|
@@ -215,6 +215,7 @@ const char * locale_real_names[] =
|
|||||||
"bouqueteditor.hide",
|
"bouqueteditor.hide",
|
||||||
"bouqueteditor.lock",
|
"bouqueteditor.lock",
|
||||||
"bouqueteditor.move",
|
"bouqueteditor.move",
|
||||||
|
"bouqueteditor.move_to",
|
||||||
"bouqueteditor.name",
|
"bouqueteditor.name",
|
||||||
"bouqueteditor.newbouquetname",
|
"bouqueteditor.newbouquetname",
|
||||||
"bouqueteditor.rename",
|
"bouqueteditor.rename",
|
||||||
|
Reference in New Issue
Block a user