From c1e99a0667f16ffe3d5e6f406985ff1974567f14 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 28 Oct 2014 15:11:28 +0300 Subject: [PATCH] locals: add locale for 'move to' Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/1a30d7d921893e0676f8245f1566dea490917556 Author: [CST] Focus Date: 2014-10-28 (Tue, 28 Oct 2014) --- data/locale/english.locale | 1 + src/system/locals.h | 1 + src/system/locals_intern.h | 1 + 3 files changed, 3 insertions(+) diff --git a/data/locale/english.locale b/data/locale/english.locale index b36d59c83..d2714ca26 100644 --- a/data/locale/english.locale +++ b/data/locale/english.locale @@ -188,6 +188,7 @@ bouqueteditor.discardingchanges Discarding changes. Please be patient. bouqueteditor.hide Hide bouqueteditor.lock Lock bouqueteditor.move Move +bouqueteditor.move_to Move to bouqueteditor.name Bouquet editor bouqueteditor.newbouquetname New name of bouquets bouqueteditor.rename Rename diff --git a/src/system/locals.h b/src/system/locals.h index 05105b9a3..aa5dae893 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -215,6 +215,7 @@ typedef enum LOCALE_BOUQUETEDITOR_HIDE, LOCALE_BOUQUETEDITOR_LOCK, LOCALE_BOUQUETEDITOR_MOVE, + LOCALE_BOUQUETEDITOR_MOVE_TO, LOCALE_BOUQUETEDITOR_NAME, LOCALE_BOUQUETEDITOR_NEWBOUQUETNAME, LOCALE_BOUQUETEDITOR_RENAME, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index 764c74f54..3126ba9ca 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -215,6 +215,7 @@ const char * locale_real_names[] = "bouqueteditor.hide", "bouqueteditor.lock", "bouqueteditor.move", + "bouqueteditor.move_to", "bouqueteditor.name", "bouqueteditor.newbouquetname", "bouqueteditor.rename",