diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-16 21:57:19 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-16 21:57:19 +0000 |
commit | 66d13adf4909cbdcf162f2bd7373d1788510de8f (patch) | |
tree | 8ddaccceadb986ae64f3dff5b7e8b6b269d1243f | |
parent | 685c2bdebe316e547a1218e678a1015021a68e80 (diff) |
Omegle translate fix.
git-svn-id: http://svn.miranda-ng.org/main/trunk@4697 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | langpacks/czech/Plugins/Omegle.txt | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/constants.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/langpacks/czech/Plugins/Omegle.txt b/langpacks/czech/Plugins/Omegle.txt index 1a487196a4..6f258ffd85 100644 --- a/langpacks/czech/Plugins/Omegle.txt +++ b/langpacks/czech/Plugins/Omegle.txt @@ -100,6 +100,8 @@ Připojování... [Waiting for Stranger...]
Čekání na cizince...
;file \protocols\Omegle\src\constants.h
+[Random]
+Náhodný
[Stranger is using Omegle's mobile Web site (omegle.com on a phone or tablet)]
Cizinec používá mobilní stránky Omegle (omegle.com na telefonu nebo tabletu)
[You and stranger speak the same language.]
diff --git a/protocols/Omegle/src/constants.h b/protocols/Omegle/src/constants.h index 81a4630c98..f6491b61f4 100644 --- a/protocols/Omegle/src/constants.h +++ b/protocols/Omegle/src/constants.h @@ -48,7 +48,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // Servers list
//static const char *servers[] = {"Random", "bajor", "cardassia", "promenade", "odo-bucket", "ferengi", "quilt", "empok-nor", "quibbler"};
-static const char *servers[] = {"Random", "front1", "front2", "front3", "front4", "front5", "front6", "front7", "front8", "front9"};
+static const char *servers[] = {LPGEN("Random"), "front1", "front2", "front3", "front4", "front5", "front6", "front7", "front8", "front9"};
static const struct {
const char *id;
|