forked from gephi/gephi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated .pot files, created a script to configure Transifex project a…
…nd used it to create this configuration under .tx folder.
- Loading branch information
Showing
30 changed files
with
1,305 additions
and
52 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This folder contains the https://www.transifex.net/projects/p/gephi translation tool configuration to push and pull translation files from there. | ||
See set_transifex.py script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
CommonsCompressWrapper/src/org/gephi/lib/commonscompress/org-gephi-lib-commonscompress.pot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# English (en) translation for Gephi. | ||
# Copyright (C) 2010 Gephi contributors. | ||
# This file is distributed under the same license as the Gephi package. | ||
# Gephi Team <[email protected]>, 2010. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Gephi 0.7\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2010-04-07 13:16+0200\n" | ||
"PO-Revision-Date: 2010-04-07 13:16+0200\n" | ||
"Last-Translator: Mathieu Bastian <[email protected]>\n" | ||
"Language-Team: English <https://launchpad.net/~gephi.team>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
msgid "OpenIDE-Module-Long-Description" | ||
msgstr "" | ||
"Commons Compress defines an API for working with ar, cpio, tar, zip, gzip " | ||
"and bzip2 files." | ||
|
||
msgid "OpenIDE-Module-Short-Description" | ||
msgstr "Compression Utility Classes" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79 changes: 79 additions & 0 deletions
79
...talab/plugin/manipulators/rows/merge/org-gephi-datalab-plugin-manipulators-rows-merge.pot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# English (en) translation for Gephi. | ||
# Copyright (C) 2010 Gephi contributors. | ||
# This file is distributed under the same license as the Gephi package. | ||
# Gephi Team <[email protected]>, 2010. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Gephi 0.7\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2010-04-07 13:16+0200\n" | ||
"PO-Revision-Date: 2010-04-07 13:16+0200\n" | ||
"Last-Translator: Mathieu Bastian <[email protected]>\n" | ||
"Language-Team: English <https://launchpad.net/~gephi.team>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
msgid "KeepSelectedRowValue.name" | ||
msgstr "Keep main selected row value" | ||
|
||
msgid "KeepSelectedRowValue.description" | ||
msgstr "Simply uses the value of the main selected row" | ||
|
||
msgid "JoinWithSeparator.name" | ||
msgstr "Join values with a separator" | ||
|
||
msgid "JoinWithSeparator.description" | ||
msgstr "Join values of a String or list column with a separator" | ||
|
||
msgid "SetNull.name" | ||
msgstr "Set null" | ||
|
||
msgid "AverageNumber.name" | ||
msgstr "Calculate average value" | ||
|
||
msgid "AverageNumber.description" | ||
msgstr "Calculates the average value" | ||
|
||
msgid "FirstQuartileNumber.name" | ||
msgstr "Calculate first quartile (Q1)" | ||
|
||
msgid "FirstQuartileNumber.description" | ||
msgstr "Calculates the first quartile (Q1)" | ||
|
||
msgid "MedianNumber.name" | ||
msgstr "Calculate median value" | ||
|
||
msgid "MedianNumber.description" | ||
msgstr "Calculates the median" | ||
|
||
msgid "ThirdQuartileNumber.name" | ||
msgstr "Calculate first quartile (Q3)" | ||
|
||
msgid "ThirdQuartileNumber.description" | ||
msgstr "Calculates the first quartile (Q3)" | ||
|
||
msgid "InterQuartileRangeNumber.name" | ||
msgstr "Calculate interquartile range (IQR)" | ||
|
||
msgid "InterQuartileRangeNumber.description" | ||
msgstr "Calculates the interquartile range (IQR)" | ||
|
||
msgid "SumNumbers.name" | ||
msgstr "Calculate sum" | ||
|
||
msgid "SumNumbers.description" | ||
msgstr "Calculates the sum" | ||
|
||
msgid "MinimumNumber.name" | ||
msgstr "Calculate minimum value" | ||
|
||
msgid "MinimumNumber.description" | ||
msgstr "Calculates the minimum value" | ||
|
||
msgid "MaximumNumber.name" | ||
msgstr "Calculate maximum value" | ||
|
||
msgid "MaximumNumber.description" | ||
msgstr "Calculates the maximum value" |
19 changes: 19 additions & 0 deletions
19
...plugin/manipulators/rows/merge/ui/org-gephi-datalab-plugin-manipulators-rows-merge-ui.pot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# English (en) translation for Gephi. | ||
# Copyright (C) 2010 Gephi contributors. | ||
# This file is distributed under the same license as the Gephi package. | ||
# Gephi Team <[email protected]>, 2010. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Gephi 0.7\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2010-04-07 13:16+0200\n" | ||
"PO-Revision-Date: 2010-04-07 13:16+0200\n" | ||
"Last-Translator: Mathieu Bastian <[email protected]>\n" | ||
"Language-Team: English <https://launchpad.net/~gephi.team>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
msgid "JoinWithSeparatorUI.separatorLabel.text" | ||
msgstr "Separator:" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.