Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ImageGraph')
-rw-r--r--plugins/ImageGraph/lang/bg.json6
-rw-r--r--plugins/ImageGraph/lang/ca.json6
-rw-r--r--plugins/ImageGraph/lang/cs.json6
-rw-r--r--plugins/ImageGraph/lang/da.json6
-rw-r--r--plugins/ImageGraph/lang/de.json6
-rw-r--r--plugins/ImageGraph/lang/el.json6
-rw-r--r--plugins/ImageGraph/lang/en.json6
-rw-r--r--plugins/ImageGraph/lang/es.json6
-rw-r--r--plugins/ImageGraph/lang/fa.json6
-rw-r--r--plugins/ImageGraph/lang/fi.json6
-rw-r--r--plugins/ImageGraph/lang/fr.json6
-rw-r--r--plugins/ImageGraph/lang/hi.json6
-rw-r--r--plugins/ImageGraph/lang/id.json6
-rw-r--r--plugins/ImageGraph/lang/it.json6
-rw-r--r--plugins/ImageGraph/lang/ja.json5
-rw-r--r--plugins/ImageGraph/lang/ko.json5
-rw-r--r--plugins/ImageGraph/lang/lv.json5
-rw-r--r--plugins/ImageGraph/lang/nl.json6
-rw-r--r--plugins/ImageGraph/lang/nn.json5
-rw-r--r--plugins/ImageGraph/lang/pt-br.json6
-rw-r--r--plugins/ImageGraph/lang/pt.json5
-rw-r--r--plugins/ImageGraph/lang/ro.json6
-rw-r--r--plugins/ImageGraph/lang/ru.json6
-rw-r--r--plugins/ImageGraph/lang/sl.json5
-rw-r--r--plugins/ImageGraph/lang/sq.json5
-rw-r--r--plugins/ImageGraph/lang/sr.json6
-rw-r--r--plugins/ImageGraph/lang/sv.json6
-rw-r--r--plugins/ImageGraph/lang/vi.json6
-rw-r--r--plugins/ImageGraph/lang/zh-cn.json6
29 files changed, 167 insertions, 0 deletions
diff --git a/plugins/ImageGraph/lang/bg.json b/plugins/ImageGraph/lang/bg.json
new file mode 100644
index 0000000000..8401e5e0bc
--- /dev/null
+++ b/plugins/ImageGraph/lang/bg.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "Колоната '%s' не е намерена в този доклад. Опитайте с %s",
+ "PluginDescription": "Генерирайте красиви статични PNG графични изображения за всеки Piwik доклад."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/ca.json b/plugins/ImageGraph/lang/ca.json
new file mode 100644
index 0000000000..8d702e9e90
--- /dev/null
+++ b/plugins/ImageGraph/lang/ca.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "La columan '%s' no s'ha trobat en aquest informe. Proveu algun dels següents: %s",
+ "PluginDescription": "Generar belles imatges estàtiques en gràfic PNG per qualsevol informe del Piwik."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/cs.json b/plugins/ImageGraph/lang/cs.json
new file mode 100644
index 0000000000..4e05c186df
--- /dev/null
+++ b/plugins/ImageGraph/lang/cs.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "Sloupec %s nebyl v tomto hlášení nalezen. Zkuste některé z %s",
+ "PluginDescription": "Generuje nádherné statické PNG grafy pro jakékoli Piwik hlášení."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/da.json b/plugins/ImageGraph/lang/da.json
new file mode 100644
index 0000000000..2bd6b39e32
--- /dev/null
+++ b/plugins/ImageGraph/lang/da.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "Kolonnen '%s' blev ikke fundet i denne rapport. Prøv en af %s",
+ "PluginDescription": "Generere flotte statiske PNG diagrammer til Piwik rapporter."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/de.json b/plugins/ImageGraph/lang/de.json
new file mode 100644
index 0000000000..c74ed7ea1a
--- /dev/null
+++ b/plugins/ImageGraph/lang/de.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "Die Spalte '%s' wurde in diesem Bericht nicht gefunden. Probieren Sie es mit einer hiervon: %s",
+ "PluginDescription": "Plugin zum Generieren von statischen Graphen (PNG-Bilder) für jeden Piwik Bericht."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/el.json b/plugins/ImageGraph/lang/el.json
new file mode 100644
index 0000000000..b4a474cc25
--- /dev/null
+++ b/plugins/ImageGraph/lang/el.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "Η στήλη '%s' δε βρέθηκε σε αυτή την αναφορά. Δοκιμάστε ένα από τα %s",
+ "PluginDescription": "Δημιουργία όμορφων στατικών εικόνων PNG Διαγραμμάτων για οποιαδήποτε αναφορά του Piwik."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/en.json b/plugins/ImageGraph/lang/en.json
new file mode 100644
index 0000000000..29951470d6
--- /dev/null
+++ b/plugins/ImageGraph/lang/en.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "The column '%s' was not found in this report. Try any of %s",
+ "PluginDescription": "Generate beautiful static PNG Graph images for any Piwik report."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/es.json b/plugins/ImageGraph/lang/es.json
new file mode 100644
index 0000000000..be48a9544c
--- /dev/null
+++ b/plugins/ImageGraph/lang/es.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "La columna '%s' no se encontró en este reporte. Intenta alguno de %s",
+ "PluginDescription": "Genera bonitas imágenes estáticas PNG de cualquier reporte Piwik."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/fa.json b/plugins/ImageGraph/lang/fa.json
new file mode 100644
index 0000000000..4ab6d4b669
--- /dev/null
+++ b/plugins/ImageGraph/lang/fa.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "ستون '%s' در این گزارش پیدا نشد. تلاش کنید برای %s",
+ "PluginDescription": "تولید تصاویر زیبا PNG استاتیک نمودار هر گزارش Piwik."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/fi.json b/plugins/ImageGraph/lang/fi.json
new file mode 100644
index 0000000000..e50db1ae54
--- /dev/null
+++ b/plugins/ImageGraph/lang/fi.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "Kolumnia '%s' ei löydetty tässä raportissa. Kokeile mitä tahansa %s",
+ "PluginDescription": "Luo upeita staattisia PNG-kuvaajia mistä tahansa Piwikin raportista."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/fr.json b/plugins/ImageGraph/lang/fr.json
new file mode 100644
index 0000000000..fc34789ac1
--- /dev/null
+++ b/plugins/ImageGraph/lang/fr.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "La colonne '%s' n'a pas été trouvée dans ce rapport. Essayez parmi %s",
+ "PluginDescription": "Génère de magnifiques graphiques en image PNG statique pour tous vos rapports Piwik."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/hi.json b/plugins/ImageGraph/lang/hi.json
new file mode 100644
index 0000000000..6c07c2d9e9
--- /dev/null
+++ b/plugins/ImageGraph/lang/hi.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "स्तंभ '%s' इस रिपोर्ट में नहीं मिला था. किसी %sका प्रयास करें",
+ "PluginDescription": "किसी भी Piwik रिपोर्ट के लिए सुंदर स्थिर पीएनजी ग्राफ छवियों को उत्पन्न करता है."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/id.json b/plugins/ImageGraph/lang/id.json
new file mode 100644
index 0000000000..6f4825753d
--- /dev/null
+++ b/plugins/ImageGraph/lang/id.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "Kolom '%s' tidak ditemukan dalam laporan ini. Coba salah satu dari %s",
+ "PluginDescription": "Bangkitkan grafik PNG statis indah untuk bermacam laporan Piwik."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/it.json b/plugins/ImageGraph/lang/it.json
new file mode 100644
index 0000000000..db4ec4d0c8
--- /dev/null
+++ b/plugins/ImageGraph/lang/it.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "La colonna '%s' non è stato trovata in questo rapporto. Prova una di queste %s",
+ "PluginDescription": "Genera belle immagini PNG statiche dei grafici per qualsiasi report Piwik."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/ja.json b/plugins/ImageGraph/lang/ja.json
new file mode 100644
index 0000000000..6b3aad8c3d
--- /dev/null
+++ b/plugins/ImageGraph/lang/ja.json
@@ -0,0 +1,5 @@
+{
+ "ImageGraph": {
+ "PluginDescription": "Piwikリポートの美しい静的PNGグラフ画像を生成します。"
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/ko.json b/plugins/ImageGraph/lang/ko.json
new file mode 100644
index 0000000000..dcca5f3acd
--- /dev/null
+++ b/plugins/ImageGraph/lang/ko.json
@@ -0,0 +1,5 @@
+{
+ "ImageGraph": {
+ "PluginDescription": "Piwik 보고서의 아름다운 정적 PNG 그래프 이미지를 생성합니다."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/lv.json b/plugins/ImageGraph/lang/lv.json
new file mode 100644
index 0000000000..d21eb75c69
--- /dev/null
+++ b/plugins/ImageGraph/lang/lv.json
@@ -0,0 +1,5 @@
+{
+ "ImageGraph": {
+ "PluginDescription": "Ģenerējiet skaistus, statiskus PNG formāta grafikus jebkurai Piwik atskaitei."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/nl.json b/plugins/ImageGraph/lang/nl.json
new file mode 100644
index 0000000000..1d9ec29a1f
--- /dev/null
+++ b/plugins/ImageGraph/lang/nl.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "De kolom '%s' is niet gevonden in dit rapport. Probeer één van %s",
+ "PluginDescription": "Genereer mooie PNG Grafieken voor elk Piwik rapport."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/nn.json b/plugins/ImageGraph/lang/nn.json
new file mode 100644
index 0000000000..06f6fbcb6d
--- /dev/null
+++ b/plugins/ImageGraph/lang/nn.json
@@ -0,0 +1,5 @@
+{
+ "ImageGraph": {
+ "PluginDescription": "Opprett vakre statiske grafar som PNG-bilete for ein Piwik-rapport."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/pt-br.json b/plugins/ImageGraph/lang/pt-br.json
new file mode 100644
index 0000000000..e6874c08ed
--- /dev/null
+++ b/plugins/ImageGraph/lang/pt-br.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "A coluna '%s' não foi encontrado neste relatório. Tente qualquer um %s",
+ "PluginDescription": "Gerar belas imagens estáticas dos gráfico em PNG para qualquer relatório Piwik."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/pt.json b/plugins/ImageGraph/lang/pt.json
new file mode 100644
index 0000000000..ea2d9f6acc
--- /dev/null
+++ b/plugins/ImageGraph/lang/pt.json
@@ -0,0 +1,5 @@
+{
+ "ImageGraph": {
+ "PluginDescription": "Gera uma imagem de gráfico PNG estática para qualquer relatório Piwik"
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/ro.json b/plugins/ImageGraph/lang/ro.json
new file mode 100644
index 0000000000..40f677a0bb
--- /dev/null
+++ b/plugins/ImageGraph/lang/ro.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "Coloana '%s' nu a fost gasita in acest raport. Incearca oricare dintre %s",
+ "PluginDescription": "Generează frumoase statice grafice imagini PNG pentru orice raport Piwik."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/ru.json b/plugins/ImageGraph/lang/ru.json
new file mode 100644
index 0000000000..68485d0464
--- /dev/null
+++ b/plugins/ImageGraph/lang/ru.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "Колонка ’%s’ не была найдена в этом отчете. Попробуйте что-нибудь из %s",
+ "PluginDescription": "Генерировать красивый статичный PNG-график для всех отчетов Piwik."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/sl.json b/plugins/ImageGraph/lang/sl.json
new file mode 100644
index 0000000000..bca2f53d36
--- /dev/null
+++ b/plugins/ImageGraph/lang/sl.json
@@ -0,0 +1,5 @@
+{
+ "ImageGraph": {
+ "PluginDescription": "Ustvarite prelepe, statične, PNG grafe za vsa Piwik poročila."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/sq.json b/plugins/ImageGraph/lang/sq.json
new file mode 100644
index 0000000000..d1da4a0930
--- /dev/null
+++ b/plugins/ImageGraph/lang/sq.json
@@ -0,0 +1,5 @@
+{
+ "ImageGraph": {
+ "PluginDescription": "Prodhoni për çfarëdo raporti Piwik figura të mrekullueshme PNG statike Grafikësh."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/sr.json b/plugins/ImageGraph/lang/sr.json
new file mode 100644
index 0000000000..453699aca1
--- /dev/null
+++ b/plugins/ImageGraph/lang/sr.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "Kolona '%s' nije nađena u ovom izveštaju. Pokušajte bilo koju od %s",
+ "PluginDescription": "Kreirajte statične PNG slike grafika za bilo koji Piwik izveštaj."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/sv.json b/plugins/ImageGraph/lang/sv.json
new file mode 100644
index 0000000000..4a742358b6
--- /dev/null
+++ b/plugins/ImageGraph/lang/sv.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "Kolumn '%s' var inte hittad i den här rapporten. Pröva någon av %s",
+ "PluginDescription": "Skapa fina statiska grafbilder i PNG-format för någon Piwik rapport."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/vi.json b/plugins/ImageGraph/lang/vi.json
new file mode 100644
index 0000000000..54d8c7d952
--- /dev/null
+++ b/plugins/ImageGraph/lang/vi.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "Cột này '%s' không thấy trong báo cáo này. Thử bất kỳ của %s",
+ "PluginDescription": "Tạo ra hình ảnh đồ họa PNG tĩnh đẹp cho các báo cáo Piwik."
+ }
+} \ No newline at end of file
diff --git a/plugins/ImageGraph/lang/zh-cn.json b/plugins/ImageGraph/lang/zh-cn.json
new file mode 100644
index 0000000000..134fb0e044
--- /dev/null
+++ b/plugins/ImageGraph/lang/zh-cn.json
@@ -0,0 +1,6 @@
+{
+ "ImageGraph": {
+ "ColumnOrdinateMissing": "报表中没有 '%s' 栏,请试试 %s",
+ "PluginDescription": "为 Piwik 统计报表生成漂亮的PNG图片。"
+ }
+} \ No newline at end of file