summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-06-03 13:41:28 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-06-03 13:41:28 +0000
commitc086d5b223f03c8778247c1dd6e749ec77ea486a (patch)
tree56808eb7a8b0a7878cd20a63d0363cc2c69618fa /src
parent4a9a4f473bfa109a03443921891a0ac150ad69ef (diff)
downloadfpGUI-c086d5b223f03c8778247c1dd6e749ec77ea486a.tar.xz
Update the language include files. I forgot to do it with the previous commit.
Diffstat (limited to 'src')
-rw-r--r--src/corelib/lang_afrikaans.inc5
-rw-r--r--src/corelib/lang_french.inc5
-rw-r--r--src/corelib/lang_german.inc5
-rw-r--r--src/corelib/lang_italian.inc5
-rw-r--r--src/corelib/lang_portuguese.inc10
-rw-r--r--src/corelib/lang_russian.inc5
-rw-r--r--src/corelib/lang_spanish.inc10
7 files changed, 45 insertions, 0 deletions
diff --git a/src/corelib/lang_afrikaans.inc b/src/corelib/lang_afrikaans.inc
index c2161a50..85d34706 100644
--- a/src/corelib/lang_afrikaans.inc
+++ b/src/corelib/lang_afrikaans.inc
@@ -152,3 +152,8 @@ rsLongDec = 'Desember';
+
+// General messages
+rsNewItemDetected = 'A new item has been detected.';
+rsAddNewItem = 'Would you like to add the new item <%s> to the list?';
+
diff --git a/src/corelib/lang_french.inc b/src/corelib/lang_french.inc
index a6cb7986..bd733e51 100644
--- a/src/corelib/lang_french.inc
+++ b/src/corelib/lang_french.inc
@@ -152,3 +152,8 @@ rsLongDec = 'December';
+
+// General messages
+rsNewItemDetected = 'A new item has been detected.';
+rsAddNewItem = 'Would you like to add the new item <%s> to the list?';
+
diff --git a/src/corelib/lang_german.inc b/src/corelib/lang_german.inc
index 7998b21c..d202d528 100644
--- a/src/corelib/lang_german.inc
+++ b/src/corelib/lang_german.inc
@@ -152,3 +152,8 @@ rsLongDec = 'Dezember';
+
+// General messages
+rsNewItemDetected = 'A new item has been detected.';
+rsAddNewItem = 'Would you like to add the new item <%s> to the list?';
+
diff --git a/src/corelib/lang_italian.inc b/src/corelib/lang_italian.inc
index 13060823..5156e81b 100644
--- a/src/corelib/lang_italian.inc
+++ b/src/corelib/lang_italian.inc
@@ -152,3 +152,8 @@ rsLongDec = 'December';
+
+// General messages
+rsNewItemDetected = 'A new item has been detected.';
+rsAddNewItem = 'Would you like to add the new item <%s> to the list?';
+
diff --git a/src/corelib/lang_portuguese.inc b/src/corelib/lang_portuguese.inc
index 85f303c6..60486c2f 100644
--- a/src/corelib/lang_portuguese.inc
+++ b/src/corelib/lang_portuguese.inc
@@ -6,6 +6,11 @@ rsLanguage = 'Português';
// Buttons
rsOK = 'OK';
rsCancel = 'Cancelar';
+
+
+// General messages
+rsNewItemDetected = 'A new item has been detected.';
+rsAddNewItem = 'Would you like to add the new item <%s> to the list?';
rsHelp = 'Ajuda';
rsOpen = 'Abir';
rsSave = 'Salvar';
@@ -152,3 +157,8 @@ rsLongDec = 'December';
+
+// General messages
+rsNewItemDetected = 'A new item has been detected.';
+rsAddNewItem = 'Would you like to add the new item <%s> to the list?';
+
diff --git a/src/corelib/lang_russian.inc b/src/corelib/lang_russian.inc
index 6cbe86ab..f5bbba55 100644
--- a/src/corelib/lang_russian.inc
+++ b/src/corelib/lang_russian.inc
@@ -152,3 +152,8 @@ rsLongDec = 'Декабрь';
+
+// General messages
+rsNewItemDetected = 'A new item has been detected.';
+rsAddNewItem = 'Would you like to add the new item <%s> to the list?';
+
diff --git a/src/corelib/lang_spanish.inc b/src/corelib/lang_spanish.inc
index ddb56e62..e6177e71 100644
--- a/src/corelib/lang_spanish.inc
+++ b/src/corelib/lang_spanish.inc
@@ -23,6 +23,11 @@ rsAbort = 'Abortar';
rsRetry = 'Reintentar';
rsIgnore = 'Ignorar';
rsClose = 'Cerrar';
+
+
+// General messages
+rsNewItemDetected = 'A new item has been detected.';
+rsAddNewItem = 'Would you like to add the new item <%s> to the list?';
rsInsert = 'Insertar';
rsEdit = 'Editar';
rsDelete = 'Borrar';
@@ -152,3 +157,8 @@ rsLongDec = 'December';
+
+// General messages
+rsNewItemDetected = 'A new item has been detected.';
+rsAddNewItem = 'Would you like to add the new item <%s> to the list?';
+