From d356834b088b66c5f57c739ce0a19dfe01baf991 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 21 May 2014 19:12:57 -0700 Subject: #346 Add song count to about dialog --- res/values-de/strings.xml | 5 +++-- res/values-es/strings.xml | 5 +++-- res/values-hu/strings.xml | 5 +++-- res/values-ru/strings.xml | 5 +++-- res/values/strings.xml | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) (limited to 'res') diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index 23ad19de..73a520bc 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -44,8 +44,9 @@ Autor: Scott Jackson \nEmail: dsub.android@gmail.com \nVersion: %1$s - \nGenutzter Speicher: %2$s von %3$s - \nVerfügbarer Speicher: %4$s von %5$s + \nFiles Cached: %2$s + \nGenutzter Speicher: %3$s von %4$s + \nVerfügbarer Speicher: %5$s von %6$s Wähle Server Zufallswiedergabe Gehe Offline diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index e18e4b08..84b7c35c 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -43,8 +43,9 @@ Autor: Scott Jackson \nEmail: dsub.android@gmail.com \nVersión: %1$s - \nEspacio usado: %2$s of %3$s - \nEspacio disponible: %4$s of %5$s + \nFiles Cached: %2$s + \nEspacio usado: %3$s of %4$s + \nEspacio disponible: %5$s of %6$s Seleccionar servidor Reproducción aleatoria Modo Offline diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml index af44ef94..f18d5342 100644 --- a/res/values-hu/strings.xml +++ b/res/values-hu/strings.xml @@ -44,8 +44,9 @@ Fejlesztő: Scott Jackson \nEmail: dsub.android@gmail.com \nVerzió: %1$s - \nFelhasznált tároló: %2$s/%3$s - \nFelhasználható tároló: %4$s/%5$s + \nFiles Cached: %2$s + \nFelhasznált tároló: %3$s/%4$s + \nFelhasználható tároló: %5$s/%6$s Kiszolgáló kiválasztása Lejátszás kevert sorrendben Offline mód diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index 7094fe7d..0f6cce5d 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -35,8 +35,9 @@ Автор: Scott Jackson \nEmail: dsub.android@gmail.com \nВерсия: %1$s - \nИспользовано места: %2$s из %3$s - \nДоступно места: %4$s из %5$s + \nFiles Cached: %2$s + \nИспользовано места: %3$s из %4$s + \nДоступно места: %5$s из %6$s Выбрать сервер Случайное воспроизведение Отключиться diff --git a/res/values/strings.xml b/res/values/strings.xml index 8824085c..499fc174 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -44,8 +44,9 @@ Author: Scott Jackson \nEmail: dsub.android@gmail.com \nVersion: %1$s - \nUsed Space: %2$s of %3$s - \nAvailable Space: %4$s of %5$s + \nFiles Cached: %2$s + \nUsed Space: %3$s of %4$s + \nAvailable Space: %5$s of %6$s Select server Shuffle play Go Offline -- cgit v1.2.3