Merge pull request #77 from Farsx/farsx_master

Italian translation
This commit is contained in:
Marcel Metz
2013-05-28 01:51:05 -07:00
3 changed files with 123 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
dnl be carefull, the version needs to be in sync with your gnome shell version
AC_INIT([gnome-shell-extension-sensors],[1.3],[https://github.com/xtranophilist/gnome-shell-extension-sensorsi/issues])
AC_INIT([gnome-shell-extension-sensors],[1.3],[https://github.com/xtranophilist/gnome-shell-extension-sensors/issues])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])

View File

@@ -1,2 +1,3 @@
de
es
it

121
po/it.po Normal file
View File

@@ -0,0 +1,121 @@
# Spanish translations for gnome-shell-extension-sensors package
# Spanish messages for gnome-shell-extension-sensors.
# Copyright (C) 2013 THE gnome-shell-extension-sensors'S COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extension-sensors package.
# Marcel Metz <mmetz@adrian-broher.net>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extension-sensors 1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-05-25 18:09+0200\n"
"PO-Revision-Date: 2013-05-28 09:01+0100\n"
"Last-Translator: Alessandro Casale <alessandro.casale@gmail.com>\n"
"Language-Team: Italian\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. Add average and maximum entries
#: ../src/extension.js:153 ../src/prefs.js:102
msgid "Average"
msgstr "Media"
#: ../src/extension.js:154 ../src/prefs.js:103
msgid "Maximum"
msgstr "Massima"
#: ../src/extension.js:161
#, c-format
msgid "%drpm"
msgstr ""
#: ../src/extension.js:167
#, c-format
msgid "%s%.2fV"
msgstr ""
#: ../src/extension.js:170
msgid "N/A"
msgstr ""
#: ../src/extension.js:185
msgid "Error"
msgstr "Errore"
#: ../src/extension.js:189
msgid "Please run sensors-detect as root."
msgstr "Lanciare sensors-detect come utente root."
#: ../src/extension.js:190
msgid "Please install lm_sensors."
msgstr "Installare pacchetto lm-sensors."
#: ../src/extension.js:190
msgid "If this doesn't help, click here to report with your sensors output!"
msgstr ""
" In caso di problemi, premi qui per inviare un report con l'output dei "
"sensori!"
#: ../src/extension.js:204
msgid "Sensors Settings"
msgstr "Impostazioni sensori"
#: ../src/prefs.js:33
msgid "Poll sensors every (in seconds)"
msgstr "Controlla sensori ogni (in secondi)"
#: ../src/prefs.js:41
msgid "Temperature unit"
msgstr "Unità di temperatura"
#: ../src/prefs.js:42
msgid "Centigrade"
msgstr "Centigradi"
#: ../src/prefs.js:43
msgid "Fahrenheit"
msgstr "Fahrenheit"
#: ../src/prefs.js:56
msgid "Display temperature unit"
msgstr "Visualizza unità di temperatura"
#: ../src/prefs.js:57
msgid "Show temperature unit in panel and menu."
msgstr "Visualizza unità di temperatura nel pannello e nel menu."
#: ../src/prefs.js:61
msgid "Display decimal value"
msgstr "Visualizza cifra decimale"
#: ../src/prefs.js:62
msgid "Show one digit after decimal."
msgstr "Visualizza una cifra dopo la virgola"
#: ../src/prefs.js:66
msgid "Display drive temperature"
msgstr "Visualizza temperatura degli hard disk"
#: ../src/prefs.js:70
msgid "Display fan speed"
msgstr "Visualizza velocità delle ventole"
#: ../src/prefs.js:74
msgid "Display power supply voltage"
msgstr "Visualizza tensioni di alimentazione"
#: ../src/prefs.js:129
msgid "Sensor in panel"
msgstr "Sensore sul pannello"
#: ../src/prefs.js:133
msgid "Display sensor label"
msgstr "Visualizza etichetta"
#: ../src/utilities.js:157
#, c-format
msgid "Drive %s"
msgstr "Disco %s"