diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-08-06 09:39:01 (GMT) |
---|---|---|
committer | Paul Tagliamonte <paultag@fluxbox.org> | 2012-04-07 02:13:12 (GMT) |
commit | 1e35020b456e164868389ae10742bd0685a40f1b (patch) | |
tree | bb563ad27cc165203db6757073ac235778475ef0 /nls | |
parent | 1b03ffa8201f3bc0a048f0e25928015de248a9f5 (diff) | |
download | fluxbox_paul-1e35020b456e164868389ae10742bd0685a40f1b.zip fluxbox_paul-1e35020b456e164868389ae10742bd0685a40f1b.tar.bz2 |
Add new translations to the C locale and fluxbox-nls.hh
Diffstat (limited to 'nls')
-rw-r--r-- | nls/C/Translation.m | 9 | ||||
-rw-r--r-- | nls/fluxbox-nls.hh | 10 |
2 files changed, 19 insertions, 0 deletions
diff --git a/nls/C/Translation.m b/nls/C/Translation.m index 4dcb17a..8d4c46f 100644 --- a/nls/C/Translation.m +++ b/nls/C/Translation.m | |||
@@ -132,6 +132,8 @@ $set 9 #Keys | |||
132 | 1 Keys: Error on line | 132 | 1 Keys: Error on line |
133 | 2 Keys: Failed to merge keytree!_OBSOLETE | 133 | 2 Keys: Failed to merge keytree!_OBSOLETE |
134 | 3 Keys: Invalid key/modifier on line | 134 | 3 Keys: Invalid key/modifier on line |
135 | 4 3rd argument is not a command. | ||
136 | 5 Error loading keys file: | ||
135 | 137 | ||
136 | $set 10 #Menu | 138 | $set 10 #Menu |
137 | 139 | ||
@@ -145,6 +147,11 @@ $set 10 #Menu | |||
145 | 8 Reload Config | 147 | 8 Reload Config |
146 | 9 Restart | 148 | 9 Restart |
147 | 10 Warning: unbalanced [encoding] tags | 149 | 10 Warning: unbalanced [encoding] tags |
150 | 11 Warning: Menu field %s is not a string | ||
151 | 12 Warning: Menu is not a lua table | ||
152 | 13 Loading root menu failed: | ||
153 | 14 Loading window menu failed: | ||
154 | 15 Unknown menu type: | ||
148 | 155 | ||
149 | $set 11 #Remember | 156 | $set 11 #Remember |
150 | 157 | ||
@@ -281,4 +288,6 @@ $set 20 #layers | |||
281 | 5 Normal | 288 | 5 Normal |
282 | 6 Top | 289 | 6 Top |
283 | 290 | ||
291 | $set 21 #FbCommands | ||
284 | 292 | ||
293 | 1 Failed to load menu file '%s': %s | ||
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh index 7ddc978..a0aefc8 100644 --- a/nls/fluxbox-nls.hh +++ b/nls/fluxbox-nls.hh | |||
@@ -130,6 +130,8 @@ enum { | |||
130 | KeysBadLine = 1, | 130 | KeysBadLine = 1, |
131 | KeysBadMerge = 2, | 131 | KeysBadMerge = 2, |
132 | KeysInvalidKeyMod = 3, | 132 | KeysInvalidKeyMod = 3, |
133 | KeysBad3rdArg = 4, | ||
134 | KeysLoadError = 5, | ||
133 | 135 | ||
134 | MenuSet = 10, | 136 | MenuSet = 10, |
135 | MenuConfiguration = 1, | 137 | MenuConfiguration = 1, |
@@ -142,6 +144,11 @@ enum { | |||
142 | MenuReconfigure = 8, | 144 | MenuReconfigure = 8, |
143 | MenuRestart = 9, | 145 | MenuRestart = 9, |
144 | MenuErrorEndEncoding = 10, | 146 | MenuErrorEndEncoding = 10, |
147 | MenuFieldNotString = 11, | ||
148 | MenuMenuNotTable = 12, | ||
149 | MenuRootLoad = 13, | ||
150 | MenuWindowLoad = 14, | ||
151 | MenuUnknownType = 15, | ||
145 | 152 | ||
146 | RememberSet = 11, | 153 | RememberSet = 11, |
147 | RememberDecorations = 1, | 154 | RememberDecorations = 1, |
@@ -250,6 +257,9 @@ enum { | |||
250 | LayerNormal = 5, | 257 | LayerNormal = 5, |
251 | LayerTop = 6, | 258 | LayerTop = 6, |
252 | 259 | ||
260 | FbCommandsSet = 21, | ||
261 | FbCommandsCantLoadMenu = 1, | ||
262 | |||
253 | dummy_not_used = 0 // just for the end | 263 | dummy_not_used = 0 // just for the end |
254 | 264 | ||
255 | }; // end enum | 265 | }; // end enum |