Skip to content

Commit

Permalink
Updated .pot files, created a script to configure Transifex project a…
Browse files Browse the repository at this point in the history
…nd used it to create this configuration under .tx folder.
  • Loading branch information
eduramiba committed Aug 4, 2011
1 parent ee3f92e commit 06ed1d7
Show file tree
Hide file tree
Showing 30 changed files with 1,305 additions and 52 deletions.
818 changes: 818 additions & 0 deletions .tx/config

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .tx/readme.txt
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"

msgid "OpenIDE-Module-Long-Description"
msgstr "Custom collections and libraries utilities"
msgstr ""
"Custom collections and libraries utilities:\n"
"- Goolgle Collections\n"
"- Trove"

msgid "OpenIDE-Module-Short-Description"
msgstr "Custom collections and libraries utilities"
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"
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ msgstr ""
"is assigned if missing or existing.<br />Edges need 'Source' and 'Target' "
"columns with the id of the source and target nodes. If any is not provided "
"for a row, it will be ignored.<br />If no 'Type' column is provided, all "
"edges will be directed.<br />If an edge already exists or cannot be created, "
"it will be ignored.</html>"
"edges will be directed.<br />If an edge already exists, attributes will be "
"ignored, but their weights will be added (weight=1 if not specified)</html>"

msgid "ImportCSVUIVisualPanel2.edges.create-new-nodes-checkbox"
msgstr "Create missing nodes"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ msgstr "Set node size..."
msgid "SetNodesSize.name.multiple"
msgstr "Set all nodes size..."

msgid "MergeNodes.name"
msgstr "Merge nodes..."

msgid "MergeNodes.description"
msgstr ""
"All nodes are merged into a new one, combining the edges and values using "
"different strategies"

msgid "LinkNodes.name"
msgstr "Link to nodes..."

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

msgid "MergeNodesUI.description"
msgstr ""
"<html>One new node with the same color, size and position of the main "
"selected node is created.<br />Edges are assigned to the new node.<br />Each "
"column uses the given strategy to reduce the rows values to one value.<br /"
">Hierarchy is ignored.</html>"

msgid "MergeNodesUI.deleteMergedNodesText"
msgstr "Delete merged nodes"

msgid "MergeNodesUI.selectedRowText"
msgstr "Main selected row:"

msgid "MergeNodesUI.configurationText"
msgstr "Configure"

msgid "LinkNodesUI.descriptionLabel.text"
msgstr ""
"<html>Choose the source node and type of the edges.<br />Edges between "
Expand Down
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"
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:"
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ msgstr ""

msgid "ChangeLang.Confirm.title"
msgstr "Language"

msgid "ChangeLang.Error.message"
msgstr ""
"Language could not be changed. Please make sure you have permissions to "
"change files.\n"
"If the problem persists you can manually change language by editing {gephi "
"installation}/etc/gephi.conf file."
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ msgid ""
"Services/AutoupdateType/org_gephi_branding_desktop_update_center_1.instance"
msgstr "Gephi Thirdparties Plugins"

msgid "CloseConfirmation.message"
msgstr "Save changes before closing?"

msgid "CommandLineProcessor.OutOfMemoryError.message"
msgstr ""
"Memory error. You need to increase the maximum memory settings (-Xmx) in the "
Expand Down Expand Up @@ -92,3 +95,32 @@ msgstr "The file ''{0}'' has not been found, please check if the file exists"

msgid "CommandLineProcessor.fileNotSupported"
msgstr "The file format is not supported"

msgid "OutOfMemoryError.canIncreaseMemory.message"
msgstr ""
"Gephi reached the maximum amount of memory ({0}). This happens when the "
"volume of data is too large. The limit can be increased up to {1} on your "
"computer.\n"
"\n"
"Gephi will try to save your project before exiting. If cancel, it's likely "
"Gephi will stop respond."

msgid "OutOfMemoryError.alreadyMax.message"
msgstr ""
"Gephi reached the maximum amount of memory ({0}). This happens when the "
"volume of data is too large. The limit is already set at it's maximum.\n"
"\n"
"Gephi will try to save your project before exiting. If cancel, it's likely "
"Gephi will stop respond."

msgid "OutOfMemoryError.title"
msgstr "Gephi is running out of memory"

msgid "OutOfMemoryError.canIncreaseMemory.button"
msgstr "Increase memory and restart Gephi"

msgid "OutOfMemoryError.alreadyMax.button"
msgstr "Save project and restart Gephi"

msgid "OutOfMemoryError.cancel"
msgstr "Cancel"
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,6 @@ msgstr "Choose the columns to display:"

msgid "AvailableColumnsPanel.maximum-available-columns.info"
msgstr "Maximum number of columns reached"

msgid "ConfigurationPanel.timeIntervalsAsDates.text"
msgstr "Time intervals as dates"
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"

msgid "VectorialFileExporterUI_title"
msgstr "SVG/PDF file..."
msgstr "SVG/PDF/PNG file..."

msgid "VectorialFileExporterUI_filechooser_title"
msgstr "Export"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ msgstr "Remove"
msgid "QueryNode.actions.save"
msgstr "Save"

msgid "QueryNode.actions.duplicate"
msgstr "Duplicate"

msgid "RootNode.name"
msgstr "Queries"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,9 @@ msgstr "Refresh"
msgid "PreviewTopComponent.busyLabel.text"
msgstr "Refreshing..."

msgid "PreviewSettingsTopComponent.box.text"
msgstr ""

msgid "PreviewSettingsTopComponent.saveButton.toolTipText"
msgstr "Save preset"

msgid "PreviewSettingsTopComponent.saveButton.text"
msgstr ""

msgid "PreviewSettingsTopComponent.ratioLabel.text"
msgstr "0"

Expand All @@ -104,17 +98,14 @@ msgstr "Presets"
msgid "PreviewSettingsTopComponent.ratio.minimum"
msgstr "Minimum"

msgid "PreviewTopComponent.southBusyLabel.text"
msgstr ""

msgid "PreviewTopComponent.backgroundButton.text"
msgstr "Background"

msgid "PreviewTopComponent.resetZoomButton.text"
msgstr "Reset zoom"

msgid "PreviewSettingsTopComponent.svgExportButton.text"
msgstr "SVG/PDF"
msgstr "SVG/PDF/PNG"

msgid "PreviewSettingsTopComponent.labelExport.text"
msgstr "Export:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ msgstr ""
msgid "ResultListPanel.tablescreenshot.error.title"
msgstr "Error"

msgid "ResultListPanel.column.rank"
msgstr "Rank"

msgid "ResultListPanel.column.label"
msgstr "Label"

msgid "RankingChooser.choose.text"
msgstr "---Choose a rank parameter"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ msgid "MouseSelectionPopupPanel.labelDiameter.text"
msgstr "Diameter"

msgid "MouseSelectionPopupPanel.proportionnalZoomCheckbox.text"
msgstr "Proportionnal to zoom"
msgstr "Proportional to zoom"

msgid "SelectionBar.statusLabel.rectangleSelection"
msgstr "Rectangle selection"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ msgstr "GraphML Files"

msgid "fileType_CSV_Name"
msgstr "CSV Files"

msgid "fileType_Pajek_Name"
msgstr "NET Files (Pajek)"

msgid "fileType_DL_Name"
msgstr "DL files (UCINET)"
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ msgstr "GraphML"
msgid "UIExporterCSV.name"
msgstr "CSV"

msgid "UIExporterPajek.name"
msgstr "Pajek"

msgid "UIExporterDL.name"
msgstr "Exporter DL"

msgid "UIExporterGDFPanel.jRadioButton1.text"
msgstr "Simple quotes"

Expand Down Expand Up @@ -143,3 +149,12 @@ msgstr "Complete node tree without meta edges"

msgid "UIExporterGEXFPanel.hierarchyCheckbox.text"
msgstr "Export hierarchy"

msgid "UIExporterPajekPanel.labelExport.text"
msgstr "Export:"

msgid "UIExporterPajekPanel.positionExportCheckbox.text"
msgstr "Position (x,y)"

msgid "UIExporterPajekPanel.edgeWeightCheckbox.text"
msgstr "Edge weights"
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ msgstr "Standard generators implementations"

msgid "OpenIDE-Module-Short-Description"
msgstr "Standard generators implementations"

msgid "RandomGraph.name"
msgstr "Random Graph"

msgid "DynamicGraph.name"
msgstr "Dynamic Graph Example"
Loading

0 comments on commit 06ed1d7

Please sign in to comment.