From 0345245e860375a32c9a437c4a9d9cae807134e9 Mon Sep 17 00:00:00 2001 From: Shashank Date: Mon, 29 May 2017 12:40:26 +0530 Subject: CMSCOPE changed --- modules/completion/locales/completion.pot | 95 +++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100755 modules/completion/locales/completion.pot (limited to 'modules/completion/locales/completion.pot') diff --git a/modules/completion/locales/completion.pot b/modules/completion/locales/completion.pot new file mode 100755 index 000000000..159c3e727 --- /dev/null +++ b/modules/completion/locales/completion.pot @@ -0,0 +1,95 @@ +# Localization of the module completion +# Please see in SCI/tools/localization for localization management +# Copyright (C) 2007-2008 - INRIA +# Copyright (C) 2008-2011 - DIGITEO +# Copyright (C) 2012-2014 - Scilab-Enterprises +# This file is distributed under the same license as the Scilab package. +# +msgid "" +msgstr "" +"Project-Id-Version: Scilab\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-04-16 17:44+0100\n" +"Last-Translator: Vincent COUVERT \n" +"Language-Team: Scilab Localization \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"Revision-Date: 2015-03-27 13:54+0100\n" + +# File: sci_gateway/c/sci_completion.c, line: 43 +# File: sci_gateway/c/sci_completion.c, line: 83 +# File: tests/utilities/sci_completeline.c, line: 45 +# File: tests/utilities/sci_completeline.c, line: 93 +# File: tests/utilities/sci_completeline.c, line: 107 +# File: tests/utilities/sci_completeline.c, line: 122 +# File: tests/utilities/sci_completeline.c, line: 138 +# File: tests/utilities/sci_getfilepartlevel.c, line: 59 +# File: tests/utilities/sci_getpartlevel.c, line: 59 +#, c-format +msgid "%s: Wrong size for input argument #%d: A string expected.\n" +msgstr "" + +# +# File: sci_gateway/c/sci_completion.c, line: 49 +# File: sci_gateway/c/sci_completion.c, line: 131 +#, c-format +msgid "%s: Wrong type for input argument #%d: String expected.\n" +msgstr "" + +# +# File: sci_gateway/c/sci_completion.c, line: 115 +#, c-format +msgid "" +"%s: Wrong value for input argument: '%s', '%s', '%s', '%s', '%s' or '%s' " +"expected.\n" +msgstr "" + +# +# File: sci_gateway/c/sci_completion.c, line: 144 +#, c-format +msgid "%s: Wrong number of output argument(s).\n" +msgstr "" + +# +# File: src/java/org/scilab/modules/completion/AbstractSciCompletionWindow.java, line: 262 +msgid "File or Directory" +msgstr "" + +# +# File: src/nocompletion/nocompletion.c, line: 19 +msgid "Scilab completion module not installed.\n" +msgstr "" + +# +# File: tests/utilities/sci_completeline.c, line: 51 +# File: tests/utilities/sci_completeline.c, line: 187 +# File: tests/utilities/sci_getcommonpart.c, line: 66 +#, c-format +msgid "%s: Wrong type for input arguments.\n" +msgstr "" + +# +# File: tests/utilities/sci_completeline.c, line: 154 +#, c-format +msgid "%s: Wrong size for input argument #%d: A boolean expected.\n" +msgstr "" + +# +# File: tests/utilities/sci_getcommonpart.c, line: 61 +#, c-format +msgid "%s: Wrong size for input argument #%d.\n" +msgstr "" + +# +# File: tests/utilities/sci_getfields.c, line: 51 +#, c-format +msgid "%s: Wrong size for input argument: A string expected.\n" +msgstr "" + +# +# File: tests/utilities/sci_getfilepartlevel.c, line: 64 +# File: tests/utilities/sci_getpartlevel.c, line: 64 +#, c-format +msgid "%s: Wrong type for input argument #%d: A string expected.\n" +msgstr "" -- cgit