diff options
| author | 2015-11-25 16:48:49 -0500 | |
|---|---|---|
| committer | 2015-11-25 16:48:49 -0500 | |
| commit | 7412693e086a7eafaa7ea861164caf523943e5fa (patch) | |
| tree | 0aee322e40572df306b9813546c7a12b3093bcea /Plugins/CsvImport | |
| parent | 640196993d31cf5d6fdf36386990ec05f473a048 (diff) | |
| parent | 8e640722c62692818ab840d50b3758f89a41a54e (diff) | |
Merge tag 'upstream/3.0.7'
Upstream version 3.0.7
# gpg: Signature made Wed 25 Nov 2015 04:48:48 PM EST using RSA key ID EBE9BD91
# gpg: Good signature from "Unit 193 <unit193@gmail.com>"
# gpg: aka "Unit 193 <unit193@ninthfloor.org>"
# gpg: aka "Unit 193 <unit193@ubuntu.com>"
# gpg: aka "Unit 193 <unit193@ninthfloor.com>"
Diffstat (limited to 'Plugins/CsvImport')
| -rw-r--r-- | Plugins/CsvImport/CsvImport.pro | 4 | ||||
| -rw-r--r-- | Plugins/CsvImport/CsvImport_it.ts | 85 |
2 files changed, 88 insertions, 1 deletions
diff --git a/Plugins/CsvImport/CsvImport.pro b/Plugins/CsvImport/CsvImport.pro index 6ce08d1..7e8dce0 100644 --- a/Plugins/CsvImport/CsvImport.pro +++ b/Plugins/CsvImport/CsvImport.pro @@ -28,7 +28,8 @@ RESOURCES += \ csvimport.qrc -TRANSLATIONS += CsvImport_zh_CN.ts \ +TRANSLATIONS += CsvImport_it.ts \ + CsvImport_zh_CN.ts \ CsvImport_sk.ts \ CsvImport_de.ts \ CsvImport_ru.ts \ @@ -48,3 +49,4 @@ TRANSLATIONS += CsvImport_zh_CN.ts \ + diff --git a/Plugins/CsvImport/CsvImport_it.ts b/Plugins/CsvImport/CsvImport_it.ts new file mode 100644 index 0000000..bc60d95 --- /dev/null +++ b/Plugins/CsvImport/CsvImport_it.ts @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="it_IT"> +<context> + <name>CsvImport</name> + <message> + <location filename="csvimport.cpp" line="30"/> + <source>Cannot read file %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="csvimport.cpp" line="62"/> + <source>Could not find any data in the file %1.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="csvimport.cpp" line="167"/> + <source>Enter the custom separator character.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="csvimport.cpp" line="181"/> + <source>Enter the value that will be interpreted as a NULL.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="csvimport.cpp" line="194"/> + <source>CSV files (*.csv);;Text files (*.txt);;All files (*)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>csvImportOptions</name> + <message> + <location filename="CsvImportOptions.ui" line="24"/> + <source>, (comma)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="CsvImportOptions.ui" line="29"/> + <source>; (semicolon)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="CsvImportOptions.ui" line="34"/> + <source>\t (tab)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="CsvImportOptions.ui" line="39"/> + <source> (whitespace)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="CsvImportOptions.ui" line="44"/> + <source>Custom:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="CsvImportOptions.ui" line="52"/> + <source><p>Enable this if the first data line in your CSV file represents column names. You don't want column names to be imported into the table as a regular data.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="CsvImportOptions.ui" line="55"/> + <source>First line represents CSV column names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="CsvImportOptions.ui" line="65"/> + <source>Field separator:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="CsvImportOptions.ui" line="85"/> + <source>NULL values:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="CsvImportOptions.ui" line="95"/> + <source>If your CSV data contains null values, define how are they represented in the CSV.</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |
