diff --git a/.gitignore b/.gitignore index 54c77670..dc897344 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # # .gitignore -# Libresonic/libresonic +# airsonic/airsonic # # Project-wide gitignores # diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d1634fe..6eb526a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ v6.2 @@ -62,7 +62,7 @@ v6.1.beta1 v6.1-alpha1 ----------- - * Search+replace subsonic-->libresonic + * Search+replace subsonic-->airsonic * Move out of org.sourceforge.subsonic namespace * Develop becomes horribly unstable, you shouldn't be using this. @@ -76,5 +76,5 @@ v6.0.1 v6.0 ---- - * First release as Libresonic + * First release as Airsonic * Based upon Subsonic 5.3(stable) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb0898f0..f98391d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,10 @@ Guidelines for Contributing --------------------------- -Libresonic development is a community project, and contributions are welcomed. Here are a few guidelines you should follow before submitting: +Airsonic development is a community project, and contributions are welcomed. Here are a few guidelines you should follow before submitting: - 1. **License Acceptance** All contributions must be licensed as [GNU GPLv3](https://github.com/Libresonic/libresonic/blob/develop/LICENSE.txt) to be accepted. Use [`git commit --signoff`](https://jk.gs/git-commit.html) to acknowledge this. + 1. **License Acceptance** All contributions must be licensed as [GNU GPLv3](https://github.com/airsonic/airsonic/blob/develop/LICENSE.txt) to be accepted. Use [`git commit --signoff`](https://jk.gs/git-commit.html) to acknowledge this. 2. **No Breakage** New features or changes to existing ones must not degrade the user experience. This means do not introduce bugs, remove functionality, or make large changes to existing themes/UI without prior discussion in an Issue. 3. **Coding standards** Language best-practices should be followed, comment generously, and avoid "clever" algorithms. Refactoring existing messes is great, but watch out for breakage. - 4. **Be bold!** Without contributions, this project will vanish. If you just want to help out, try [submiting a patch](https://github.com/Libresonic/libresonic/issues?q=is%3Aissue+is%3Aopen+label%3Apatches-welcome) for an open Issue. - 5. **Stay relevant** Issues or commentary that is off-topic or tangential to Libresonic development is subject to moderation. Questions should be focused on improving documentation to solve a problem. Visit [Reddit](https://www.reddit.com/r/libresonic) or [IRC](http://webchat.freenode.net?channels=%23libresonic) for community discussion. + 4. **Be bold!** Without contributions, this project will vanish. If you just want to help out, try [submiting a patch](https://github.com/airsonic/airsonic/issues?q=is%3Aissue+is%3Aopen+label%3Apatches-welcome) for an open Issue. + 5. **Stay relevant** Issues or commentary that is off-topic or tangential to Airsonic development is subject to moderation. Questions should be focused on improving documentation to solve a problem. Visit [Reddit](https://www.reddit.com/r/airsonic) or [IRC](http://webchat.freenode.net?channels=%23airsonic) for community discussion. diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index fb075d19..a95a231c 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1,10 +1,10 @@ Documentation ============= -Documentation is stored in a [dedicated repository](https://github.com/Libresonic/documentation). +Documentation is stored in a [dedicated repository](https://github.com/Airsonic/documentation). diff --git a/README.md b/README.md index 07711b8a..0f8ed3b0 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ -Libresonic +Airsonic ======== -What is Libresonic? +What is Airsonic? ----------------- -Libresonic is a free, web-based media streamer, providing ubiquitious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room. +Airsonic is a free, web-based media streamer, providing ubiquitious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room. -Libresonic is designed to handle very large music collections (hundreds of gigabytes). Although optimized for MP3 streaming, it works for any audio or video format that can stream over HTTP, for instance AAC and OGG. By using transcoder plug-ins, Libresonic supports on-the-fly conversion and streaming of virtually any audio format, including WMA, FLAC, APE, Musepack, WavPack and Shorten. +Airsonic is designed to handle very large music collections (hundreds of gigabytes). Although optimized for MP3 streaming, it works for any audio or video format that can stream over HTTP, for instance AAC and OGG. By using transcoder plug-ins, Airsonic supports on-the-fly conversion and streaming of virtually any audio format, including WMA, FLAC, APE, Musepack, WavPack and Shorten. -If you have constrained bandwidth, you may set an upper limit for the bitrate of the music streams. Libresonic will then automatically resample the music to a suitable bitrate. +If you have constrained bandwidth, you may set an upper limit for the bitrate of the music streams. Airsonic will then automatically resample the music to a suitable bitrate. -In addition to being a streaming media server, Libresonic works very well as a local jukebox. The intuitive web interface, as well as search and index facilities, are optimized for efficient browsing through large media libraries. Libresonic also comes with an integrated Podcast receiver, with many of the same features as you find in iTunes. +In addition to being a streaming media server, Airsonic works very well as a local jukebox. The intuitive web interface, as well as search and index facilities, are optimized for efficient browsing through large media libraries. Airsonic also comes with an integrated Podcast receiver, with many of the same features as you find in iTunes. -Based on Java technology, Libresonic runs on most platforms, including Windows, Mac, Linux and Unix variants. +Based on Java technology, Airsonic runs on most platforms, including Windows, Mac, Linux and Unix variants.  @@ -25,31 +25,31 @@ History The original [Subsonic](http://www.subsonic.org/) is developed by [Sindre Mehus](mailto:sindre@activeobjects.no). Subsonic was open source through version 6.0-beta1, and closed-source from then onwards. -Libresonic is maintained by [Eugene E. Kashpureff Jr](mailto:eugene@kashpureff.org). It originated as an unofficial("Kang") of Subsonic which did not contain the Licensing code checks present in the official builds. With the announcement of Subsonic's closed-source future, a decision was made to make a full fork and rebrand to Libresonic. +Airsonic is maintained by [Eugene E. Kashpureff Jr](mailto:eugene@kashpureff.org). It originated as an unofficial("Kang") of Subsonic which did not contain the Licensing code checks present in the official builds. With the announcement of Subsonic's closed-source future, a decision was made to make a full fork and rebrand to Airsonic. -Libresonic will strive to maintain compatibility and stability for Subsonic users, including a clean upgrade path. New features and refactoring are welcomed as a Pull Request on GitHub. +Airsonic will strive to maintain compatibility and stability for Subsonic users, including a clean upgrade path. New features and refactoring are welcomed as a Pull Request on GitHub. License ------- -Libresonic is free software and licensed under the [GNU General Public License version 3](http://www.gnu.org/copyleft/gpl.html). The code in this repository (and associated binaries) are free of any "license key" or other restrictions. If you wish to thank the maintainer of this repository, please consider a donation to the [Electronic Frontier Foundation](https://supporters.eff.org/donate). +Airsonic is free software and licensed under the [GNU General Public License version 3](http://www.gnu.org/copyleft/gpl.html). The code in this repository (and associated binaries) are free of any "license key" or other restrictions. If you wish to thank the maintainer of this repository, please consider a donation to the [Electronic Frontier Foundation](https://supporters.eff.org/donate). -The [Subsonic source code](https://github.com/Libresonic/subsonic-svn) was released under the GPLv3 through version 6.0-beta1. Beginning with 6.0-beta2, source is no longer provided. Binaries of Subsonic are only available under a commercial license. There is a [Subsonic Premium](http://www.subsonic.org/pages/premium.jsp) service which adds functionality not available in Libresonic. Subsonic also offers RPM, Deb, Exe, and other pre-built packages that Libresonic [currently does not](https://github.com/Libresonic/libresonic/issues/65). +The [Subsonic source code](https://github.com/airsonic/subsonic-svn) was released under the GPLv3 through version 6.0-beta1. Beginning with 6.0-beta2, source is no longer provided. Binaries of Subsonic are only available under a commercial license. There is a [Subsonic Premium](http://www.subsonic.org/pages/premium.jsp) service which adds functionality not available in Airsonic. Subsonic also offers RPM, Deb, Exe, and other pre-built packages that Airsonic [currently does not](https://github.com/airsonic/airsonic/issues/65). Usage ----- -Libresonic can be downloaded from -[GitHub](https://github.com/Libresonic/libresonic/releases) for personal usage. -Packagers can also reference the [release repository](https://libresonic.org/release/). +Airsonic can be downloaded from +[GitHub](https://github.com/airsonic/airsonic/releases) for personal usage. +Packagers can also reference the [release repository](https://airsonic.org/release/). -Please use the [Libresonic documentation](https://libresonic.github.io/docs/) for instructions on running Libresonic. +Please use the [Airsonic documentation](https://airsonic.github.io/docs/) for instructions on running Airsonic. Community --------- -Please see [Reddit](https://www.reddit.com/r/libresonic) or -[IRC](http://webchat.freenode.net?channels=%23libresonic) for community +Please see [Reddit](https://www.reddit.com/r/airsonic) or +[IRC](http://webchat.freenode.net?channels=%23airsonic) for community discussion. diff --git a/airsonic-main/Getting Started.html b/airsonic-main/Getting Started.html index b0c9f829..3a0292f0 100644 --- a/airsonic-main/Getting Started.html +++ b/airsonic-main/Getting Started.html @@ -1,7 +1,7 @@
- + diff --git a/airsonic-main/pom.xml b/airsonic-main/pom.xml index ddc292fc..7a6aabe9 100644 --- a/airsonic-main/pom.xml +++ b/airsonic-main/pom.xml @@ -2,13 +2,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">null
.
+ * Airsonic REST API). May be null
.
* @return All relevant players.
*/
public ListThe directory " + home + " does not exist. Please create it and make it writable, " + "then restart the servlet container.
" + - "(You can override the directory location by specifying -Dlibresonic.home=... when " + + "
(You can override the directory location by specifying -Dairsonic.home=... when " + "starting the servlet container.)
"); } else if (!directoryWritable(home)) { error(res, "The directory " + home + " is not writable. Please change file permissions, " + "then restart the servlet container.
" + - "(You can override the directory location by specifying -Dlibresonic.home=... when " + + "
(You can override the directory location by specifying -Dairsonic.home=... when " + "starting the servlet container.)
"); } else { - libresonicHomeVerified = true; + airsonicHomeVerified = true; logServerInfo(req); chain.doFilter(req, res); } @@ -100,9 +100,9 @@ public class BootstrapVerificationFilter implements Filter { private void error(ServletResponse res, String error) throws IOException { ServletOutputStream out = res.getOutputStream(); out.println("" + - "null
.
+ * Airsonic REST API). May be null
.
* @return All relevant players.
*/
public Listnull
+ * @return The version number for the latest available Airsonic final version, or null
* if the version number can't be resolved.
*/
public synchronized Version getLatestFinalVersion() {
@@ -98,9 +98,9 @@ public class VersionService {
}
/**
- * Returns the version number for the latest available Libresonic beta version.
+ * Returns the version number for the latest available Airsonic beta version.
*
- * @return The version number for the latest available Libresonic beta version, or null
+ * @return The version number for the latest available Airsonic beta version, or null
* if the version number can't be resolved.
*/
public synchronized Version getLatestBetaVersion() {
@@ -109,9 +109,9 @@ public class VersionService {
}
/**
- * Returns the build date for the locally installed Libresonic version.
+ * Returns the build date for the locally installed Airsonic version.
*
- * @return The build date for the locally installed Libresonic version, or null
+ * @return The build date for the locally installed Airsonic version, or null
* if the build date can't be resolved.
*/
public synchronized Date getLocalBuildDate() {
@@ -120,16 +120,16 @@ public class VersionService {
String date = readLineFromResource("/build_date.txt");
localBuildDate = DATE_FORMAT.parse(date);
} catch (Exception x) {
- LOG.warn("Failed to resolve local Libresonic build date.", x);
+ LOG.warn("Failed to resolve local Airsonic build date.", x);
}
}
return localBuildDate;
}
/**
- * Returns the build number for the locally installed Libresonic version.
+ * Returns the build number for the locally installed Airsonic version.
*
- * @return The build number for the locally installed Libresonic version, or null
+ * @return The build number for the locally installed Airsonic version, or null
* if the build number can't be resolved.
*/
public synchronized String getLocalBuildNumber() {
@@ -137,16 +137,16 @@ public class VersionService {
try {
localBuildNumber = readLineFromResource("/build_number.txt");
} catch (Exception x) {
- LOG.warn("Failed to resolve local Libresonic build number.", x);
+ LOG.warn("Failed to resolve local Airsonic build number.", x);
}
}
return localBuildNumber;
}
/**
- * Returns whether a new final version of Libresonic is available.
+ * Returns whether a new final version of Airsonic is available.
*
- * @return Whether a new final version of Libresonic is available.
+ * @return Whether a new final version of Airsonic is available.
*/
public boolean isNewFinalVersionAvailable() {
Version latest = getLatestFinalVersion();
@@ -160,9 +160,9 @@ public class VersionService {
}
/**
- * Returns whether a new beta version of Libresonic is available.
+ * Returns whether a new beta version of Airsonic is available.
*
- * @return Whether a new beta version of Libresonic is available.
+ * @return Whether a new beta version of Airsonic is available.
*/
public boolean isNewBetaVersionAvailable() {
Version latest = getLatestBetaVersion();
@@ -212,13 +212,13 @@ public class VersionService {
lastVersionFetched = now;
readLatestVersion();
} catch (Exception x) {
- LOG.warn("Failed to resolve latest Libresonic version.", x);
+ LOG.warn("Failed to resolve latest Airsonic version.", x);
}
}
}
/**
- * Resolves the latest available Libresonic version by screen-scraping a web page.
+ * Resolves the latest available Airsonic version by screen-scraping a web page.
*
* @throws IOException If an I/O error occurs.
*/
@@ -236,8 +236,8 @@ public class VersionService {
content = client.execute(method, responseHandler);
}
- Pattern finalPattern = Pattern.compile("LIBRESONIC_FULL_VERSION_BEGIN(.*)LIBRESONIC_FULL_VERSION_END");
- Pattern betaPattern = Pattern.compile("LIBRESONIC_BETA_VERSION_BEGIN(.*)LIBRESONIC_BETA_VERSION_END");
+ Pattern finalPattern = Pattern.compile("AIRSONIC_FULL_VERSION_BEGIN(.*)AIRSONIC_FULL_VERSION_END");
+ Pattern betaPattern = Pattern.compile("AIRSONIC_BETA_VERSION_BEGIN(.*)AIRSONIC_BETA_VERSION_END");
try (BufferedReader reader = new BufferedReader(new StringReader(content))) {
String line = reader.readLine();
@@ -245,12 +245,12 @@ public class VersionService {
Matcher finalMatcher = finalPattern.matcher(line);
if (finalMatcher.find()) {
latestFinalVersion = new Version(finalMatcher.group(1));
- LOG.info("Resolved latest Libresonic final version to: " + latestFinalVersion);
+ LOG.info("Resolved latest Airsonic final version to: " + latestFinalVersion);
}
Matcher betaMatcher = betaPattern.matcher(line);
if (betaMatcher.find()) {
latestBetaVersion = new Version(betaMatcher.group(1));
- LOG.info("Resolved latest Libresonic beta version to: " + latestBetaVersion);
+ LOG.info("Resolved latest Airsonic beta version to: " + latestBetaVersion);
}
line = reader.readLine();
}
diff --git a/airsonic-main/src/main/java/org/airsonic/player/service/jukebox/AudioPlayer.java b/airsonic-main/src/main/java/org/airsonic/player/service/jukebox/AudioPlayer.java
index 861e9d7f..46820968 100644
--- a/airsonic-main/src/main/java/org/airsonic/player/service/jukebox/AudioPlayer.java
+++ b/airsonic-main/src/main/java/org/airsonic/player/service/jukebox/AudioPlayer.java
@@ -1,26 +1,26 @@
/*
- This file is part of Libresonic.
+ This file is part of Airsonic.
- Libresonic is free software: you can redistribute it and/or modify
+ Airsonic is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Libresonic is distributed in the hope that it will be useful,
+ Airsonic is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Libresonic. If not, see \u0414\u043E\u0431\u0440\u0435 \u0434\u043E\u0448\u043B\u0438 \u0432 Libresonic! \u0422\u0440\u044F\u0431\u0432\u0430\u0442 \u0441\u0430\u043C\u043E \u043E\u0449\u0435 \u043D\u044F\u043A\u043E\u043B\u043A\u043E \u0431\u044A\u0440\u0437\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u0440\u043E\u0441\u0442\u043E \u0441\u043B\u0435\u0434\u0432\u0430\u0439\u0442\u0435 \u0441\u0442\u044A\u043F\u043A\u0438\u0442\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438 \u043F\u043E-\u0434\u043E\u043B\u0443.
\
+gettingStarted.text =
\u0414\u043E\u0431\u0440\u0435 \u0434\u043E\u0448\u043B\u0438 \u0432 Airsonic! \u0422\u0440\u044F\u0431\u0432\u0430\u0442 \u0441\u0430\u043C\u043E \u043E\u0449\u0435 \u043D\u044F\u043A\u043E\u043B\u043A\u043E \u0431\u044A\u0440\u0437\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u0440\u043E\u0441\u0442\u043E \u0441\u043B\u0435\u0434\u0432\u0430\u0439\u0442\u0435 \u0441\u0442\u044A\u043F\u043A\u0438\u0442\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438 \u043F\u043E-\u0434\u043E\u043B\u0443.
\
\u041D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u0431\u0443\u0442\u043E\u043D\u0430 "\u041D\u0430\u0447\u0430\u043B\u043E" \u0432 \u043B\u0435\u043D\u0442\u0430\u0442\u0430 \u0433\u043E\u0440\u0435, \u0437\u0430 \u0434\u0430 \u0441\u0435 \u0432\u044A\u0440\u043D\u0435\u0442\u0435 \u043F\u043E \u0432\u0441\u044F\u043A\u043E \u0432\u0440\u0435\u043C\u0435 \u043A\u044A\u043C \u0442\u043E\u0437\u0438 \u0435\u043A\u0440\u0430\u043D.
\u0417\u0430 \u043F\u043E\u0432\u0435\u0447\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F, \u043C\u043E\u043B\u044F \u043F\u0440\u043E\u0447\u0435\u0442\u0435\u0442\u0435 \u0420\u044A\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E\u0442\u043E \u0437\u0430 \u043D\u043E\u0432\u0438 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0438.
+\u0417\u0430 \u043F\u043E\u0432\u0435\u0447\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F, \u043C\u043E\u043B\u044F \u043F\u0440\u043E\u0447\u0435\u0442\u0435\u0442\u0435 \u0420\u044A\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E\u0442\u043E \u0437\u0430 \u043D\u043E\u0432\u0438 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0438.
gettingStarted.step1.title = \u041F\u0440\u043E\u043C\u044F\u043D\u0430 \u043D\u0430 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440\u0441\u043A\u0430\u0442\u0430 \u043F\u0430\u0440\u043E\u043B\u0430. gettingStarted.step1.text = \u0417\u0430\u0449\u0438\u0442\u0435\u0442\u0435 \u0432\u0430\u0448\u0438\u044F\u0442 \u0441\u044A\u0440\u0432\u044A\u0440 \u043A\u0430\u0442\u043E \u0441\u043C\u0435\u043D\u0438\u0442\u0435 \u043F\u0430\u0440\u043E\u043B\u0430\u0442\u0430 \u043F\u043E \u043F\u043E\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043D\u0435 \u0441 \u0432\u0430\u0448\u0430 \u043F\u0430\u0440\u043E\u043B\u0430 \u0437\u0430 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440\u0441\u043A\u0438\u044F \u043F\u0440\u043E\u0444\u0438\u043B. \ \u041C\u043E\u0436\u0435\u0442\u0435 \u0441\u044A\u0449\u043E \u0442\u0430\u043A\u0430 \u0434\u0430 \u0441\u044A\u0437\u0434\u0430\u0432\u0430\u0442\u0435 \u043D\u043E\u0432\u0438 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u0438 \u043F\u0440\u043E\u0444\u0438\u043B\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u0438 \u043F\u0440\u0430\u0432\u0430. @@ -160,8 +160,8 @@ more.random.year = \u0438 \u0433\u043E\u0434\u0438\u043D\u0430 more.random.anyyear = \u0411\u0435\u0437 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 more.random.folder = \u043E\u0442 \u043F\u0430\u043F\u043A\u0430 more.random.anyfolder = \u0411\u0435\u0437 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 -more.apps.title = Libresonic \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F -more.apps.text =Libresonic \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F\u0442\u0430 \u0441\u0430 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0438 \u0437\u0430 Android, iPhone, \ +more.apps.title = Airsonic \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F +more.apps.text =
Airsonic \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F\u0442\u0430 \u0441\u0430 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0438 \u0437\u0430 Android, iPhone, \ Windows Phone \u0438 AIR.
more.mobile.title = \u041C\u043E\u0431\u0438\u043B\u043D\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430 more.mobile.text =\u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0432\u0430\u0442\u0435 {0} \u043E\u0442 \u0432\u0441\u0435\u043A\u0438 WAP-\u0441\u044A\u0432\u043C\u0435\u0441\u0442\u0438\u043C \u043C\u043E\u0431\u0438\u043B\u0435\u043D \u0442\u0435\u043B\u0435\u0444\u043E\u043D \u0438\u043B\u0438 PDA.
\
@@ -189,13 +189,13 @@ upload.unzipped = \u0420\u0430\u0437\u0430\u0440\u0445\u0438\u0432\u0438\u0440\u
# help.jsp
help.title = \u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u0437\u0430 {0}
help.upgrade = \u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435! \u041D\u0430\u043B\u0438\u0447\u043D\u0430 \u0435 \u043D\u043E\u0432\u0430 \u0432\u0435\u0440\u0441\u0438\u044F. \u0421\u0432\u0430\u043B\u0438 \u043E\u0442 {0} {1} \
- \u0442\u0443\u043A.
+ \u0442\u0443\u043A.
help.version.title = \u0412\u0435\u0440\u0441\u0438\u044F
help.builddate.title = \u041E\u0442 \u0434\u0430\u0442\u0430
help.server.title = \u0421\u044A\u0440\u0432\u044A\u0440
help.license.title = \u0423\u0441\u043B\u043E\u0432\u0438\u044F \u0437\u0430 \u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435
help.license.text = {0} \u0435 \u0431\u0435\u0437\u043F\u043B\u0430\u0442\u0435\u043D \u0441\u043E\u0444\u0442\u0443\u0435\u0440, \u0440\u0430\u0437\u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u044F\u0432\u0430\u043D \u0447\u0440\u0435\u0437 GPL \u043B\u0438\u0446\u0435\u043D\u0437 \u0441 \u043E\u0442\u0432\u043E\u0440\u0435\u043D \u043A\u043E\u0434. \
- {0} \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430 \u043B\u0438\u0446\u0435\u043D\u0437\u0438\u0440\u0430\u043D\u0438 \u0431\u0438\u0431\u043B\u0438\u043E\u0442\u0435\u043A\u0438 \u043D\u0430 \u0442\u0440\u0435\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438. \u041C\u043E\u043B\u044F \u043E\u0431\u044A\u0440\u043D\u0435\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0435 {0} \u043D\u0435 \u0435 \
+ {0} \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430 \u043B\u0438\u0446\u0435\u043D\u0437\u0438\u0440\u0430\u043D\u0438 \u0431\u0438\u0431\u043B\u0438\u043E\u0442\u0435\u043A\u0438 \u043D\u0430 \u0442\u0440\u0435\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438. \u041C\u043E\u043B\u044F \u043E\u0431\u044A\u0440\u043D\u0435\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0435 {0} \u043D\u0435 \u0435 \
\u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442 \u0437\u0430 \u043D\u0435\u043B\u0435\u0433\u0430\u043B\u043D\u043E \u0440\u0430\u0437\u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0435\u043D\u0438\u0435 \u043D\u0430 \u0437\u0430\u0449\u0438\u0442\u0435\u043D\u0438 \u0441 \u0430\u0432\u0442\u043E\u0440\u0441\u043A\u043E \u043F\u0440\u0430\u0432\u043E \u043C\u0430\u0442\u0435\u0440\u0438\u0430\u043B\u0438. \u0412\u0438\u043D\u0430\u0433\u0438 \u0441\u043F\u0430\u0437\u0432\u0430\u0439\u0442\u0435 \u0437\u0430\u043A\u043E\u043D\u0438\u0442\u0435, \u0441\u043F\u0435\u0446\u0438\u0444\u0438\u0447\u043D\u0438 \u0437\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u0434\u044A\u0440\u0436\u0430\u0432\u0430.
help.homepage.title = \u041E\u0444\u0438\u0446\u0438\u0430\u043B\u0435\u043D \u0441\u0430\u0439\u0442
help.forum.title = \u0424\u043E\u0440\u0443\u043C
@@ -204,7 +204,7 @@ help.contact.title = \u041A\u043E\u043D\u0442\u0430\u043A\u0442
help.contact.text = {0} \u0435 \u0441\u044A\u0437\u0434\u0430\u0434\u0435\u043D \u0438 \u0441\u0435 \u043F\u043E\u0434\u0434\u044A\u0440\u0436\u0430 \u043E\u0442 Sindre Mehus \
(sindre@activeobjects.no). \
\u0410\u043A\u043E \u0438\u043C\u0430\u0442\u0435 \u0432\u044A\u043F\u0440\u043E\u0441\u0438, \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0438 \u0438\u043B\u0438 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0437\u0430 \u043F\u043E\u0434\u043E\u0431\u0440\u0435\u043D\u0438\u044F, \u043C\u043E\u043B\u044F \u043F\u043E\u0441\u0435\u0442\u0435\u0442\u0435 \
- Libresonic \u0424\u043E\u0440\u0443\u043C.
+ Airsonic \u0424\u043E\u0440\u0443\u043C.
help.log = \u041B\u043E\u0433 \u0444\u0430\u0439\u043B\u043E\u0432\u0435
help.logfile = \u0426\u0435\u043B\u0438\u044F\u0442 \u043B\u043E\u0433 \u0435 \u0437\u0430\u043F\u0430\u0437\u0435\u043D \u0432 {0}.
@@ -322,7 +322,7 @@ transcodingsettings.info =
(%s = \u0424\u0430\u0439\u043B\u044 \u043D\u0435 \u0438\u0437\u0438\u0441\u043A\u0432\u0430 \u0434\u043E\u043F\u044A\u043B\u043D\u0438\u0442\u0435\u043B\u043D\u043E \u0434\u0438\u0441\u043A\u043E\u0432\u043E \u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0441\u0442\u0432\u043E.
\\u0424\u0430\u043A\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0442\u043E \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u0441\u0435 \u0438\u0437\u0432\u044A\u0440\u0448\u0432\u0430 \u043E\u0442 \u043A\u043E\u043D\u0437\u043E\u043B\u043D\u0438 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043D\u0430 \u0442\u0440\u0435\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438, \u043A\u043E\u0438\u0442\u043E \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0441\u0430 \u0438\u043D\u0441\u0442\u0430\u043B\u0438\u0440\u0430\u043D\u0438 \u0432 {0}. \ \u041A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0449 \u043F\u0430\u043A\u0435\u0442 \u0437\u0430 Windows \ - \u0435 \u0434\u043E\u0441\u0442\u044A\u043F\u0435\u043D \u0442\u0443\u043A. \u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u0435 \u0432\u0430\u0448 \u0441\u043E\u0431\u0441\u0442\u0432\u0435\u043D \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u043E\u0440, \u0430\u043A\u043E \u0438\u0437\u043F\u044A\u043B\u043D\u044F\u0432\u0430 \ + \u0435 \u0434\u043E\u0441\u0442\u044A\u043F\u0435\u043D \u0442\u0443\u043A. \u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u0435 \u0432\u0430\u0448 \u0441\u043E\u0431\u0441\u0442\u0432\u0435\u043D \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u043E\u0440, \u0430\u043A\u043E \u0438\u0437\u043F\u044A\u043B\u043D\u044F\u0432\u0430 \ \u0441\u043B\u0435\u0434\u043D\u0438\u0442\u0435 \u0438\u0437\u0438\u0441\u043A\u0432\u0430\u043D\u0438\u044F: \
Benvingut a Libresonic! Per tal de configurar el programa de la manera m\u00E9s r\u00E0pida possible, nom\u00E9s cal que segueixi els seg\u00FCent passos.
\
+gettingStarted.text =
Benvingut a Airsonic! Per tal de configurar el programa de la manera m\u00E9s r\u00E0pida possible, nom\u00E9s cal que segueixi els seg\u00FCent passos.
\
Cliqui al bot\u00F3 d''Inici que hi ha a la barra superior per tal de tornar a aquesta p\u00E0gina.
Per a m\u00E9s informaci\u00F3, consulti la p\u00E0gina la guia Getting started.
+Per a m\u00E9s informaci\u00F3, consulti la p\u00E0gina la guia Getting started.
gettingStarted.step1.title = Canviar la contrasenya de l'administrador. gettingStarted.step1.text = Per tal de fer m\u00E9s segur el seu servidor es recomana canviar la contrasenya per defecte de l''administrador. \ Tamb\u00E9 pot crear comptes d'usuari nous amb diferents privilegis associats. gettingStarted.step2.title = Configuri els directoris multim\u00E8dia. -gettingStarted.step2.text = Indiqui a Libresonic a on guarda els arxius de m\u00FAsica i de v\u00EDdeo. +gettingStarted.step2.text = Indiqui a Airsonic a on guarda els arxius de m\u00FAsica i de v\u00EDdeo. gettingStarted.hide = No mostrar aquest missatge de nou gettingStarted.hidealert = Per tal de tornar a mostrar aquest missatge, accedeixi a Configuraci\u00F3 > General. @@ -179,8 +179,8 @@ more.random.year = i any more.random.anyyear = Qualsevol more.random.folder = i directori more.random.anyfolder = Qualsevol -more.apps.title = Libresonic Apps -more.apps.text =Hi ha aplicacions de Libresonic disponibles per a Android, iPhone, \ +more.apps.title = Airsonic Apps +more.apps.text =
Hi ha aplicacions de Airsonic disponibles per a Android, iPhone, \ Windows Phone 7 i AIR.
more.mobile.title = Tel\u00E8fon m\u00F2bil more.mobile.text =Vost\u00E8 pot controlar {0} amb qualsevol m\u00F2bil que tingui el WAP activat o amb una PDA.
\
@@ -209,13 +209,13 @@ upload.unzipped = Descomprimit {0}
# help.jsp
help.title = Quant a {0}
help.upgrade = Avis! Una nova versi\u00F3 est\u00E0 disponible.
Descarregar {0} {1} \
- aqu\u00ED.
+ aqu\u00ED.
help.version.title = Versi\u00F3
help.builddate.title = Data de creaci\u00F3
help.server.title = Server
help.license.title = Llic\u00E8ncia
help.license.text = {0} es software lliure distribu\u00EFt sota llic\u00E8ncia de codi obert GPL. \
- {0} usa llibreries de tercers sota les respectives llic\u00E8ncies. Si us plau, noti que {0} NO \
+ {0} usa llibreries de tercers sota les respectives llic\u00E8ncies. Si us plau, noti que {0} NO \
\u00E9s una eina per a la distribuci\u00F3 il\u00B7legal de material amb copyright. Prengui atenci\u00F3 a les lleis espec\u00EDfiques del seu pa\u00EDs envers aquest punt.
help.homepage.title = P\u00E0gina web del projecte
help.forum.title = F\u00F2rum
@@ -224,7 +224,7 @@ help.contact.title = Contacte
help.contact.text = {0} est\u00E0 desenvolupat i mantingut per Sindre Mehus \
(sindre@activeobjects.no). \
Si vost\u00E8 t\u00E9 alguna pregunta, comentari o suggeriment, si us plau visiti \
- Libresonic Forum.
+ Airsonic Forum.
help.log = Log
help.logfile = El log complet esta guardat a {0}.
@@ -355,7 +355,7 @@ transcodingsettings.info =
(%s = el format de l'arxiu que vole necessita espai de disc extra.
\El canvi de format es realitza mitjan\u00E7ant programes de l\u00EDnia de comandes de tercers els quals s'han de trobar instal\u00B7lats en {0}. \ Un paquet de windows pel canvi de format \ - est\u00E0 disponible aqu\u00ED. Vost\u00E8 pot afegir el seu propi programa \ + est\u00E0 disponible aqu\u00ED. Vost\u00E8 pot afegir el seu propi programa \ si compleix els seg\u00FCent requisits: \
V\u00EDt\u00E1 v\u00E1s Libresonic! Nastaven\u00ED bude provedeno b\u011Bhem p\u00E1r okam\u017Eik\u016F, postupujte podle n\u00ED\u017Ee uveden\u00FDch jednoduch\u00FDch krok\u016F.
\
+gettingStarted.text =
V\u00EDt\u00E1 v\u00E1s Airsonic! Nastaven\u00ED bude provedeno b\u011Bhem p\u00E1r okam\u017Eik\u016F, postupujte podle n\u00ED\u017Ee uveden\u00FDch jednoduch\u00FDch krok\u016F.
\
Pro n\u00E1vrat na tuto obrazovku klikn\u011Bte na tla\u010D\u00EDtko "Dom\u016F" v n\u00E1strojov\u00E9 li\u0161t\u011B naho\u0159e.
Pro v\u00EDce informac\u00ED si p\u0159e\u010Dt\u011Bte p\u0159\u00EDru\u010Dku Za\u010D\u00EDn\u00E1me (v anglick\u00E9m jazyce).
-gettingStarted.root = Upozorn\u011Bn\u00ED! Proces Libresonic b\u011B\u017E\u00ED jako u\u017Eivatel root. Uva\u017Eujte o \ - zm\u011Bn\u011B. +Pro v\u00EDce informac\u00ED si p\u0159e\u010Dt\u011Bte p\u0159\u00EDru\u010Dku Za\u010D\u00EDn\u00E1me (v anglick\u00E9m jazyce).
+gettingStarted.root = Upozorn\u011Bn\u00ED! Proces Airsonic b\u011B\u017E\u00ED jako u\u017Eivatel root. Uva\u017Eujte o \ + zm\u011Bn\u011B. gettingStarted.step1.title = Zm\u011B\u0148te heslo spr\u00E1vce. gettingStarted.step1.text = Zabezpe\u010Dte si sv\u016Fj server zm\u011Bnou v\u00FDchoz\u00EDho hesla pro \u00FA\u010Det administr\u00E1tora. \ M\u016F\u017Eete tak\u00E9 vytvo\u0159it nov\u00E9 \u00FA\u010Dty u\u017Eivatel\u016F s rozd\u00EDln\u00FDmi opr\u00E1vn\u011Bn\u00EDmi. @@ -223,8 +223,8 @@ more.random.year = a roku more.random.anyyear = Jak\u00FDkoliv more.random.folder = ve slo\u017Ece more.random.anyfolder = Jak\u00E1koliv -more.apps.title = Aplikace Libresonicu -more.apps.text =Vyzkou\u0161ejte neust\u00E1le rostouc\u00ED seznam aplikac\u00ED Libresonicu. \ +more.apps.title = Aplikace Airsonicu +more.apps.text =
Vyzkou\u0161ejte neust\u00E1le rostouc\u00ED seznam aplikac\u00ED Airsonicu. \ Poskytuj\u00ED z\u00E1bavu a alternativn\u00ED zp\u016Fsoby, jak si u\u017E\u00EDt svou sb\u00EDrku m\u00E9di\u00ED - bez ohledu na to, kde se nach\u00E1z\u00EDte. \ Aplikace jsou dostupn\u00E9 pro Android, iPhone, Windows Phone, BlackBerry, Roku a spoustu dal\u0161\u00EDch.
more.mobile.title = Mobiln\u00ED telefon @@ -253,13 +253,13 @@ upload.unzipped = Rozbaleno {0} # help.jsp help.title = O aplikaci {0} help.upgrade = Pozor! Je dostupn\u00E1 nov\u00E1 verze. St\u00E1hnout {0} {1} \ - zde. + zde. help.version.title = Verze help.builddate.title = Datum sestaven\u00ED help.server.title = Server help.license.title = Podm\u00EDnky pou\u017Eit\u00ED help.license.text = {0} je software distribuovan\u00FD pod GPL open-source licenc\u00ED. \ - {0} pou\u017E\u00EDv\u00E1 licencovan\u00E9 knihovny t\u0159et\u00EDch stran. Uv\u011Bdomte si, \u017Ee {0} nen\u00ED \ + {0} pou\u017E\u00EDv\u00E1 licencovan\u00E9 knihovny t\u0159et\u00EDch stran. Uv\u011Bdomte si, \u017Ee {0} nen\u00ED \ n\u00E1stroj pro neleg\u00E1ln\u00ED distribuci materi\u00E1lu chr\u00E1n\u011Bn\u00E9ho autorsk\u00FDmi pr\u00E1vy. V\u017Edy v\u011Bnujte pozornost a dodr\u017Eujte p\u0159\u00EDslu\u0161n\u00E9 z\u00E1kony va\u0161\u00ED zem\u011B. help.homepage.title = Domovsk\u00E1 str\u00E1nka help.forum.title = F\u00F3rum @@ -268,7 +268,7 @@ help.contact.title = Kontakt help.contact.text = {0} je vyv\u00EDjen a udr\u017Eov\u00E1n Sindrem Mehusem \ (sindre@activeobjects.no). \ Jestli\u017Ee m\u00E1te jak\u00FDkoliv dotaz, p\u0159ipom\u00EDnku nebo n\u00E1m\u011Bt na zlep\u0161en\u00ED, nav\u0161tivte \ - f\u00F3rum Libresonicu. + f\u00F3rum Airsonicu. help.log = Protokol help.logfile = Kompletn\u00ED protokol je ulo\u017Een v {0}. @@ -382,7 +382,7 @@ musicfoldersettings.fastcache = Re\u017Eim rychl\u00E9ho p\u0159\u00EDstupu musicfoldersettings.fastcache.description = Pou\u017Eijte tuto volbu pro minimalizaci p\u0159\u00EDstupu k disku, nap\u0159\u00EDklad pokud jsou va\u0161e soubory m\u00E9di\u00ED na s\u00ED\u0165ov\u00E9m disku. \ Pozn\u00E1mka: Zm\u011Bny soubor\u016F budou viditeln\u00E9 a\u017E po prohled\u00E1n\u00ED slo\u017Eek m\u00E9di\u00ED. musicfoldersettings.expunge = Vy\u010Distit datab\u00E1zi -musicfoldersettings.expunge.description = Libresonic ukl\u00E1d\u00E1 informace o v\u0161ech minul\u00FDch souborech m\u00E9di\u00ED. Vy\u010Di\u0161t\u011Bn\u00EDm datab\u00E1ze budou trvale odebr\u00E1ny informace \ +musicfoldersettings.expunge.description = Airsonic ukl\u00E1d\u00E1 informace o v\u0161ech minul\u00FDch souborech m\u00E9di\u00ED. Vy\u010Di\u0161t\u011Bn\u00EDm datab\u00E1ze budou trvale odebr\u00E1ny informace \ o souborech, kter\u00E9 ji\u017E nejsou ve va\u0161\u00ED sb\u00EDrce m\u00E9di\u00ED. musicfoldersettings.organizebyfolderstructure = Organizovat podle structury slo\u017Eek musicfoldersettings.organizebyfolderstructure.description = Tuto volbu pou\u017Eijte pro proch\u00E1zen\u00ED knihovny m\u00E9di\u00ED pomoc\u00ED adres\u00E1\u0159ov\u00E9 struktury ne\u017E pomoc\u00ED informac\u00ED o interpretech nebo albech v ID3 taz\u00EDch. @@ -453,8 +453,8 @@ playersettings.technology.jukebox.title = Jukebox playersettings.technology.web.text = P\u0159ehr\u00E1v\u00E1 hudbu p\u0159\u00EDmo v prohl\u00ED\u017Ee\u010Di pomoc\u00ED integrovan\u00E9ho p\u0159ehr\u00E1va\u010De Flash player. playersettings.technology.external.text = P\u0159ehr\u00E1v\u00E1 hudbu ve va\u0161em obl\u00EDben\u00E9m p\u0159ehr\u00E1va\u010Di jako je WinAmp nebo Windows Media Player. playersettings.technology.external_with_playlist.text = Stejn\u011B jako p\u0159edchoz\u00ED, ale seznam stop je spravov\u00E1n p\u0159ehr\u00E1va\u010Dem \ - a ne serverem Libresonic. V tomto re\u017Eimu je mo\u017En\u00E9 p\u0159eskakovat uvnit\u0159 skladeb. -playersettings.technology.jukebox.text = P\u0159ehr\u00E1v\u00E1 hudbu p\u0159\u00EDmo na zvukov\u00E9m za\u0159\u00EDzen\u00ED serveru Libresonic (Pouze schv\u00E1len\u00ED u\u017Eivatel\u00E9). + a ne serverem Airsonic. V tomto re\u017Eimu je mo\u017En\u00E9 p\u0159eskakovat uvnit\u0159 skladeb. +playersettings.technology.jukebox.text = P\u0159ehr\u00E1v\u00E1 hudbu p\u0159\u00EDmo na zvukov\u00E9m za\u0159\u00EDzen\u00ED serveru Airsonic (Pouze schv\u00E1len\u00ED u\u017Eivatel\u00E9). playersettings.name = N\u00E1zev p\u0159ehr\u00E1va\u010De playersettings.coverartsize = Velikost obalu alba playersettings.maxbitrate = Maxim\u00E1ln\u00ED p\u0159enosov\u00E1 rychlost @@ -471,7 +471,7 @@ playersettings.forget = Odstranit p\u0159ehr\u00E1va\u010D playersettings.clone = Klonovat p\u0159ehr\u00E1va\u010D dlnasettings.enabled = Povolit server DLNA -dlnasettings.description = Pou\u017Eijte tuto volbu k zapnut\u00ED medi\u00E1ln\u00EDho serveru DLNA nebo UPnP v Libresonicu \ +dlnasettings.description = Pou\u017Eijte tuto volbu k zapnut\u00ED medi\u00E1ln\u00EDho serveru DLNA nebo UPnP v Airsonicu \ a streamujte sv\u00E1 m\u00E9dia do kompatibiln\u00EDch p\u0159ehr\u00E1va\u010D\u016F DLNA. # shareSettings.jsp @@ -602,7 +602,7 @@ share.facebook = Sd\u00EDlet na Facebooku share.twitter = Sd\u00EDlet na Twiteru share.googleplus = Sd\u00EDlet na Google+ share.link = Nebo sd\u00EDlejte s k\u00FDmkoliv posl\u00E1n\u00EDm tohoto odkazu: {0} -share.disabled = Abyste s n\u011Bk\u00FDm mohli sd\u00EDlet svou hudbu, mus\u00EDte si nejd\u0159\u00EDv zaregistrovat vlastn\u00ED adresu na libresonic.org.Pokud m\u00E1te omezenou \u0161\u00ED\u0159ku p\u0 Nap\u0159\u00EDklad, pokud origin\u00E1ln\u00ED soubory mp3 maj\u00ED 256 Kb/s (kilobajt\u016F za sekundu), nastaven\u00ED maxim\u00E1ln\u00ED p\u0159enosov\u00E9 rychlosti \ na 128 zp\u016Fsob\u00ED, \u017Ee {0} automaticky p\u0159evzorkuje hudbu z 256 na 128 Kb/s.
helppopup.playlistfolder.title = Importovat seznam stop z -helppopup.playlistfolder.text =Libresonic bude pravideln\u011B importovat seznamy stop ulo\u017Een\u00E9 v t\u00E9to slo\u017Ece.
+helppopup.playlistfolder.text =Airsonic bude pravideln\u011B importovat seznamy stop ulo\u017Een\u00E9 v t\u00E9to slo\u017Ece.
helppopup.musicmask.title = Hudebn\u00ED soubory helppopup.musicmask.text =Umo\u017E\u0148uje v\u00E1m zvolit typy soubor\u016F, kter\u00E9 by m\u011Bly b\u00FDt pova\u017Eov\u00E1ny za hudbu.
helppopup.videomask.title = Soubory vide\u00ED diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_da.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_da.properties index ab6f853b..a0559a39 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_da.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_da.properties @@ -44,7 +44,7 @@ top.more = Mere top.help = Hj\u00E6lp top.search = S\u00F8g top.upgrade = En ny version er tilg\u00E6ngelig. Download {0} {1} \ - her. + her. top.missing = Ingen medie mapper fundet. Skal du \u00E6ndre indstillingerne. top.logout = Log ud {0} @@ -137,8 +137,8 @@ more.random.year = og \u00E5r more.random.anyyear = Enhver more.random.folder = i mappen more.random.anyfolder = Enhver -more.apps.title = Libresonic Apps -more.apps.text =Libresonic Apps er til \ +more.apps.title = Airsonic Apps +more.apps.text =
Airsonic Apps er til \ r\u00E5dighed for iPhone, Android og AIR.
more.mobile.title = Mobiltelefon more.mobile.text = Du kan styre {0} fra en WAP-mobiltelefon eller PDA.
\
@@ -166,7 +166,7 @@ upload.unzipped = Udpakket {0}
# Help.jsp
help.title = Om {0}
help.upgrade = Bem\u00E6rk! En ny version er tilg\u00E6ngelig. Download {0} {1} \
- her.
+ her.
help.version.title = Version
help.builddate.title = Oprettelsesdato
help.server.title = Server
@@ -180,7 +180,7 @@ help.contact.title = Kontakt
help.contact.text = {0} er udviklet og vedligeholdes af Sindre Mehus \
( sindre@activeobjects.no ). \
Hvis du har sp\u00F8rgsm\u00E5l, kommentarer eller forslag til forbedringer, kan du bes\u00F8ge \
- Libresonic Forum.
+ Airsonic Forum.
help.log = Log
help.logfile = Den komplette log er gemt i {0}.
@@ -297,7 +297,7 @@ transcodingsettings.info =
(% s = Den fil, der skal omkodet,% giver mulighed for streaming af medier, der normalt ville ikke v\u00E6re mulige at streame. Denne omkodning er foretaget on-the-fly og kr\u00E6ver nogen diskaktivitet.
\Den faktiske omkodning er udf\u00F8rt af tredjepart kommandolinje-programmer, som skal installeres i {0}. \ En omkodning pakke til Windows \ - er tilg\u00E6ngelig her. Du kan tilf\u00F8je dine egne brugerdefinerede omkodninger og kaldet transcoder, hvis det \ + er tilg\u00E6ngelig her. Du kan tilf\u00F8je dine egne brugerdefinerede omkodninger og kaldet transcoder, hvis det \ opfylder f\u00F8lgende krav: \
Velkommen til Libresonic! Som ops\u00E6ttes p\u00E5 ingen tid, skal du blot f\u00F8lge de grundl\u00E6ggende trin nedenfor.
\
+gettingStarted.text =
Velkommen til Airsonic! Som ops\u00E6ttes p\u00E5 ingen tid, skal du blot f\u00F8lge de grundl\u00E6ggende trin nedenfor.
\
Klik p\u00E5 "Forside" knappen i v\u00E6rkt\u00F8jslinjen ovenfor for at komme tilbage til dette sk\u00E6rmbillede.
Undg\u00E5 at dele ophavsretligt
share.facebook = Del p\u00E5 Facebook
share.twitter = Del p\u00E5 Twitter
share.link = Eller dele dette med nogen, ved at sende dem dette link: {0}
-share.disabled = Hvis du vil dele din medie med nogen, skal du f\u00F8rst registrere din egen libresonic.org address.
\
+share.disabled = Hvis du vil dele din medie med nogen, skal du f\u00F8rst registrere din egen airsonic.org address.
\
G\u00E5 til Settings > Network (administrative rights required).
share.manage = Administrere mine delte medier
diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_de.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_de.properties
index 2873693f..14a2a82f 100644
--- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_de.properties
+++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_de.properties
@@ -68,7 +68,7 @@ top.more = Mehr
top.help = Hilfe
top.search = Suchen
top.upgrade = Eine neue Version ist erh\u00E4ltlich. Download {0} {1} \
- hier.
+ hier.
top.missing = Keine Musikordner gefunden. Bitte die Einstellungen \u00FCberpr\u00FCfen.
top.logout = Ausloggen {0}
@@ -167,13 +167,13 @@ search.hits.songs = Songs
# gettingStarted.jsp
gettingStarted.title = Erster Start
-gettingStarted.text =
Willkommen in Libresonic! Wir werden in K\u00FCrze soweit sein, folgen sie dazu den unten aufgef\u00FChrten grundlegenden Schritten.
\
+gettingStarted.text =
Willkommen in Airsonic! Wir werden in K\u00FCrze soweit sein, folgen sie dazu den unten aufgef\u00FChrten grundlegenden Schritten.
\
Klicke den "Startseite" Button oberhalb der Toolbar um zu diesem Bildschirm zur\u00FCckzukehren.
Schauen sie in die stetig wachsende Liste der Libresonic Anwendungen. \ +more.apps.title = Airsonic Apps +more.apps.text =
Schauen sie in die stetig wachsende Liste der Airsonic Anwendungen. \ Diese sorgt f\u00FCr Spa\u00DF und alternative M\u00F6glichkeiten um ihre Mediensammlung genie\u00DFen zu k\u00F6nnen - Egal wo sie gerade sind. \ Die Apps sind verf\u00FCgbar f\u00FCr Android, iPhone, Windows Phone, BlackBerry, Roku und viele mehr.
@@ -255,7 +255,7 @@ upload.unzipped = Entpackt {0} # help.jsp help.title = \u00DCber {0} help.upgrade = Note! Eine neue Version ist erh\u00E4ltlich. Download {0} {1} \ - hier. + hier. help.version.title = Version help.builddate.title = Erstellungs Datum help.server.title = Server @@ -268,7 +268,7 @@ help.contact.title = Kontakt help.contact.text = {0} ist von Sindre Mehus entwickelt worden \ (sindre@activeobjects.no). \ Wenn du Fragen, Kommentare oder Vorschl\u00E4ge f\u00FCr Verbesserungen hast, dann besuche bitte das \ - Libresonic Forum. + Airsonic Forum. help.log = Log help.logfile = Der komplette Log ist gespeichert in {0}. @@ -385,7 +385,7 @@ musicfoldersettings.fastcache = Schnellzugriff musicfoldersettings.fastcache.description = Nutze diese Funktion um den Festplattenzugriff zu minimieren, zum Beispiel wenn sich ihre Medien auf einem Netzlaufwerk befinden. \ Anmerkung: \u00C4nderungen an Dateien werden nur sichtbar, nachdem Sie Ihre Medienordner gescannt haben. musicfoldersettings.expunge = Bereinige Datenbank -musicfoldersettings.expunge.description = Libresonic speichert alle aufgefundenen Informationen \u00FCber alle Mediendateien die gescannt wurden. Bei der Bereinigung der Datenbank, werden alle Informationen \u00FCber Dateien \ +musicfoldersettings.expunge.description = Airsonic speichert alle aufgefundenen Informationen \u00FCber alle Mediendateien die gescannt wurden. Bei der Bereinigung der Datenbank, werden alle Informationen \u00FCber Dateien \ die nicht mehr in ihrer Medienbibliothek vorhanden sind, entg\u00FCltig entfernt. musicfoldersettings.organizebyfolderstructure = Organisieren nach Ordnerstruktur musicfoldersettings.organizebyfolderstructure.description = Verwende diese Funktion um die Medienbibliothek nach Verzeichnisstruktur zu durchsuchen anstatt nach Artist / oder Album Info in den ID3-Tags. @@ -410,7 +410,7 @@ transcodingsettings.info =(%s = Die Datei die transcodiert wi Festplattenspeicher.
\Das Transcoding wird von Drittanbieter-Kommandozeilenprogrammen \u00FCbernommen, welche in {0} installiert sein m\u00FCssen. \ Mehr \u00FCber das Transcoding erf\u00E4hrst du \ - hier hier. Du kannst deinen eigenen Transcoder verwenden, wenn er \ + hier hier. Du kannst deinen eigenen Transcoder verwenden, wenn er \ folgende Funktionen erf\u00FCllt: \
Play fair – Teile in keinste
share.facebook = Teile auf Facebook
share.twitter = Teile auf Twitter
share.link = Oder teile es mit jemanden indem du diesen Link weitergibst: {0}
-share.disabled = Um Musik mit jemanden teilen zu k\u00F6nnen musst du erst deine eigene libresonic.org Addresse registrieren.
\
+share.disabled = Um Musik mit jemanden teilen zu k\u00F6nnen musst du erst deine eigene airsonic.org Addresse registrieren.
\
Bitte wechsle zu Settings > Network (Administratorrechte werden ben\u00F6tigt).
share.manage = Meine geteilten Medien verwalten
diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_el.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_el.properties
index 200b3f3b..83ee4bd1 100644
--- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_el.properties
+++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_el.properties
@@ -44,7 +44,7 @@ top.more = \u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1
top.help = \u03A0\u03B5\u03C1\u03AF
top.search = \u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7
top.upgrade = \u039C\u03AF\u03B1 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03AD\u03BA\u03B4\u03BF\u03C3\u03B7 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B7. Download {0} {1} \
- \u03B5\u03B4\u03CE.
+ \u03B5\u03B4\u03CE.
top.missing = \u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03C6\u03AC\u03BA\u03B5\u03BB\u03BF\u03B9 \u03BC\u03B5 \u03BC\u03BF\u03C5\u03C3\u03B9\u03BA\u03AC \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B1\u03BB\u03BB\u03AC\u03BE\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03C1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2 \u03C3\u03B1\u03C2.
top.logout = \u0391\u03C0\u03BF\u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 {0}
@@ -112,14 +112,14 @@ search.hits.songs = \u03A4\u03C1\u03B1\u03B3\u03BF\u03CD\u03B4\u03B9\u03B1
# gettingStarted.jsp
gettingStarted.title = \u039E\u03B5\u03BA\u03B9\u03BD\u03AE\u03C3\u03C4\u03B5 \u03B5\u03B4\u03CE
-gettingStarted.text =
\u039A\u03B1\u03BB\u03CE\u03C2 \u03AE\u03C1\u03B8\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF Libresonic! \u0398\u03B1 \u03B5\u03AF\u03C3\u03C4\u03B5 \u03AD\u03C4\u03BF\u03B9\u03BC\u03BF\u03B9 \u03C3\u03B5 \u03BB\u03AF\u03B3\u03BF \u03C7\u03C1\u03BF\u03BD\u03B9\u03BA\u03CC \u03B4\u03B9\u03AC\u03C3\u03C4\u03B7\u03BC\u03B1, \u03B1\u03BA\u03BF\u03BB\u03BF\u03C5\u03B8\u03CE\u03BD\u03C4\u03B1\u03C2 \u03C4\u03B9\u03C2 \u03C0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9 \u03BF\u03B4\u03B7\u03B3\u03AF\u03B5\u03C2
\
+gettingStarted.text =
\u039A\u03B1\u03BB\u03CE\u03C2 \u03AE\u03C1\u03B8\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF Airsonic! \u0398\u03B1 \u03B5\u03AF\u03C3\u03C4\u03B5 \u03AD\u03C4\u03BF\u03B9\u03BC\u03BF\u03B9 \u03C3\u03B5 \u03BB\u03AF\u03B3\u03BF \u03C7\u03C1\u03BF\u03BD\u03B9\u03BA\u03CC \u03B4\u03B9\u03AC\u03C3\u03C4\u03B7\u03BC\u03B1, \u03B1\u03BA\u03BF\u03BB\u03BF\u03C5\u03B8\u03CE\u03BD\u03C4\u03B1\u03C2 \u03C4\u03B9\u03C2 \u03C0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9 \u03BF\u03B4\u03B7\u03B3\u03AF\u03B5\u03C2
\
\u03A0\u03B1\u03C4\u03AE\u03C3\u03C4\u03B5 \u03C4\u03BF \u03BA\u03BF\u03C5\u03BC\u03C0\u03AF "\u0388\u03BD\u03B1\u03C1\u03BE\u03B7" \u03C3\u03C4\u03BF \u03C0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF \u03B5\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03C9\u03BD \u03C0\u03B1\u03C1\u03B1\u03C0\u03AC\u03BD\u03C9 \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B5\u03C0\u03B1\u03BD\u03AD\u03BB\u03B8\u03B5\u03C4\u03B5 \u03C3\u03C4\u03B7 \u03C0\u03B1\u03C1\u03BF\u03CD\u03C3\u03B1 \u03BF\u03B8\u03CC\u03BD\u03B7.
\u0393\u03B9\u03B1 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03C0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2, \u03BA\u03BF\u03B9\u03C4\u03AC\u03BE\u03C4\u03B5 \u03C4\u03BF\u03BDGetting started \u03BF\u03B4\u03B7\u03B3\u03CC.
+\u0393\u03B9\u03B1 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03C0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2, \u03BA\u03BF\u03B9\u03C4\u03AC\u03BE\u03C4\u03B5 \u03C4\u03BF\u03BDGetting started \u03BF\u03B4\u03B7\u03B3\u03CC.
gettingStarted.step1.title = \u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD \u03B4\u03B9\u03B1\u03C7\u03B5\u03B9\u03C1\u03B9\u03C3\u03C4\u03AE. gettingStarted.step1.text = \u0391\u03C3\u03C6\u03B1\u03BB\u03AF\u03C3\u03C4\u03B5 \u03C4\u03BF\u03BD \u03C5\u03C0\u03BF\u03BB\u03BF\u03B3\u03B9\u03C3\u03C4\u03AE \u03C3\u03B1\u03C2, \u03B1\u03BB\u03BB\u03AC\u03B6\u03BF\u03BD\u03C4\u03B1\u03C2 \u03C4\u03BF \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03B3\u03B9\u03B1 \u03C4\u03BF\u03BD \u03B4\u03B9\u03B1\u03C7\u03B5\u03B9\u03C1\u03B9\u03C3\u03C4\u03AE. \ \u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03B5\u03C0\u03AF\u03C3\u03B7\u03C2 \u03BD\u03B1 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AE\u03C3\u03B5\u03C4\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03BF\u03C5\u03C2 \u03BB\u03BF\u03B3\u03B1\u03C1\u03B9\u03B1\u03C3\u03BC\u03BF\u03CD\u03C2 \u03BC\u03B5 \u03B4\u03B9\u03AC\u03C6\u03BF\u03C1\u03B1 \u03C0\u03C1\u03BF\u03BD\u03CC\u03BC\u03B9\u03B1. gettingStarted.step2.title = \u03A3\u03CD\u03C3\u03C4\u03B1\u03C3\u03B7 \u03BC\u03BF\u03C5\u03C3\u03B9\u03BA\u03CE\u03BD \u03C6\u03B1\u03BA\u03AD\u03BB\u03C9\u03BD. -gettingStarted.step2.text = \u03A5\u03C0\u03BF\u03B4\u03B5\u03AF\u03BE\u03B5\u03C4\u03B5 \u03C3\u03C4\u03BF Libresonic \u03C0\u03BF\u03C5 \u03BA\u03C1\u03B1\u03C4\u03AC\u03C4\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03BC\u03BF\u03C5\u03C3\u03B9\u03BA\u03BF\u03CD\u03C2 \u03C3\u03B1\u03C2 \u03C6\u03B1\u03BA\u03AD\u03BB\u03BF\u03C5\u03C2. +gettingStarted.step2.text = \u03A5\u03C0\u03BF\u03B4\u03B5\u03AF\u03BE\u03B5\u03C4\u03B5 \u03C3\u03C4\u03BF Airsonic \u03C0\u03BF\u03C5 \u03BA\u03C1\u03B1\u03C4\u03AC\u03C4\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03BC\u03BF\u03C5\u03C3\u03B9\u03BA\u03BF\u03CD\u03C2 \u03C3\u03B1\u03C2 \u03C6\u03B1\u03BA\u03AD\u03BB\u03BF\u03C5\u03C2. gettingStarted.step3.title = \u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C0\u03B1\u03C1\u03B1\u03BC\u03AD\u03C4\u03C1\u03C9\u03BD \u03B4\u03B9\u03BA\u03C4\u03CD\u03BF\u03C5. gettingStarted.hide = \u039D\u03B1 \u03BC\u03B7\u03BD \u03C6\u03B1\u03BD\u03B5\u03AF \u03BE\u03B1\u03BD\u03AC \u03B1\u03C5\u03C4\u03CC. gettingStarted.hidealert = \u0393\u03B9\u03B1 \u03BD\u03B1 \u03B4\u03B5\u03AF\u03C4\u03B5 \u03BE\u03B1\u03BD\u03AC \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7\u03BD \u03BF\u03B8\u03CC\u03BD\u03B7, \u03C0\u03B7\u03B3\u03B1\u03AF\u03BD\u03B5\u03C4\u03B5 \u03C3\u03C4\u03B9\u03C2 \u03C1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2 > \u0393\u03B5\u03BD\u03B9\u03BA\u03AC. @@ -160,8 +160,8 @@ more.random.year = \u03BA\u03B1\u03B9 \u03C7\u03C1\u03BF\u03BD\u03B9\u03AC more.random.anyyear = \u039F\u03C4\u03B9\u03B4\u03AE\u03C0\u03BF\u03C4\u03B5 more.random.folder = \u03C3\u03C4\u03BF\u03BD \u03C6\u03AC\u03BA\u03B5\u03BB\u03BF more.random.anyfolder = \u039F\u03C4\u03B9\u03B4\u03AE\u03C0\u03BF\u03C4\u03B5 -more.apps.title = Libresonic \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 -more.apps.text =\u039F\u03B9 Libresonic \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B5\u03C2 \u03B3\u03B9\u03B1 Android, iPhone, \ +more.apps.title = Airsonic \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 +more.apps.text =
\u039F\u03B9 Airsonic \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B5\u03C2 \u03B3\u03B9\u03B1 Android, iPhone, \ Windows Phone and AIR.
more.mobile.title = \u039A\u03B9\u03BD\u03B7\u03C4\u03CC \u03C4\u03B7\u03BB\u03AD\u03C6\u03C9\u03BD\u03BF more.mobile.text =\u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03BA\u03BF\u03BD\u03C4\u03C1\u03BF\u03BB\u03AC\u03C1\u03B5\u03C4\u03B5 {0} \u03B1\u03C0\u03CC \u03BA\u03AC\u03B8\u03B5 \u03C4\u03B7\u03BB\u03AD\u03C6\u03C9\u03BD\u03BF \u03AE PDA \u03BC\u03B5 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7 \u03C3\u03B5 WAP.
\
@@ -189,13 +189,13 @@ upload.unzipped = \u0391\u03C0\u03BF\u03C3\u03C5\u03BC\u03C0\u03B9\u03AD\u03C3\u
# help.jsp
help.title = \u03A0\u03B5\u03C1\u03AF {0}
help.upgrade = Note! \u039C\u03B9\u03B1 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03AD\u03BA\u03B4\u03BF\u03C3\u03B7 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B7. \u039A\u03B1\u03C4\u03B5\u03B2\u03AC\u03C3\u03C4\u03B5 {0} {1} \
- here.
+ here.
help.version.title = \u0388\u03BA\u03B4\u03BF\u03C3\u03B7
help.builddate.title = \u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03A0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2
help.server.title = \u03A5\u03C0\u03BF\u03BB\u03BF\u03B3\u03B9\u03C3\u03C4\u03AE\u03C2
help.license.title = \u03A0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2 \u03C4\u03B7\u03C2 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2
help.license.text = {0} is free software distributed under the GPL open-source license. \
- {0} uses licensed third-party libraries. Please note that {0} is not \
+ {0} uses licensed third-party libraries. Please note that {0} is not \
a tool for illegal distribution of copyrighted material. Always pay attention to and follow the relevant laws specific to your country.
help.homepage.title = \u0391\u03C1\u03C7\u03B9\u03BA\u03AE
help.forum.title = \u03A6\u03CC\u03C1\u03BF\u03C5\u03BC
@@ -204,7 +204,7 @@ help.contact.title = \u0395\u03C0\u03B9\u03BA\u03BF\u03B9\u03BD\u03C9\u03BD\u03A
help.contact.text = {0} \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B1\u03BD\u03B5\u03C0\u03C4\u03C5\u03B3\u03BC\u03AD\u03BD\u03BF \u03BA\u03B1\u03B9 \u03C3\u03C5\u03BD\u03C4\u03B7\u03C1\u03AE\u03C4\u03B1\u03B9 \u03B1\u03C0\u03BF \u03C4\u03BF\u03BD Sindre Mehus \
(sindre@activeobjects.no). \
\u0391\u03BD \u03AD\u03C7\u03B5\u03C4\u03B5 \u03B5\u03C1\u03C9\u03C4\u03AE\u03C3\u03B5\u03B9\u03C2, \u03C3\u03C7\u03CC\u03BB\u03B9\u03B1, \u03AE \u03C0\u03C1\u03BF\u03C4\u03AC\u03C3\u03B5\u03B9\u03C2 \u03B3\u03B9\u03B1 \u03B2\u03B5\u03BB\u03C4\u03AF\u03C9\u03C3\u03B7 \u03C4\u03BF\u03C5 \u03BB\u03BF\u03B3\u03B9\u03C3\u03BC\u03B9\u03BA\u03BF\u03CD \u03C0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03C0\u03B9\u03C3\u03BA\u03B5\u03C6\u03B8\u03B5\u03AF\u03C4\u03B5 \u03C4\u03BF \
- Libresonic Forum.
+ Airsonic Forum.
help.log = \u0391\u03C1\u03C7\u03B5\u03AF\u03BF \u03BA\u03B1\u03C4\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2
help.logfile = \u038C\u03BB\u03BF \u03C4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03BA\u03B1\u03C4\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2 \u03B2\u03C1\u03AF\u03C3\u03BA\u03B5\u03C4\u03B1\u03B9 \u03C3\u03C4\u03BF {0}.
@@ -322,7 +322,7 @@ transcodingsettings.info =
(%s = \u03A4\u03BF \u03B1\u03C1\u03 \u03C7\u03C1\u03AE\u03C3\u03B7 \u03C4\u03BF\u03C5 \u03C3\u03BA\u03BB\u03B7\u03C1\u03BF\u03CD \u03B4\u03AF\u03C3\u03BA\u03BF\u03C5.
\\u0397 \u03BC\u03B5\u03C4\u03B1\u03C4\u03C1\u03BF\u03C0\u03AE \u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03BC\u03AD\u03C3\u03C9 \u03C0\u03C1\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03AC\u03C4\u03C9\u03BD \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2, \u03C4\u03C1\u03AF\u03C4\u03C9\u03BD \u03C0\u03C1\u03BF\u03C3\u03CE\u03C0\u03C9\u03BD \u03C0\u03BF\u03C5 \u03B8\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AE\u03B4\u03B7 \u03B5\u03B3\u03BA\u03B1\u03C4\u03B5\u03C3\u03C4\u03B7\u03BC\u03AD\u03BD\u03B1 \u03C3\u03C4\u03BF {0}. \ \u0388\u03BD\u03B1 \u03C0\u03B1\u03BA\u03AD\u03C4\u03BF \u03BC\u03B5\u03C4\u03B1\u03C4\u03C1\u03BF\u03C0\u03CE\u03BD \u03B3\u03B9\u03B1 Windows \ - \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF \u03C3\u03C4\u03BF \u03B5\u03B4\u03CE. \u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B8\u03AD\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03B4\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03BB\u03BF\u03B3\u03B9\u03C3\u03BC\u03B9\u03BA\u03CC \u03BC\u03B5\u03C4\u03B1\u03C4\u03C1\u03BF\u03C0\u03CE\u03BD \u03B5\u03AC\u03BD \ + \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF \u03C3\u03C4\u03BF \u03B5\u03B4\u03CE. \u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B8\u03AD\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03B4\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03BB\u03BF\u03B3\u03B9\u03C3\u03BC\u03B9\u03BA\u03CC \u03BC\u03B5\u03C4\u03B1\u03C4\u03C1\u03BF\u03C0\u03CE\u03BD \u03B5\u03AC\u03BD \ \u03C0\u03BB\u03B7\u03C1\u03B5\u03AF \u03C4\u03B9\u03C2 \u03C0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9 \u03C0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2: \
Welcome to Libresonic! We'll set you up in no time, just follow the basic steps below.
\
+gettingStarted.text =
Welcome to Airsonic! We'll set you up in no time, just follow the basic steps below.
\
Click the "Home" button in the toolbar above to return to this screen.
For more information, please consult the Getting started guide.
-gettingStarted.root = Warning! The Libresonic process is running as the root user. Please consider to \ - change this. +For more information, please consult the Getting started guide.
+gettingStarted.root = Warning! The Airsonic process is running as the root user. Please consider to \ + change this. gettingStarted.step1.title = Change administrator password. gettingStarted.step1.text = Secure your server by changing the default password for the administrator account. \ You can also create new user accounts with different privileges. gettingStarted.step2.title = Set up media folders. -gettingStarted.step2.text = Tell Libresonic where you keep your music and videos. +gettingStarted.step2.text = Tell Airsonic where you keep your music and videos. gettingStarted.step3.title = External Documentation -gettingStarted.step3.text = In the case that you want to enjoy Libresonic remotely, you may want to checkout the \ - proxy documentation \ which provides guidance for setting up SSL, URL rewriting, and custom addresses. Additionally, gettingStarted.hide = Don't show this again gettingStarted.hidealert = To show this screen again, go to Settings > General. @@ -252,8 +252,8 @@ more.random.1month = 1 month ago more.random.3months = 3 months ago more.random.6months = 6 months ago more.random.1year = 1 year ago -more.apps.title = Libresonic Apps -more.apps.text =Check out the steadily growing list of Libresonic apps. \ +more.apps.title = Airsonic Apps +more.apps.text =
Check out the steadily growing list of Airsonic apps. \ These provide fun and alternative ways to enjoy your media collection - no matter where you are. \ Apps are available for Android, iPhone, Windows Phone, BlackBerry, Roku and many more.
more.status.title = Network Status @@ -306,7 +306,7 @@ upload.unzipped = Unzipped {0} # help.jsp help.title = About {0} help.upgrade = Note! A new version is available. Download {0} {1} \ - here. + here. help.version.title = Version help.builddate.title = Build date help.server.title = Server @@ -316,7 +316,7 @@ help.homepage.title = Homepage help.forum.title = Forum help.shop.title = Merchandise help.contact.title = Contact -help.contact.text = Libresonic is a community project. You can find us in #libresonic on Freenode. Technical issues can be submitted to the Issue Tracker on Github. +help.contact.text = Airsonic is a community project. You can find us in #airsonic on Freenode. Technical issues can be submitted to the Issue Tracker on Github. help.log = Log help.logfile = The complete log is saved in {0}. @@ -450,7 +450,7 @@ musicfoldersettings.fastcache = Fast access mode musicfoldersettings.fastcache.description = Use this option to minimize disk access, for instance if your media files are located on a network disk. \ Note: Changed or added files will only be visible after your media folders are scanned. musicfoldersettings.expunge = Clean-up database -musicfoldersettings.expunge.description = Libresonic stores information about all media files ever encountered. By cleaning up the database, information about \ +musicfoldersettings.expunge.description = Airsonic stores information about all media files ever encountered. By cleaning up the database, information about \ files that are no longer in your media collection is permanently removed. musicfoldersettings.organizebyfolderstructure = Organize by folder structure musicfoldersettings.organizebyfolderstructure.description = Use this option to browse through your media library using the directory structure rather than using artist/album info in ID3 tags. @@ -521,8 +521,8 @@ playersettings.technology.jukebox.title = Jukebox playersettings.technology.web.text = Play music directly in the web browser using the integrated Flash player. playersettings.technology.external.text = Play music in your favorite player, such as WinAmp or Windows Media Player. playersettings.technology.external_with_playlist.text = Same as above, but the playlist is managed by the player, rather \ - than the Libresonic server. In this mode, skipping within songs is possible. -playersettings.technology.jukebox.text = Play music directly on the audio device of the Libresonic server. (Authorized users only). + than the Airsonic server. In this mode, skipping within songs is possible. +playersettings.technology.jukebox.text = Play music directly on the audio device of the Airsonic server. (Authorized users only). playersettings.name = Player name playersettings.maxbitrate = Max bitrate playersettings.notranscoder = Notice: Transcoders does not appear to be installed.MySQL has a maximum row length and as such needs varchar columns to be \ bounded. This value entered here will be the maximum column size.
helppopup.usertablequote.title = User Table Quote -helppopup.usertablequote.text =The Libresonic users table is named user. This may be a keyword conflict in some \ +helppopup.usertablequote.text =
The Airsonic users table is named user. This may be a keyword conflict in some \ databases such as Postgres. So for postgres, you will want to use the double quote character (") here
helppopup.jndiname.title = Data Source JNDI Lookup Name helppopup.jndiname.text = A JNDI name to lookup a Data Source of type javax.sql.DataSource. This is something that is\ @@ -764,7 +764,7 @@ helppopup.embeddriver.title = JDBC Driver Class helppopup.embeddriver.text = JDBC Driver dependent class name that implments java.sql.Driver. I.E. for postgres one \ would use org.postgresql.Driver. This class must be present on the classpath. helppopup.playlistfolder.title = Import playlist from -helppopup.playlistfolder.text =Libresonic will regularly import playlists stored in this folder.
+helppopup.playlistfolder.text =Airsonic will regularly import playlists stored in this folder.
helppopup.musicmask.title = Music files helppopup.musicmask.text =Allows you to specify the type of files that should be recognized as music.
helppopup.videomask.title = Video files @@ -856,7 +856,7 @@ helppopup.smtpCredentials.text =The credentials to be used to connect to the helppopup.smtpEncryption.title = SMTP Encryption helppopup.smtpEncryption.text =
The encryption method to be used to connect to the SMTP server. Choose "None" for no encryption.
helppopup.smtpFrom.title = From address -helppopup.smtpFrom.text =The sender address for mails originating from the Libresonic server. Must be a valid e-mail address.
+helppopup.smtpFrom.text =The sender address for mails originating from the Airsonic server. Must be a valid e-mail address.
helppopup.scanMediaFolders.title = Media folders scanning rules helppopup.scanMediaFolders.text =Note that any subfolder whose name starts with a dot (.) or @eaDir is ignored. Also all Thumbs.db files are.
diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en_GB.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en_GB.properties index 3d036231..1976b1b1 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en_GB.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en_GB.properties @@ -9,11 +9,11 @@ accessDenied.text = Sorry, you are not authorised to perform the requested opera # help.jsp help.license.text = {0} is free software distributed under the GPL open-source licence. \ - {0} uses licensed third-party libraries. Please note that {0} is not \ + {0} uses licensed third-party libraries. Please note that {0} is not \ a tool for illegal distribution of copyrighted material. Always pay attention to and follow the relevant laws specific to your country. # playerSettings.jsp -playersettings.technology.jukebox.text = Play music directly on the audio device of the Libresonic server. (Authorised users only). +playersettings.technology.jukebox.text = Play music directly on the audio device of the Airsonic server. (Authorised users only). # helpPopup.jsp helppopup.musicmask.text =Allows you to specify the type of files that should be recognised as music.
diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_es.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_es.properties index e1e6bf83..0287f022 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_es.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_es.properties @@ -38,7 +38,7 @@ top.more = Más top.help = Ayuda top.search = Buscar top.upgrade = Una nueva versión está disponible. Descargar {0} {1} \ - aquí. + aquí. top.missing = No se encuentra ningún directorio de música. Por favor cambie la configuración. top.logout = Desconectar {0} @@ -138,7 +138,7 @@ upload.unzipped = Descomprimido {0} # help.jsp help.title = Sobre {0} help.upgrade = ¡Aviso! Una nueva versión esta disponible. Descargue {0} {1} \ - aquí. + aquí. help.version.title = Versión help.builddate.title = Fecha de creación help.license.title = Licencia @@ -149,7 +149,7 @@ help.contact.title = Contacto help.contact.text = {0} está desarrollado y mantenido por Sindre Mehus \ (sindre@activeobjects.no). \ Si usted tiene alguna pregunta, comentario o sugerencia de mejoras, por favor visite \ - Libresonic Forum. + Airsonic Forum. help.log = Log help.logfile = El log completo esta guardado en {0}. @@ -228,7 +228,7 @@ transcodingsettings.info =(%s = El fichero cuyo formato quere necesita espacio en disco.
\El cambio de formato se realiza por medio de programas de linea de comandos de terceros los cuales deben ser instalados en {0}. \ Un pack de windows para el cambio de formato \ - esta disponible aqui. Usted puede añadir su propio programa \ + esta disponible aqui. Usted puede añadir su propio programa \ si cumple los siguientes requisitos: \
Tere tulemast Libresonicusse! Me viime teid kurssi koheselt, selleks tuleb teil järgida antud põhisamme.
\
+gettingStarted.text =
Tere tulemast Airsonicusse! Me viime teid kurssi koheselt, selleks tuleb teil järgida antud põhisamme.
\
Siia lehele naasmiseks kliki nuppu "Kodu" kõrvalolevas tööriistaribal.
Lisainfo saamiseks võtke ühendust Alustamine juhendist.
-gettingStarted.root = Hoiatus! Libresonicu protsess töötab kasutaja "root" volitusega. Kaaluge selle seade \ - muutmist. +Lisainfo saamiseks võtke ühendust Alustamine juhendist.
+gettingStarted.root = Hoiatus! Airsonicu protsess töötab kasutaja "root" volitusega. Kaaluge selle seade \ + muutmist. gettingStarted.step1.title = Muuda administraatori parooli. gettingStarted.step1.text = Muutke administraatori konto tavaparooli, et server oleks turvatud. \ Saate ka luua uusi kasutajakontosid erinevate juurdepääsudega. gettingStarted.step2.title = Seadista meediakaustad. -gettingStarted.step2.text = Anna Libresonicule teada oma muusika ja videote hoiupaigast. +gettingStarted.step2.text = Anna Airsonicule teada oma muusika ja videote hoiupaigast. gettingStarted.step3.title = Seadista võrguseadeid. gettingStarted.hide = Ära enam kuva seda gettingStarted.hidealert = Kui soovite seda teadet hiljem uuesti kuvada, siis leiate selle valiku alt Seaded > Põhiline. @@ -223,8 +223,8 @@ more.random.year = ja aasta more.random.anyyear = Suvaline more.random.folder = kaustas more.random.anyfolder = Suvaline -more.apps.title = Libresonicu rakendused -more.apps.text =Minge uurige uusi ja ägedaid Libresonicu rakendusi. \ +more.apps.title = Airsonicu rakendused +more.apps.text =
Minge uurige uusi ja ägedaid Airsonicu rakendusi. \ Need teevad sinu meedia kollektsiooni nautimise lõbusamaks ja pakub alternatiivseid viise selleks - asukohast hoolimata. \ Rakendused on saadavad järgmistele nutitelefonidele: Android, iPhone, Windows Phone, BlackBerry, Roku ja paljud teised.
more.mobile.title = Mobiiltelefon @@ -253,13 +253,13 @@ upload.unzipped = {0} on lahti pakitud # help.jsp help.title = Info {0}´i kohta help.upgrade = Note! Saadaval on uuem versioon. Lae alla {0} {1} \ - siit. + siit. help.version.title = Versioon help.builddate.title = Valmistamiskuupäev help.server.title = Server help.license.title = Kasutajatingimused help.license.text = {0} on vabavaraline tarkvara levitaja GPL avatud lähtekoodiga lepingu alusel. \ - {0} kasutab litsenseeritud kolmanda osapoole lisasid. Pea meeles, et {0} pole \ + {0} kasutab litsenseeritud kolmanda osapoole lisasid. Pea meeles, et {0} pole \ võimalus, mille abil rikutakse autoriõigusi. Alati pane tähele ning järgi oma riigile vastavaid põhiseaduseid. help.homepage.title = Kodulehekülg help.forum.title = Foorum @@ -268,7 +268,7 @@ help.contact.title = Võta ühendust help.contact.text = {0}u arendajaks ja ülalpidajaks on Sindre Mehus \ (sindre@activeobjects.no). \ Kui sul on küsimusi, kommentaare või soovitusi portaali täiustamiseks siis palun külasta \ - Libresonicu foorumit. + Airsonicu foorumit. help.log = Logi help.logfile = Kokkuvõtlik logi on salvestatud asukohta {0}. @@ -383,7 +383,7 @@ musicfoldersettings.fastcache = Kiire sisenemismeetod musicfoldersettings.fastcache.description = Selle valiku valimisel vähendatakse kõvaketta koormust, näiteks, kui sinu meediafailid asuvad interneti serveris. \ Märkus: Failidele jõustuvad muudatused pärast meediakaustade skänneeringut. musicfoldersettings.expunge = Puhastage andmebaasi -musicfoldersettings.expunge.description = Libresonic kogub kõikide siia laetud meediafailide kohta infot. Andmebaasi puhastamise ajal eemaldatakse \ +musicfoldersettings.expunge.description = Airsonic kogub kõikide siia laetud meediafailide kohta infot. Andmebaasi puhastamise ajal eemaldatakse \ ajutiselt nende failide info, mida enam pole Teie muusikakollektsioonis. musicfoldersettings.organizebyfolderstructure = Organiseeri kausta ülesehituse järgi musicfoldersettings.organizebyfolderstructure.description = Kasuta seda valikut, et sirvida oma meediakogu sihtkoha ülesehituse järgi. Selle asemel, et kasutada ID3 teekide esitaja/albumi andmeid. @@ -454,8 +454,8 @@ playersettings.technology.jukebox.title = Kukeboks playersettings.technology.web.text = Kasutage sisseehitatud Flash esitajat, et esitada muusikat otse veebilehitsejast. playersettings.technology.external.text = Esita muusikat oma lemmikesitaja kaudu nagu näiteks WinAmp või Windows Media Player. playersettings.technology.external_with_playlist.text = Sama, mis kõrvalolev aga esitusloendit haldab meediaesitaja, \ - Libresonicu serveri asemel. See olek võimaldab vahele jätta lugusid. -playersettings.technology.jukebox.text = Esita muusikat Libresonicu serveri audioseadme kaudu. (Kinnitatud kasutajaile ainult). + Airsonicu serveri asemel. See olek võimaldab vahele jätta lugusid. +playersettings.technology.jukebox.text = Esita muusikat Airsonicu serveri audioseadme kaudu. (Kinnitatud kasutajaile ainult). playersettings.name = Esitaja nimi playersettings.coverartsize = Albumi esikaane suurus playersettings.maxbitrate = Suurim kvaliteet @@ -472,7 +472,7 @@ playersettings.forget = Kustuta meediaesitaja playersettings.clone = Klooni meediaesitajat dlnasettings.enabled = Luba DLNA server -dlnasettings.description = Selle valikuga on võimalik nähtavaks muuta oma meediakollektsiooni DLNA/UPnP meediaserveri kaudu Libresonicus. \ +dlnasettings.description = Selle valikuga on võimalik nähtavaks muuta oma meediakollektsiooni DLNA/UPnP meediaserveri kaudu Airsonicus. \ Märkus: See võimalus on hetkel testimisel ning ei pruugi töötada kõigi DLNA klientidega. dlnasettings.servername = Meediaserveri nimi dlnasettings.servername.description = Meediaserveri nime kuvatakse DLNA esitajates, et tunneksite ära õige esitaja. @@ -605,7 +605,7 @@ share.facebook = Jaga Facebookis share.twitter = Jaga Twitteris share.googleplus = Jaga Google+-is share.link = Või saatmiseks kasutage linki: {0} -share.disabled = Esmalt, et saaksite muusikat jagada kellegagi, peate te registreerima oma libresonic.org aadressi.Tervetuloa k\u00E4ytt\u00E4m\u00E4\u00E4n Libresonicia! Seuraavaksi k\u00E4yd\u00E4\u00E4n l\u00E4pi perusasetukset.
\
+gettingStarted.text =
Tervetuloa k\u00E4ytt\u00E4m\u00E4\u00E4n Airsonicia! Seuraavaksi k\u00E4yd\u00E4\u00E4n l\u00E4pi perusasetukset.
\
Klikkaa "Etusivu" n\u00E4pp\u00E4int\u00E4 ylh\u00E4\u00E4ll\u00E4 valikossa p\u00E4\u00E4st\u00E4ksesi takaisin t\u00E4lle sivulle.
(%s = Tiedosto, mik\u00E4 muunnetaa
Muuntaminen on prosessi, miss\u00E4 tiedostotyyppi muunnetaan toiseksi tiedostotyypiksi. {1}'ohjelma \ antaa striimata my\u00F6s mediaa, mik\u00E4 normaalisti ei olisi striimattavissa. Muunnos tehd\u00E4\u00E4n lennossa, eik\u00E4 se \ vaadi levytilaa.
\ -Varsinaisen muunnoksen suorittaa kolmannen osapuolen komentoriviohjelma, mik\u00E4 tulee asentaa kansioon c:|libresonic|transcode. \ +
Varsinaisen muunnoksen suorittaa kolmannen osapuolen komentoriviohjelma, mik\u00E4 tulee asentaa kansioon c:|airsonic|transcode. \ Muunnosohjelma Windowsiin \ - on saatavilla t\u00E4\u00E4lt\u00E4. \ + on saatavilla t\u00E4\u00E4lt\u00E4. \ Voit k\u00E4ytt\u00E4\u00E4 my\u00F6s jotain muuta ohjelmaa jos se t\u00E4ytt\u00E4\u00E4 seuraavat ehdot: \
Bienvenue sur Libresonic ! Suivez les quelques \u00E9tapes ci-dessous pour commencer \u00E0 l''utiliser.
\
+gettingStarted.text =
Bienvenue sur Airsonic ! Suivez les quelques \u00E9tapes ci-dessous pour commencer \u00E0 l''utiliser.
\
Cliquez le bouton "Accueil" dans la barre du haut pour revenir sur cette page.
Pour plus d''informations, consultez le guide de d\u00E9marrage rapide.
+Pour plus d''informations, consultez le guide de d\u00E9marrage rapide.
gettingStarted.step1.title = Changer le mot de passe administrateur. gettingStarted.step1.text = S\u00E9curisez votre installation en modifiant le mot de passe du compte administrateur. \ Vous pouvez aussi cr\u00E9er de nouveaux comptes utilisateurs avec diff\u00E9rents privil\u00E8ges. gettingStarted.step2.title = G\u00E9rer les dossiers de musique. -gettingStarted.step2.text = Libresonic doit savoir dans quel dossier se trouve votre musique. +gettingStarted.step2.text = Airsonic doit savoir dans quel dossier se trouve votre musique. gettingStarted.step3.title = Configurer les r\u00E9glages r\u00E9seau. gettingStarted.hide = Ne plus montrer cet \u00E9cran gettingStarted.hidealert = Pour afficher cet \u00E9cran \u00E0 nouveau, allez dans Param\u00E8tres > G\u00E9n\u00E9ral. -gettingStarted.root = Attention ! Le processus de libresonic a \u00E9t\u00E9 lanc\u00E9 par l''utilisateur root. Nous vous conseillons de \ - modifier ce point. +gettingStarted.root = Attention ! Le processus de airsonic a \u00E9t\u00E9 lanc\u00E9 par l''utilisateur root. Nous vous conseillons de \ + modifier ce point. # home.jsp home.random.title = Al\u00E9atoire @@ -217,7 +217,7 @@ more.random.anyyear = Toutes les ann\u00E9es more.random.folder = et du dossier more.random.anyfolder = Tous les dossiers more.apps.title = Applications -more.apps.text = Des applications Libresonic sont disponibles pour iPhone, \ +more.apps.text = Des applications Airsonic sont disponibles pour iPhone, \ Android et AIR. more.mobile.title = T\u00E9l\u00E9phone mobile more.mobile.text =Vous pouvez controler {0} \u00E0 partir de votre t\u00E9l\u00E9phone mobile.
\
@@ -243,13 +243,13 @@ upload.unzipped = D\u00E9compress\u00E9 {0}
# help.jsp
help.title = A propos de {0}
help.upgrade = Note! Une nouvelle version est disponible. T\u00E9l\u00E9charger {0} {1} \
- ici.
+ ici.
help.version.title = Version
help.builddate.title = Date
help.server.title = Serveur
help.license.title = Licence
help.license.text = {0} est un logiciel gratuit distribu\u00E9 sous licence GPL. \
- {0} utilise une biblioth\u00E8que tiers autoris\u00E9e. Veuillez noter qu''il n''est pas \
+ {0} utilise une biblioth\u00E8que tiers autoris\u00E9e. Veuillez noter qu''il n''est pas \
destin\u00E9 \u00E0 partager ill\u00E9galement des oeuvres non-libres de droit. Renseignez-vous sur les lois en vigueur dans votre pays.
help.homepage.title = Page d'accueil
help.forum.title = Forum
@@ -258,7 +258,7 @@ help.contact.title = Contact
help.contact.text = {0} est developp\u00E9 et maintenu par Sindre Mehus \
(sindre@activeobjects.no). \
Si vous avez des questions, commentaires ou suggestions pour l''am\u00E9liorer, visitez le \
- Forum Libresonic.
+ Forum Airsonic.
help.log = Log
help.logfile = L''historique complet est sauvegard\u00E9e dans {0}.
@@ -375,9 +375,9 @@ transcodingsettings.info =
(%s = Le fichier \u00E0 encoder, %b
L''encodage est un processus de conversion d''un format de fichier vers un autre. Le moteur d''encodage de {1} \ permet de lire un fichier qui normalement n''aurait pas pu l''\u00EAtre. L''encodage est effectu\u00E9 \u00E0 la vol\u00E9e et ne \ requiert aucun usage du disque dur.
\ -L''encodage peut se faire en ligne de commande \u00E0 l''aide d'un programme tiers qui peut \u00EAtre install\u00E9 dans Libresonic. \ +
L''encodage peut se faire en ligne de commande \u00E0 l''aide d'un programme tiers qui peut \u00EAtre install\u00E9 dans Airsonic. \ Un pack d''encodage pour Windows \ - est disponible ici. Vous pouvez ajouter votre propre encodeur \ + est disponible ici. Vous pouvez ajouter votre propre encodeur \ s''il remplit les conditions suivantes : \
Permet de limiter l''utilisation de la bande p helppopup.uploadlimit.title = Limite d''envoi helppopup.uploadlimit.text =
Permet de limiter l''utilisation de la bande passante pour les envois de fichiers.
helppopup.streamport.title = Port pour les flux non-SSL -helppopup.streamport.text =Cette option n''est utile que si vous utilisez Libresonic sur un serveur utilisant la technologie SSL (HTTPS).
Certain lecteurs \ +helppopup.streamport.text =
Cette option n''est utile que si vous utilisez Airsonic sur un serveur utilisant la technologie SSL (HTTPS).
Certain lecteurs \ (comme Winamp) ne supportent pas le streaming par SSL. Si vous ne voulez pas que le flux soit transmis par SSL, indiquez un num\u00E9ro de port pour une utilisation http (g\u00E9n\u00E9ralement 80 ou 4040). Notez que ce flux ne sera pas crypt\u00E9.
helppopup.ldap.title = Authentification LDAP helppopup.ldap.text =Les utilisateurs peuvent \u00EAtre authentifi\u00E9s par un serveur LDAP externe (dont Windows Active Directory). \ - Quand ces utilisateurs se connectent sur Libresonic, leur nom d''utilisateur et mot de passe sont v\u00E9rifi\u00E9s par le serveur externe et non par Libresonic.
+ Quand ces utilisateurs se connectent sur Airsonic, leur nom d''utilisateur et mot de passe sont v\u00E9rifi\u00E9s par le serveur externe et non par Airsonic. helppopup.ldapurl.title = LDAP URL helppopup.ldapurl.text =Permet d''indiquer l''URL du serveur LDAP. Le protocole sera ldap :// ou ldaps:// \
(pour LDAP par SSL). Voir ici \
diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_is.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_is.properties
index bcacf1ac..3217633e 100644
--- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_is.properties
+++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_is.properties
@@ -45,7 +45,7 @@ top.more = Meira
top.help = Hj\u00E1lp
top.search = Leita
top.upgrade = N\u00FDrri \u00DAtg\u00E1fa er tilb\u00FAin. S\u00E6kja {0} {1} \
- H\u00E9r.
+ H\u00E9r.
top.missing = Engar T\u00F3nlistarskr\u00E1r Fundust. Vinsamlegast Breyttu Stillingunum.
top.logout = \u00DAtskr\u00E1 {0}
@@ -164,13 +164,13 @@ upload.unzipped = Af\u00FEjappa\u00F0 {0}
# help.jsp
help.title = Um {0}
help.upgrade = A.T.H! N\u00FDrri \u00DAtg\u00E1fa er tilb\u00FAin.
S\u00E6kja {0} {1} \
- H\u00E9r.
+ H\u00E9r.
help.version.title = \u00DAtg\u00E1fa
help.builddate.title = Sm\u00ED\u00F0i Dags
help.server.title = \u00DEj\u00F3nn
help.license.title = Leifi
help.license.text = {0} er \u00F3keypis hugb\u00FAna\u00F0i er dreift samkv\u00E6mt GPL open-source license. \
- {0} Nota\u00F0u licensed third-party libraries.
+ {0} Nota\u00F0u licensed third-party libraries.
help.homepage.title = Heimas\u00ED\u00F0a
help.forum.title = Spjallbor\u00F0
help.shop.title = V\u00F6rur
@@ -178,7 +178,7 @@ help.contact.title = Hafa Samband
help.contact.text = {0} er \u00FEr\u00F3a\u00F0 og vi\u00F0haldi\u00F0 af Sindre Mehus \
(sindre@activeobjects.no). \
Ef \u00FE\u00FA hefur einhverjar spurningar, athugasemdir e\u00F0a till\u00F6gur til \u00FArb\u00F3ta, skaltu fara \u00E1 \
- Libresonic Spjallbor\u00F0.
+ Airsonic Spjallbor\u00F0.
help.log = Yfirlit
help.logfile = Tilb\u00FAi\u00F0 Yfirlit er Vista\u00F0 \u00ED {0}.
@@ -292,7 +292,7 @@ transcodingsettings.info =
(%s = Eftirfarandi Skr\u0 \u00FEurfa allir diskur notkun.
\raunverulegur transcoding er gert vi\u00F0 \u00FEri\u00F0ja a\u00F0ila stj\u00F3rn l\u00EDna forrit ver\u00F0ur a\u00F0 vera uppsett \u00ED {0}. \ transcoding Pakki Fyrir Windows \ - F\u00E6st H\u00E9r. \u00DE\u00FA getur b\u00E6tt eigin s\u00E9rsni\u00F0num transcoder \u00FEinn gefi\u00F0 \u00FEa\u00F0 \ + F\u00E6st H\u00E9r. \u00DE\u00FA getur b\u00E6tt eigin s\u00E9rsni\u00F0num transcoder \u00FEinn gefi\u00F0 \u00FEa\u00F0 \ fulln\u00E6gja eftirfarandi kr\u00F6fum: \
Benvenuto in Libresonic! La configurazione non ti porter\u00E0 via tempo, baster\u00E0 seguire i semplici passaggi riportati di seguito.
\
+gettingStarted.title = Comincia ad utilizzare Airsonic
+gettingStarted.text =
Benvenuto in Airsonic! La configurazione non ti porter\u00E0 via tempo, baster\u00E0 seguire i semplici passaggi riportati di seguito.
\
Premi il bottone "Casa" nella barra degl strumenti qui sopra per tornare a questa schermata.
Per maggiori informazioni, per favore consulta la guida Comincia ad utilizzare Libresonic.
+Per maggiori informazioni, per favore consulta la guida Comincia ad utilizzare Airsonic.
gettingStarted.step1.title = Cambia la password di amministrazione. gettingStarted.step1.text = Cambiando la password predefinita dell'utente di amministrazione renderai pi\u00F9 sicuro il tuo server. \ Puoi anche scegliere di creare un altro utente con differenti privilegi di amministrazione. gettingStarted.step2.title = Imposta le cartelle della musica. -gettingStarted.step2.text = Di' a Libresonic dove tieni la tua musica. +gettingStarted.step2.text = Di' a Airsonic dove tieni la tua musica. gettingStarted.step3.title = Configura le imposatzioni di rete. gettingStarted.hide = Non mostrare questa schermata di nuovo. gettingStarted.hidealert = Per visualizzare nuovamente la schermata, vai in Impostazioni > Generale. @@ -158,8 +158,8 @@ more.random.year = e anno more.random.anyyear = Qualsiasi more.random.folder = nella cartella more.random.anyfolder = Qualsiasi -more.apps.title = Applicazioni Libresonic -more.apps.text =Le applicazioni Libresonic sono disponibili per iPhone, \ +more.apps.title = Applicazioni Airsonic +more.apps.text =
Le applicazioni Airsonic sono disponibili per iPhone, \ Android e AIR.
more.mobile.title = Telefono cellulare more.mobile.text =Puoi controllare {0} da qualsiasi telefono cellulare o PDA con WAP abilitato.
\
@@ -188,13 +188,13 @@ upload.unzipped = Zip estratto {0}
# help.jsp
help.title = Riguardo {0}
help.upgrade = Attenzione! Una nuova versione \u00E8 disponibile. Scaricala {0} {1} \
- qui.
+ qui.
help.version.title = Versione
help.builddate.title = Data di build
help.server.title = Server
help.license.title = Termini di utilizzo
help.license.text = {0} \u00E8 un software libero distribuito sotto i termini della licenza open source GPL. \
- {0} utilizza librerie autorizzate di terze parti. Per favore ricorda che {0} non \u00E8 \
+ {0} utilizza librerie autorizzate di terze parti. Per favore ricorda che {0} non \u00E8 \
uno strumento per la distribuzione illegale di materiale coperto dal diritto d'autore. Rispetta sempre le disciplina legale pertinente per il tuo Paese.
help.homepage.title = Homepage
help.forum.title = Forum
@@ -203,7 +203,7 @@ help.contact.title = Contatti
help.contact.text = {0} \u00E8 sviluppato e mantenuto da Sindre Mehus \
(sindre@activeobjects.no). \
Se hai domande, commenti o suggerimenti per migliorare il programma, visita il \
- Forum di Libresonic.
+ Forum di Airsonic.
help.log = Log
help.logfile = Il file di log completo \u00E8 salvato in {0}.
@@ -320,7 +320,7 @@ transcodingsettings.info =
(%s = File da convertire, %b = Bitr necessita di alcun utilizzo del disco.
\Attualmente il transcoding attuale \u00E8 fatto da programmi a linea di comando di terze parti, che, dunque, devono essere installati in {0}. \ Un pacchetto di Transcofing per Windows \ - \u00E8 disponibile qui. Puoi aggiungere i tuoi transcoder personalizzati \ + \u00E8 disponibile qui. Puoi aggiungere i tuoi transcoder personalizzati \ purch\u00E9 soddisfino i seguenti requisiti: \
\u3088\u3046\u3053\u305D Libresonic\u3078! \u4E0B\u8A18\u306E\u624B\u9806\u3067\u57FA\u672C\u7684\u306A\u8A2D\u5B9A\u304C\u3067\u304D\u307E\u3059\u3002
\
+gettingStarted.text =
\u3088\u3046\u3053\u305D Airsonic\u3078! \u4E0B\u8A18\u306E\u624B\u9806\u3067\u57FA\u672C\u7684\u306A\u8A2D\u5B9A\u304C\u3067\u304D\u307E\u3059\u3002
\
\u3053\u306E\u753B\u9762\u306B\u623B\u308B\u306B\u306F\u3001\u4E0A\u306B\u3042\u308B\u30C4\u30FC\u30EB\u30D0\u30FC\u306E\u300C\u30DB\u30FC\u30E0\u300D\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002
\u8A73\u7D30\u306B\u3064\u3044\u3066\u306F\u3001Getting started \u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002
-gettingStarted.root = \u8B66\u544A! Libresonic \u306E\u30D7\u30ED\u30BB\u30B9\u304C\u30EB\u30FC\u30C8\u6A29\u9650\u3067\u5B9F\u884C\u3055\u308C\u3066\u3044\u307E\u3059\u3002\ - \u3053\u306E\u8A2D\u5B9A\u3092\u5909\u66F4\u3059\u308B\u3053\u3068\u3092\u691C\u8A0E\u3057\u3066\u304F\u3060\u3055\u3044\u3002 +\u8A73\u7D30\u306B\u3064\u3044\u3066\u306F\u3001Getting started \u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+gettingStarted.root = \u8B66\u544A! Airsonic \u306E\u30D7\u30ED\u30BB\u30B9\u304C\u30EB\u30FC\u30C8\u6A29\u9650\u3067\u5B9F\u884C\u3055\u308C\u3066\u3044\u307E\u3059\u3002\ + \u3053\u306E\u8A2D\u5B9A\u3092\u5909\u66F4\u3059\u308B\u3053\u3068\u3092\u691C\u8A0E\u3057\u3066\u304F\u3060\u3055\u3044\u3002 gettingStarted.step1.title = \u7BA1\u7406\u8005\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3057\u307E\u3059\u3002 gettingStarted.step1.text = \u7BA1\u7406\u8005\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3059\u308B\u3053\u3068\u3067\u3001\u30B5\u30FC\u30D0\u3092\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3\u3092\u9AD8\u3081\u3066\u304F\u3060\u3055\u3044\u3002 \ \u307E\u305F\u3001\u5225\u306E\u6A29\u9650\u3092\u6301\u3064\u65B0\u3057\u3044\u30E6\u30FC\u30B6\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u6210\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002 @@ -231,8 +231,8 @@ more.random.year = \u5E74\u4EE3: more.random.anyyear = \u4EFB\u610F more.random.folder = \u30D5\u30A9\u30EB\u30C0: more.random.anyfolder = \u4EFB\u610F -more.apps.title = Libresonic Apps -more.apps.text =Libresonic apps \u306E\u5145\u5B9F\u306B\u6CE8\u76EE\u3057\u3066\u3044\u3066\u304F\u3060\u3055\u3044\u3002\ +more.apps.title = Airsonic Apps +more.apps.text =
Airsonic apps \u306E\u5145\u5B9F\u306B\u6CE8\u76EE\u3057\u3066\u3044\u3066\u304F\u3060\u3055\u3044\u3002\ \u3053\u308C\u3089\u306E\u30A2\u30D7\u30EA\u7FA4\u306F\u3001\u305F\u3068\u3048\u3042\u306A\u305F\u304C\u3069\u3053\u306B\u3044\u3066\u3082\u97F3\u697D\u3092\u697D\u3057\u3080\u559C\u3073\u3068\u69D8\u3005\u306A\u624B\u6BB5\u3092\u63D0\u4F9B\u3057\u307E\u3059\u3002\ \u30A2\u30D7\u30EA\u306F Android, iPhone, Windows Phone, BlackBerry, Roku, \u305D\u306E\u4ED6\u306E\u30D7\u30E9\u30C3\u30C8\u30D5\u30A9\u30FC\u30E0\u3067\u7528\u610F\u3055\u308C\u3066\u3044\u307E\u3059\u3002
more.status.title = \u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306E\u72B6\u614B @@ -263,15 +263,15 @@ upload.unzipped = zip\u30D5\u30A1\u30A4\u30EB {0} \u3092\u5C55\u958B\u3057\u307E # help.jsp help.title = {0} \u306B\u3064\u3044\u3066 help.upgrade = \u6CE8\u610F! \u65B0\u3057\u3044\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u30EA\u30EA\u30FC\u30B9\u3055\u308C\u3066\u3044\u307E\u3059\u3002(%s = \u5909\u63DB\u5143\u30D5\u30A \u672C\u6765\u30B9\u30C8\u30EA\u30FC\u30DF\u30F3\u30B0\u518D\u751F\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u306A\u3044\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u66F2\u3067\u3082\u30B9\u30C8\u30EA\u30FC\u30DF\u30F3\u30B0\u518D\u751F\u3067\u304D\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002 \ \u30C8\u30E9\u30F3\u30B9\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u306F\u5FC5\u8981\u306B\u5FDC\u3058\u3066\u305D\u306E\u90FD\u5EA6\u884C\u308F\u308C\u3001\u30C7\u30A3\u30B9\u30AF\u5BB9\u91CF\u306F\u6D88\u8CBB\u3057\u307E\u305B\u3093\u3002
\\u5B9F\u969B\u306E\u30C8\u30E9\u30F3\u30B9\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u4F5C\u696D\u3092\u884C\u3046\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u306E\u30D7\u30ED\u30B0\u30E9\u30E0\u306F\u3001 {0} \u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3057\u3066\u304A\u304F\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\ - Windows\u3067\u306F \u3053\u3053 \ + Windows\u3067\u306F \u3053\u3053 \ \u304B\u3089\u30C8\u30E9\u30F3\u30B9\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u7528\u306E\u30D7\u30ED\u30B0\u30E9\u30E0\u30D1\u30C3\u30AF\u3092\u5165\u624B\u3067\u304D\u307E\u3059\u3002\ \u307E\u305F\u3001\u6B21\u306E\u8981\u6C42\u6A5F\u80FD\u3092\u6E80\u305F\u305B\u3070\u72EC\u81EA\u306E\u30C8\u30E9\u30F3\u30B9\u30B3\u30FC\u30C0\u3092\u8FFD\u52A0\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\
\uC11C\uBE0C\uC18C\uB2C9\uC5D0 \uC624\uC2E0 \uAC83\uC744 \uD658\uC601\uD569\uB2C8\uB2E4.! \uBA87\uAC00\uC9C0\uC758 \uAC04\uB2E8\uD55C \uB2E8\uACC4\uB9CC \uB530\uB77C\uD558\uC2DC\uBA74 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
\
\uC774 \uD654\uBA74\uC744 \uBCF4\uACE0 \uC2F6\uC73C\uBA74 \uC5B8\uC81C\uB77C\uB3C4 \uC0C1\uB2E8\uC758 \uD648\uBC84\uD2BC\uC744 \uB20C\uB7EC\uC8FC\uC138\uC694..
\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB3C4\uC6C0\uB9D0\uC744 \uCC38\uC870\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.\uC2DC\uC791\uD558\uAE30
-gettingStarted.root = Warning! The Libresonic process is running as the root user. Please consider to \ - change this. +\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB3C4\uC6C0\uB9D0\uC744 \uCC38\uC870\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.\uC2DC\uC791\uD558\uAE30
+gettingStarted.root = Warning! The Airsonic process is running as the root user. Please consider to \ + change this. gettingStarted.step1.title = \uAD00\uB9AC\uC790 \uC554\uD638 \uBCC0\uACBD\uD558\uAE30. gettingStarted.step1.text = \uAD00\uB9AC\uC790 \uC554\uD638\uB97C \uBCC0\uACBD\uD568\uC73C\uB85C\uC368 \uB2F9\uC2E0\uC758 \uC11C\uBC84\uB97C \uB354\uC6B1 \uC548\uC804\uD558\uAC8C \uB9CC\uB4E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \ \uC11C\uB85C \uB2E4\uB978 \uAD8C\uD55C\uC744 \uAC00\uC9C4 \uC0AC\uC6A9\uC790\uB97C \uB9CC\uB4E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4. @@ -223,7 +223,7 @@ more.random.anyyear = \uBAA8\uB4E0 more.random.folder = \uC800\uC7A5\uC18C\uC5D0 more.random.anyfolder = \uBAA8\uB4E0 more.apps.title = \uC11C\uBE0C\uC18C\uB2C9 \uC571\uC2A4 -more.apps.text =\uC11C\uBE0C\uC18C\uB2C9 \uC571\uC2A4 \uC544\uC774\uD3F0, \ +more.apps.text =
\uC11C\uBE0C\uC18C\uB2C9 \uC571\uC2A4 \uC544\uC774\uD3F0, \ \uC548\uB4DC\uB85C\uC774\uB4DC \uC640 AIR\uC5D0\uC11C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
more.minisub.title = \uBBF8\uB2C8\uC11C\uBE0C more.minisub.text =\uBBF8\uB2C8\uC11C\uBC84 \uB294 \uC11C\uBE0C\uC18C\uB2C9\uC744 \uC704\uD55C HTML5 \uC18C\uD615 \uC7AC\uC0DD\uAE30\uC785\uB2C8\uB2E4. \ @@ -256,13 +256,13 @@ upload.unzipped = \uC555\uCD95\uC744 \uD480\uC5C8\uC2B5\uB2C8\uB2E4. {0} # help.jsp help.title = About {0} help.upgrade = \uC54C\uB9BC! \uC0C8\uB85C\uC6B4 \uBC84\uC804\uC774 \uB098\uC654\uC2B5\uB2C8\uB2E4. \uB2E4\uC6B4\uB85C\uB4DC {0} {1} \ - \uC5EC\uAE30. + \uC5EC\uAE30. help.version.title = \uBC84\uC804 help.builddate.title = \uBE4C\uB4DC \uB0A0\uC9DC help.server.title = \uC11C\uBC84 help.license.title = \uC774\uC6A9 \uC57D\uAD00 help.license.text = {0} is free software distributed under the GPL open-source license. \ - {0} uses licensed third-party libraries. Please note that {0} is not \ + {0} uses licensed third-party libraries. Please note that {0} is not \ a tool for illegal distribution of copyrighted material. Always pay attention to and follow the relevant laws specific to your country. help.homepage.title = \uD648\uD398\uC774\uC9C0 help.forum.title = \uD3EC\uB7FC @@ -271,7 +271,7 @@ help.contact.title = Contact help.contact.text = {0} is developed and maintained by Sindre Mehus \ (sindre@activeobjects.no). \ If you have any questions, comments or suggestions for improvements, please visit the \ - Libresonic Forum. + Airsonic Forum. help.log = \uB85C\uADF8 help.logfile = \uB85C\uADF8\uAC00 {0} \uC5D0 \uC815\uC0C1\uC801\uC73C\uB85C \uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4. @@ -409,7 +409,7 @@ transcodingsettings.info =
(%s = \uBCC0\uD658\uD560 \uD30C\uC7 \uC5D4\uC9C4\uC740 \uC77C\uBC18\uC801\uC73C\uB85C \uC2A4\uD2B8\uB9AC\uBC0D\uC774 \uBD88\uAC00\uB2A5\uD55C \uBBF8\uB514\uC5B4\uB3C4 \uC2A4\uD2B8\uB9AC\uBC0D\uC774 \uAC00\uB2A5\uD558\uB3C4\uB85D \uD569\uB2C8\uB2E4. \uBCC0\uD658\uC740 \uBC14\uB85C \uC2E4\uD589\uB418\uBA70 \ \uCD94\uAC00\uC801\uC778 \uB514\uC2A4\uD06C \uACF5\uAC04\uC744 \uD544\uC694\uB85C \uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
\\uC2E4\uC81C \uBCC0\uD658\uC740 {0}\uC5D0 \uD0C0\uC0AC \uBA85\uB839\uC904 \uD504\uB85C\uADF8\uB7A8\uC774 \uC124\uCE58\uB418\uC5B4 \uC788\uC5B4\uC57C \uD569\uB2C8\uB2E4. \ - \uC708\uB3C4\uC6B0\uC6A9 \uBCC0\uD658 \uD328\uD0A4\uC9C0\uB294 \uC5EC\uAE30\uC5D0 \uC788\uC2B5\uB2C8\uB2E4. \ + \uC708\uB3C4\uC6B0\uC6A9 \uBCC0\uD658 \uD328\uD0A4\uC9C0\uB294 \uC5EC\uAE30\uC5D0 \uC788\uC2B5\uB2C8\uB2E4. \ \uC0AC\uC6A9\uC790 \uC815\uC758 \uBCC0\uD658 \uBC29\uBC95\uC740 \uC544\uB798\uC640 \uAC19\uC740 \uC0AC\uD56D\uC744 \uB9CC\uC871\uD574\uC57C \uD569\uB2C8\uB2E4. \
Welkom bij Libresonic!. De configuratie van Libresonic is eenvoudig, loop de volgende basisstappen even door.
\
+gettingStarted.text =
Welkom bij Airsonic!. De configuratie van Airsonic is eenvoudig, loop de volgende basisstappen even door.
\
Klik op de "Home" knop in de werkbalk hierboven om naar dit scherm terug te keren.
Raadpleeg de "Beginnersgids" voor meer informatie.
-gettingStarted.root = Let op! Het Libresonic proces werkt nu als de root gebruiker. Het wordt aanbevolen om\ - dit te veranderen. +Raadpleeg de "Beginnersgids" voor meer informatie.
+gettingStarted.root = Let op! Het Airsonic proces werkt nu als de root gebruiker. Het wordt aanbevolen om\ + dit te veranderen. gettingStarted.step1.title = Verander administrator wachtwoord. gettingStarted.step1.text = Beveilig de server door het standaardwachtwoord van het administrator account te wijzigen. \ Tevens kun je hier nieuwe gebruikersaccounts met verschillende rechten aanmaken. gettingStarted.step2.title = Stel de mediamappen in. -gettingStarted.step2.text = Vertel Libresonic waar jouw muziek en videos staan. +gettingStarted.step2.text = Vertel Airsonic waar jouw muziek en videos staan. gettingStarted.step3.title = Configureer netwerk Instellingen. gettingStarted.hide = Dit niet meer laten zien. gettingStarted.hidealert = Ga naar instellingen > Algemeen, om dit scherm weer te tonen. @@ -230,8 +230,8 @@ more.random.year = en jaar more.random.anyyear = Elk more.random.folder = In map more.random.anyfolder = Elke -more.apps.title = Libresonic Apps -more.apps.text =Bekijk de gestaag groeiende lijst van Libresonic apps. \ +more.apps.title = Airsonic Apps +more.apps.text =
Bekijk de gestaag groeiende lijst van Airsonic apps. \ Deze apps bieden alternatieven om te genieten van je media collectie - ongeacht waar je bent. \ Apps zijn beschikbaar voor Android, iPhone, Windows Phone, BlackBerry, Roku en veel meer.
more.mobile.title = Mobiele telefoon @@ -260,20 +260,20 @@ upload.unzipped = Uitgepakt {0} # help.jsp help.title = Over {0} help.upgrade = Let op! Er is een nieuwe versie beschikbaar. Download {0} {1} \ - hier. + hier. help.version.title = Versie help.builddate.title = Compileer datum help.server.title = Server help.license.title = Gebruiksvoorwaarden help.license.text = {0} is vrije software die wordt gedistribueerd onder de GPL open-source licentie. \ - {0} maakt gebruik van gelicenseerde bibliotheken van derden. {0} is geen \ + {0} maakt gebruik van gelicenseerde bibliotheken van derden. {0} is geen \ middel voor de illegale distributie van auteursrechtelijk beschermd materiaal. Hou rekening met de geldende wetten en bepalingen in jouw land! help.homepage.title = Website help.forum.title = Forum help.shop.title = Merchandise help.contact.title = Contact -help.contact.text = Libresonic is een gemeenschapsproject. Als je vragen, commentaar of suggesties hebt voor verbetering bezoek dan \ - #libresonic op Freenode of Libresonic op Reddit. +help.contact.text = Airsonic is een gemeenschapsproject. Als je vragen, commentaar of suggesties hebt voor verbetering bezoek dan \ + #airsonic op Freenode of Airsonic op Reddit. help.log = Log help.logfile = Het volledige logbestand is opgeslagen in {0}. @@ -394,7 +394,7 @@ musicfoldersettings.fastcache = Snelle toegangsmode. musicfoldersettings.fastcache.description = Gebruik deze optie om schijfgebruik te minimaliseren, bijvoorbeeld als de mediabestanden op een netwerkschijf staan. \ NB: Veranderingen aan bestanden worden alleen zichtbaar als de mediamappen zijn gescanned. (Zie hierboven). musicfoldersettings.expunge = Schoon database op -musicfoldersettings.expunge.description = Libresonic bewaart de informatie over alle mediabestanden die ooit zijn gevonden. Door de database op te schonen, wordt informatie \ +musicfoldersettings.expunge.description = Airsonic bewaart de informatie over alle mediabestanden die ooit zijn gevonden. Door de database op te schonen, wordt informatie \ over bestanden die niet langer bestaan definitief uit de database verwijderd. musicfoldersettings.organizebyfolderstructure = Organiseer via mappenstructuur. musicfoldersettings.organizebyfolderstructure.description = Gebruik deze optie om door jouw mediabibliotheek te bladeren via de mappenstructuur in plaats van artiest/album info in ID3 tags. @@ -464,8 +464,8 @@ playersettings.technology.jukebox.title = Jukebox playersettings.technology.web.text = Speel muziek direct af in de web browser met de ge\u00EFntegreerde Flash afspeler. playersettings.technology.external.text = Speel muziek met je favoriete afspeler, zoals WinAmp of Windows Media Player. playersettings.technology.external_with_playlist.text = Hetzelfde als hierboven, maar de speellijst wordt beheerd door de afspeler, en niet \ - door de Libresonic server. In deze mode, is overslaan van liedjes mogelijk. -playersettings.technology.jukebox.text = Speel muziek direct af via de geluidskaart van de Libresonic server. (Alleen voor geauthoriseerde gebruikers). + door de Airsonic server. In deze mode, is overslaan van liedjes mogelijk. +playersettings.technology.jukebox.text = Speel muziek direct af via de geluidskaart van de Airsonic server. (Alleen voor geauthoriseerde gebruikers). playersettings.name = Afspeler naam playersettings.coverartsize = Grootte albumhoes playersettings.maxbitrate = Max bitsnelheid @@ -482,7 +482,7 @@ playersettings.forget = Verwijder afspeler playersettings.clone = Kloon afspeler dlnasettings.enabled = Activeer DLNA server -dlnasettings.description = Gebruik deze optie om jouw media collectie beschikbaar te maken via de DLNA/UPnP Media Server in Libresonic. \ +dlnasettings.description = Gebruik deze optie om jouw media collectie beschikbaar te maken via de DLNA/UPnP Media Server in Airsonic. \ Let op: Deze functie is experimenteel en werkt wellicht niet met alle DLNA clients. # shareSettings.jsp @@ -613,7 +613,7 @@ share.facebook = Deel op Facebook share.twitter = Deel op Twitter share.googleplus = Deel op Google+ share.link = of deel dit door iemand de volgende link te sturen: {0} -share.disabled = Om jouw muziek te kunnen delen moet je eerst je eigen libresonic.org adres registreren.Als je een beperkte bandbreedte hebt kun je hier e Voorbeeld: Als jouw originele mp3-bestanden een bitrate hebben van 256 Kbps (kilobits per second), zal {0} bij een \ ingestelde max bitrate van 128 automatisch de muziek resamplen van 256 to naar 128 Kbps.
\ helppopup.playlistfolder.title = Importeer speellijsten van -helppopup.playlistfolder.text =Libresonic zal regelmatig de afspeelijsten in deze map importeren.
+helppopup.playlistfolder.text =Airsonic zal regelmatig de afspeelijsten in deze map importeren.
helppopup.musicmask.title = Muziekbestanden helppopup.musicmask.text =Geef hier aan welke bestandstypen als muziekbestanden moeten worden gezien.
helppopup.videomask.title = Videobestanden diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_nn.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_nn.properties index 1163cc55..76acef84 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_nn.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_nn.properties @@ -46,7 +46,7 @@ top.more = Meir top.help = Om top.search = S\u00F8k top.upgrade = Det finst ei oppdatert utg\u00E5ve. Last ned {0} {1} \ - her. + her. top.missing = Fann ingen musikk-mapper. Endra innstillingane. top.logout = Logg ut {0} @@ -166,7 +166,7 @@ upload.unzipped = Pakka ut {0} # help.jsp help.title = Om {0} help.upgrade = NB! Det finst ei oppdatert utg\u00E5ve. Last ned {0} {1} \ - her. + her. help.version.title = Versjon help.builddate.title = Byggedato help.server.title = Tenar @@ -178,7 +178,7 @@ help.shop.title = Butikk help.contact.title = Kontakt help.contact.text = {0} er utvikla og vedlikehalde av Sindre Mehus \ (sindre@activeobjects.no). \ - G\u00E5 til Libresonic-forumet viss du har sp\u00F8rsm\u00E5l, \ + G\u00E5 til Airsonic-forumet viss du har sp\u00F8rsm\u00E5l, \ kommentarar eller forslag til forbetringar. help.log = Logg help.logfile = Heile loggen finst i {0}. @@ -295,7 +295,7 @@ transcodingsettings.info =(%s = fila som skal konverterast, % Konverteringa skjer p\u00E5 direkten etter behov, og krev ikkje bruk av disk.
\Den faktiske konverteringa vert utf\u00F8rt av kommandolinja til tredjepart-program som m\u00E5 installerast i {0}. \ Ei samling av konverterarar for Windows \ - kan du lasta ned her. Du kan leggja til ein eigen \ + kan du lasta ned her. Du kan leggja til ein eigen \ konverterar viss han tilfredsstiller f\u00F8lgjande krav: \
(%s = Fila som skal konverteres, %b Konverteringen skjer p\u00E5 direkten etter behov, og krever ikke bruk av disk.
\Den faktiske konverteringen utf\u00F8res av tredjeparts kommandolinje-program som m\u00E5 installeres i {0}. \ En samling av konvertere for Windows \ - kan lastes ned her. Du kan legge til en egen \ + kan lastes ned her. Du kan legge til en egen \ konverterer hvis den tilfredsstiller f\u00F8lgende krav: \
Witamy w Libresonic! Konfiguracja zajmie tylko chwil\u0119, wystarczy wykona\u0107 poni\u017Csze czynno\u015Bci.
\
+gettingStarted.text =
Witamy w Airsonic! Konfiguracja zajmie tylko chwil\u0119, wystarczy wykona\u0107 poni\u017Csze czynno\u015Bci.
\
Kliknij przycisk "G\u0142\u00F3wna" na pasku narz\u0119dzi powy\u017Cej, aby wr\u00F3ci\u0107 do tego ekranu.
Wi\u0119cej informacji mo\u017Cna znale\u017A\u0107 w Instrukcji Obs\u0142ugi.
+Wi\u0119cej informacji mo\u017Cna znale\u017A\u0107 w Instrukcji Obs\u0142ugi.
gettingStarted.step1.title = Zmie\u0144 has\u0142o administratora. gettingStarted.step1.text = Zabezpiecz sw\u00F3j serwer zmieniaj\u0105c domyslne has\u0142o administratora. \ Mo\u017Cesz tak\u017Ce stworzy\u0107 nowe konta u\u017Cytkownik\u00F3w oraz okre\u015Bli\u0107 uprawnienia. @@ -162,8 +162,8 @@ more.random.year = z roku more.random.anyyear = Dowolny more.random.folder = w folderze more.random.anyfolder = Dowolny -more.apps.title = Libresonic Apps -more.apps.text =Aplikacje Libresonic s\u0105 dost\u0119pna dla systemu Android, iPhone, \ +more.apps.title = Airsonic Apps +more.apps.text =
Aplikacje Airsonic s\u0105 dost\u0119pna dla systemu Android, iPhone, \ Windows Phone oraz AIR.
more.mobile.title = Telefon kom\u00F3rkowy more.mobile.text =Mo\u017Cesz kontrolowa\u0107 {0} przy pomocy dowolnego telefonu lub PDA wyposa\u017Conego w WAP.
\
@@ -191,13 +191,13 @@ upload.unzipped = Rozpakowano {0}
# help.jsp
help.title = O {0}
help.upgrade = Uwaga! Dost\u0119pna jest nowa wersja. Pobierz {0} {1} \
- tutaj.
+ tutaj.
help.version.title = Wersja
help.builddate.title = Data wydania
help.server.title = Serwer
help.license.title = Licencja
help.license.text = {0} jest darmowym oprogramowaniem rozpowszechnianym na licencji typu open-source - GPL. \
- {0} wykorzystuje licencjonowane biblioteki zewn\u0119trznych dostawc\u00F3w.
+ {0} wykorzystuje licencjonowane biblioteki zewn\u0119trznych dostawc\u00F3w.
help.homepage.title = Strona domowa
help.forum.title = Forum
@@ -206,7 +206,7 @@ help.contact.title = Kontakt
help.contact.text = {0} jest rozwijany i utrzymywany przez Sindre Mehus \
(sindre@activeobjects.no). \
Je\u015Bli masz pytania, uwagi lub sugestie, zapraszam na \
- forum Libresonic.
+ forum Airsonic.
help.log = Log
help.logfile = Pe\u0142ny log mo\u017Cna odnale\u017A\u0107 w {0}.
@@ -325,7 +325,7 @@ transcodingsettings.info =
(%s = Plik kt\u00F3ry b\u0119dzie t dodatkowej przestrzeni dyskowej.
\Obecnie transkodowanie realizowane jest z wykorzystaniem program\u00F3w lini polece\u0144 dostawc\u00F3w zewn\u0119trznych. Programy te musz\u0105 by\u0107 zainstalowane w {0}. \ Pakiet transkoder\u00F3w dla Windows \ - jest dost\u0119pny tutaj. Mo\u017Cesz tak\u017Ce doda\u0107 w\u0142asny transkoder, pod warunkiem i\u017C \ + jest dost\u0119pny tutaj. Mo\u017Cesz tak\u017Ce doda\u0107 w\u0142asny transkoder, pod warunkiem i\u017C \ spe\u0142nia on warunki: \
Graj fair - Nie udost\u0119pniaj ma
share.facebook = Udost\u0119pnij na Facebooku
share.twitter = Udost\u0119pnij na Twitterze
share.link = Lub Udost\u0119pnij komu\u015B, wysy\u0142aj\u0105c link: {0}
-share.disabled = Aby wsp\u00F3\u0142dzieli\u0107 muzyke z innymi u\u017Cytkownikami, musisz najpierw zarejestrowa\u0107 sw\u00F3j adres libresonic.org.
\
+share.disabled = Aby wsp\u00F3\u0142dzieli\u0107 muzyke z innymi u\u017Cytkownikami, musisz najpierw zarejestrowa\u0107 sw\u00F3j adres airsonic.org.
\
Przejd\u017A do Ustawienia > Sie\u0107 (administrative rights required).
share.manage = Zarz\u0105dzaj udost\u0119pnionymi pliki
diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt.properties
index a956b80c..e5e2492a 100644
--- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt.properties
+++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt.properties
@@ -45,7 +45,7 @@ top.more = Mais
top.help = Acerca
top.search = Pesquisar
top.upgrade = Uma nova vers\u00E3o est\u00E1 dispon\u00EDvel. Descarregar {0} {1} \
- aqui.
+ aqui.
top.missing = N\u00E3o se encontra nenhuma pasta. Por favor mude as configura\u00E7\u00F5es.
top.logout = Terminar sess\u00E3o {0}
@@ -109,14 +109,14 @@ search.hits.songs = M\u00FAsicas
# gettingStarted.jsp
gettingStarted.title = Primeiros passos
-gettingStarted.text =
Bem-vindo ao Libresonic! Vamos prepar\u00E1-lo num instante, basta seguir os seguintes passos b\u00E1sicos.
\
+gettingStarted.text =
Bem-vindo ao Airsonic! Vamos prepar\u00E1-lo num instante, basta seguir os seguintes passos b\u00E1sicos.
\
Clicar no bot\u00E3o "In\u00EDcio" na barra acima para voltar a este ecran.
Para mais informa\u00E7\u00F5es, por favor consulte oGuia Primeiros passos.
+Para mais informa\u00E7\u00F5es, por favor consulte oGuia Primeiros passos.
gettingStarted.step1.title = Mudar senha do administrador. gettingStarted.step1.text = Proteja o seu servidor, alterando a senha padr\u00E3o para a conta de administrador. \ Pode criar novas contas de utilizador com privil\u00E9gios diferentes. gettingStarted.step2.title = Criar pastas de m\u00FAsica. -gettingStarted.step2.text = Mostrar ao Libresonic onde tem a sua m\u00FAsica. +gettingStarted.step2.text = Mostrar ao Airsonic onde tem a sua m\u00FAsica. gettingStarted.step3.title = Configura\u00E7\u00F5es de rede. gettingStarted.hide = N\u00E3o mostrar mais gettingStarted.hidealert = Para mostar este ecran outra vez, v\u00E1 a Configura\u00E7\u00F5es > Geral. @@ -157,8 +157,8 @@ more.random.year = e ano more.random.anyyear = Qualquer more.random.folder = na pasta more.random.anyfolder = Qualquer -more.apps.title = Aplica\u00E7\u00F5es Libresonic -more.apps.text =Aplica\u00E7\u00F5es Libresonic est\u00E3o dispon\u00EDveis para iPhone, \ +more.apps.title = Aplica\u00E7\u00F5es Airsonic +more.apps.text =
Aplica\u00E7\u00F5es Airsonic est\u00E3o dispon\u00EDveis para iPhone, \ Android e AIR.
more.mobile.title = Telem\u00F3vel more.mobile.text =Pode controlar o {0} com qualquer telem\u00F3vel que tenha WAP activado ou num PDA.
\
@@ -187,13 +187,13 @@ upload.unzipped = Descomprimido {0}
# help.jsp
help.title = Acerca {0}
help.upgrade = Aviso! Est\u00E1 dispon\u00EDvel uma nova vers\u00E3o. Descarregar {0} {1} \
- aqui.
+ aqui.
help.version.title = Vers\u00E3o
help.builddate.title = Data de compila\u00E7\u00E3o
help.server.title = Servidor
help.license.title = Licen\u00E7a
help.license.text = O {0} \u00E9 um software livre distribuido sobre a licen\u00E7a GPL de c\u00F3digo aberto. \
- O {0} usa uma licen\u00E7a de bibliotecas de terceiros. Tome nota que o {0} n\u00E3o \u00E9 \
+ O {0} usa uma licen\u00E7a de bibliotecas de terceiros. Tome nota que o {0} n\u00E3o \u00E9 \
uma ferramenta para a distribui\u00E7\u00E3o ilegal de material protegido por direitos de autor. Preste sempre aten\u00E7\u00E3o e siga as leis espec\u00EDficas para o seu pa\u00EDs.
help.homepage.title = P\u00E1gina do projecto
help.forum.title = Forum
@@ -202,7 +202,7 @@ help.contact.title = Contacto
help.contact.text = O {0} \u00E9 desenvolvido e mantido por Sindre Mehus \
(sindre@activeobjects.no). \
Se tiver quaisquer perguntas, coment\u00E1rios ou sugest\u00F5es para melhorias, por favor visite o Forum do\
- Libresonic .
+ Airsonic .
help.log = Log
help.logfile = O log completo est\u00E1 guardado em {0}.
@@ -319,7 +319,7 @@ transcodingsettings.info =
(%s = O ficheiro a ser transcodific requer o uso do disco.
\A transcodifica\u00E7\u00E3o \u00E9 feita por programas de terceiros que devem ser instalados em {0}. \ Um pacote de transcodifica\u00E7\u00E3o para o Windows \ - est\u00E1 dispon\u00EDvel aqui. Pode adicionar o seu pr\u00F3prio transcodificador, desde que \ + est\u00E1 dispon\u00EDvel aqui. Pode adicionar o seu pr\u00F3prio transcodificador, desde que \ preencha os seguintes requisitos: \
\u0414\u043E\u0431\u0440\u043E \u043F\u043E\u0436\u0430\u043B\u043E\u0432\u0430\u0442\u044C \u0432 Libresonic! \u041C\u044B \u043F\u043E\u043C\u043E\u0436\u0435\u043C \u0432\u0430\u043C \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0437\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043F\u0440\u043E\u0441\u0442\u044B\u0445 \u0448\u0430\u0433\u043E\u0432.
\
+gettingStarted.text =
\u0414\u043E\u0431\u0440\u043E \u043F\u043E\u0436\u0430\u043B\u043E\u0432\u0430\u0442\u044C \u0432 Airsonic! \u041C\u044B \u043F\u043E\u043C\u043E\u0436\u0435\u043C \u0432\u0430\u043C \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0437\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043F\u0440\u043E\u0441\u0442\u044B\u0445 \u0448\u0430\u0433\u043E\u0432.
\
\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 "\u0413\u043B\u0430\u0432\u043D\u0430\u044F" \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u043E\u0432, \u0447\u0442\u043E \u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u0441\u044E\u0434\u0430.
(%s = \u0424\u0430\u0439\u043B, \u0 \u0438 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0434\u0438\u0441\u043A\u043E\u0432\u043E\u0433\u043E \u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0441\u0442\u0432\u0430.
\\u0424\u0430\u043A\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u043A\u043E\u0434\u0438\u0440\u043E\u0432\u043A\u0430 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u0443\u0436\u0435 \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043A\u043E\u043D\u0441\u043E\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0440\u0435\u0442\u044C\u0438\u0445 \u0441\u0442\u043E\u0440\u043E\u043D, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B \u0432 {0}. \ \u041F\u0430\u043A\u0435\u0442 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043E\u0434\u0438\u0440\u043E\u0432\u043A\u0438 \u043F\u043E\u0434 Windows \ - \u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D \u0437\u0434\u0435\u0441\u044C. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u043E\u0431\u0441\u0442\u0432\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u043A\u043E\u0434\u0438\u0440\u043E\u0432\u0449\u0438\u043A, \ + \u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D \u0437\u0434\u0435\u0441\u044C. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u043E\u0431\u0441\u0442\u0432\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u043A\u043E\u0434\u0438\u0440\u043E\u0432\u0449\u0438\u043A, \ \u043D\u043E \u043E\u043D \u0434\u043E\u043B\u0436\u0435\u043D \u0443\u0434\u043E\u0432\u043B\u0435\u0442\u0432\u043E\u0440\u044F\u0442\u044C \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u043C \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C: \
Dobrodo\u0161li v Libresonicu! Namestitev bo hitra, le spodnjim korakom morate slediti.
\
+gettingStarted.text =
Dobrodo\u0161li v Airsonicu! Namestitev bo hitra, le spodnjim korakom morate slediti.
\
Kliknite gumb "Domov" v orodni vrstici za vrnitev v to okno.
Za ve\u010D informacij si poglejte Uvod.
-gettingStarted.root = Pozor! Program Libresonic se izvaja kot root uporabnik. Prosimo premislite, \u010De \u017Eelite \ - to spremeniti. +Za ve\u010D informacij si poglejte Uvod.
+gettingStarted.root = Pozor! Program Airsonic se izvaja kot root uporabnik. Prosimo premislite, \u010De \u017Eelite \ + to spremeniti. gettingStarted.step1.title = Sprememba administratorskega gesla. gettingStarted.step1.text = Zavarujte va\u0161 stre\u017Enik tako, da spremenite privzeto administratorsko geslo. \ Ustvarite lahko tudi nove uporabni\u0161ke ra\u010Dune z razli\u010Dnimi pravicami. gettingStarted.step2.title = Dolo\u010Dite imenike z glasbo. -gettingStarted.step2.text = Povejte Libresonicu, kje hranite va\u0161e glasbene datoteke. +gettingStarted.step2.text = Povejte Airsonicu, kje hranite va\u0161e glasbene datoteke. gettingStarted.step3.title = Nastavi omre\u017Ene nastavitve. gettingStarted.hide = Ne prikazuj ve\u010D teh navodil. gettingStarted.hidealert = \u010Ce \u017Eelite ponovno prebrati ta navodila, poglejte v Nastavitve > Splo\u0161no. @@ -214,8 +214,8 @@ more.random.year = leto more.random.anyyear = katerokoli more.random.folder = imenik more.random.anyfolder = katerikoli -more.apps.title = Libresonic aplikacije -more.apps.text =Preverite vedno ve\u010Dji seznam Libresonic aplikacij. \ +more.apps.title = Airsonic aplikacije +more.apps.text =
Preverite vedno ve\u010Dji seznam Airsonic aplikacij. \ Te aplikacije vam omogo\u010Dajo nove in bolj zabavne na\u010Dine dostopa do va\u0161e medijske zbirke \u2013 ne glede na to kje se nahajate. \ Aplikacije so na voljo za Android, iPhone, Windows Phone, BlackBerry, Roku in mnoge druge naprave.
more.mobile.title = Mobilni telefon @@ -244,13 +244,13 @@ upload.unzipped = Razpakirano: {0} # help.jsp help.title = O programu {0} help.upgrade = Pozor! Na vojo je nova razli\u010Dica. Prenesite {0} {1} \ - tukaj. + tukaj. help.version.title = Razli\u010Dica help.builddate.title = Izdelana dne help.server.title = Stre\u017Enik help.license.title = Licenca help.license.text = {0} je zastonj program na voljo pod GPL odprtokodno licenco. \ - {0} uporablja licencirane knji\u017Eice tretjih oseb. {0} ni \ + {0} uporablja licencirane knji\u017Eice tretjih oseb. {0} ni \ namenjen razpe\u010Devanju ilegalnega in piratskega materiala. Vedno upo\u0161tevajte zakone, ki veljajo v va\u0161i dr\u017Eavi. help.homepage.title = Spletna stran help.forum.title = Forum @@ -259,7 +259,7 @@ help.contact.title = Kontakt help.contact.text = {0} je razvil in vzdr\u017Euje Sindre Mehus \ (sindre@activeobjects.no). \ \u010Ce imate vpra\u0161anja, pripombe ali predloge za izbolj\u0161ave, obi\u0161\u010Dite \ - Libresonicov forum. + Airsonicov forum. help.log = Dnevnik help.logfile = Celotna datoteka z dnevnikom je shranjena v {0}. @@ -439,8 +439,8 @@ playersettings.technology.jukebox.title = Jukebox playersettings.technology.web.text = Predvajanje glasbe neposredno v spletnem brskalniku z uporabo integriranega Flash predvajalnika. playersettings.technology.external.text = Predvajanje glasbe z va\u0161im najljub\u0161im zunanjim predvajalnikom, kot je npr. WinAmp ali Windows Media Player. playersettings.technology.external_with_playlist.text = Isto kot zgoraj, le da zunanji predvajalnik ureja tudi sezname predvajanja in le-teh ne ureja \ - Libresonic stre\u017Enik. V tem na\u010Dinu je mogo\u010De "preskakovanje" skladb. -playersettings.technology.jukebox.text = Predvajanje glasbe neposredno s pomo\u010Djo zvo\u010Dne naprave Libresonic stre\u017Enika. (Uporaba je dovoljena le avtoriziranim uporbanikom). + Airsonic stre\u017Enik. V tem na\u010Dinu je mogo\u010De "preskakovanje" skladb. +playersettings.technology.jukebox.text = Predvajanje glasbe neposredno s pomo\u010Djo zvo\u010Dne naprave Airsonic stre\u017Enika. (Uporaba je dovoljena le avtoriziranim uporbanikom). playersettings.name = Ime predvajalnika playersettings.coverartsize = Velikost slik ovitkov playersettings.maxbitrate = Najve\u010Dja bitna hitrost @@ -580,7 +580,7 @@ share.facebook = Daj v skupno uporabo na Facebook share.twitter = Daj v skupno uporaba na Twitter share.googleplus = Daj v skupno uporaba na Google+ share.link = Ali pa dajte datoteko v skupno uporabo tako, da jim po\u0161ljete to povezavo: {0} -share.disabled = \u010Ce \u017Eelite deliti va\u0161o glasbo z drugimi, si morate najprej ustvariti svoj libresonic.org naslov.V\u00E4lkommen till Libresonic! F\u00F6r att komma ig\u00E5ng p\u00E5 nolltid, f\u00F6lj bara stegen nedan.
\
+gettingStarted.text =
V\u00E4lkommen till Airsonic! F\u00F6r att komma ig\u00E5ng p\u00E5 nolltid, f\u00F6lj bara stegen nedan.
\
Klicka p\u00E5 "Hem"-knappen ovan f\u00F6r att \u00E5ter komma till denna sida.
F\u00F6r mer information, v\u00E4nligen se Att komma ig\u00E5ng guide.
+F\u00F6r mer information, v\u00E4nligen se Att komma ig\u00E5ng guide.
gettingStarted.step1.title = \u00C4ndra administrationsl\u00F6senordet. gettingStarted.step1.text = S\u00E4kra din server genom att \u00E4ndra standardl\u00F6senordet till kontot f\u00F6r administration. \ Du kan ocks\u00E5 l\u00E4gga till anv\u00E4ndare med olika privilegier. gettingStarted.step2.title = S\u00E4tt upp mediamappar. -gettingStarted.step2.text = Tala om f\u00F6r Libresonic s\u00F6kv\u00E4gen till din musik och dina videos. +gettingStarted.step2.text = Tala om f\u00F6r Airsonic s\u00F6kv\u00E4gen till din musik och dina videos. gettingStarted.step3.title = Konfigurera inst\u00E4llningarna f\u00F6r n\u00E4tverket. gettingStarted.hide = Visa inte detta igen gettingStarted.hidealert = F\u00F6r att visa denn info igen, g\u00E5 till Inst\u00E4llningar > Allm\u00E4nt. @@ -161,11 +161,11 @@ more.random.year = och \u00E5r more.random.anyyear = alla more.random.folder = i mapp more.random.anyfolder = vilken som helst -more.apps.title = Libresonic Apps -more.apps.text =Libresonic apps finns tillg\u00E4nglig f\u00F6r Android, iPhone, \ +more.apps.title = Airsonic Apps +more.apps.text =
Airsonic apps finns tillg\u00E4nglig f\u00F6r Android, iPhone, \ Windows Phone och AIR.
more.mobile.title = Mobil -more.mobile.text =Du kan kontrollera Libresonic fr\u00E5n en WAP mobil eller PDA.
\
+more.mobile.text =
Du kan kontrollera Airsonic fr\u00E5n en WAP mobil eller PDA.
\
Surfa bara till denna URL fr\u00E5n mobilen: http://yourhostname/wap
Det h\u00E4r kr\u00E4ver att din server kan n\u00E5s fr\u00E5n internet.
more.podcast.title = Podcast @@ -188,24 +188,24 @@ upload.failed = Uppladdning misslyckades med f\u00F6ljande error meddelande:(%s = Filen som ska bli transkodad, %b = Max bitrate av spelaren)
\ -Transkodning \u00E4r en process f\u00F6ratt konvertera ett media format till ett annat. Libresonics transkoding \ +
Transkodning \u00E4r en process f\u00F6ratt konvertera ett media format till ett annat. Airsonics transkoding \ motor till\u00E5ter d\u00E4rigenom str\u00F6mning av format som normalt inte \u00E4r str\u00F6mningsbart. Transkodningen sker on-the-fly och \ kr\u00E4ver inget diskutrymme.
\Den aktiva transkodningen sker av tredje parts kommadorads program som m\u00E5ste vara installerade i {0}. \ Ett transkodnings paket f\u00F6r Windows \ - \u00E4r tillg\u00E4ngligt h\u00E4r. Du kan l\u00E4gga till egna \ + \u00E4r tillg\u00E4ngligt h\u00E4r. Du kan l\u00E4gga till egna \ transkodningar om de uppfyller dessa krav:\
S\u00F6k filtret anger vilket attribut som helppopup.ldapmanagerdn.title = LDAP anv\u00E4ndare DN helppopup.ldapmanagerdn.text =
Om LDAP servern in till\u00E5ter anonym s\u00F6kningm\u00E5ste du speficera DN p\u00E5 den anv\u00E4ndare som till\u00E5ts \ ( DN = Distinguished Name) och l\u00F6senord.
-helppopup.ldapautoshadowing.title = Skapa A tomatiskt LDAP anv\u00E4ndare i Libresonic -helppopup.ldapautoshadowing.text =Med det h\u00E4r valet aktiverat, beh\u00F6ver du inte att manuellt skapa LDAP konton i Libresonic innan inloggning.
\ -OBS! Detta val inneb\u00E4r att alla anv\u00E4ndare med ett aktivt LDAP konto kan logga in i Libresonic, \ +helppopup.ldapautoshadowing.title = Skapa A tomatiskt LDAP anv\u00E4ndare i Airsonic +helppopup.ldapautoshadowing.text =
Med det h\u00E4r valet aktiverat, beh\u00F6ver du inte att manuellt skapa LDAP konton i Airsonic innan inloggning.
\ +OBS! Detta val inneb\u00E4r att alla anv\u00E4ndare med ett aktivt LDAP konto kan logga in i Airsonic, \ \u00E4r det det du vill?
helppopup.playername.title = Spelarensnamn helppopup.playername.text =L\u00E5ter dig specificera ett namn som \u00E4r l\u00E4tt att komma ih\u00E5g p\u00E5 den spelare, som tex "Jobb" eller "Vardagsrum".
helppopup.autocontrol.title = Kontrollera spelare automatiskt -helppopup.autocontrol.text =Med det h\u00E4r valet aktivt, kommer Libresonic automatiskt att starta spelaren n\u00E4r du klickar p\u00E5 "Spela" \ +helppopup.autocontrol.text =
Med det h\u00E4r valet aktivt, kommer Airsonic automatiskt att starta spelaren n\u00E4r du klickar p\u00E5 "Spela" \ i spellistan. Annars m\u00E5ste du starta spelaren manuellt.
helppopup.dynamicip.title = Dynamisk IP address helppopup.dynamicip.text =St\u00E4ng av detta val om spelaren har en fast IP address.
diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_zh_CN.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_zh_CN.properties index 48ca2305..1d54b92c 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_zh_CN.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_zh_CN.properties @@ -62,7 +62,7 @@ top.more = \u5176\u4ED6 top.help = \u5173\u4E8E top.search = \u67E5\u627E top.upgrade = \u6709\u65B0\u7248\u672C\u63D0\u4F9B. \u4E0B\u8F7D {0} {1} \ - . + . top.missing = \u627E\u4E0D\u5230\u5A92\u4F53\u6587\u4EF6\u5939\uFF0C\u8BF7\u91CD\u65B0\u8BBE\u7F6E. top.logout =\u6CE8\u9500{0} @@ -160,11 +160,11 @@ search.hits.songs = \u66F2\u76EE # gettingStarted.jsp gettingStarted.title = \u521D\u6B21\u4F7F\u7528 -gettingStarted.text =\u6B22\u8FCE\u4F7F\u7528Libresonic!
\u8BF7\u4F9D\u7167\u4E0B\u9762\u7684\u6B65\u9AA4\u8BBE\u7F6E.
\
+gettingStarted.text =
\u6B22\u8FCE\u4F7F\u7528Airsonic!
\u8BF7\u4F9D\u7167\u4E0B\u9762\u7684\u6B65\u9AA4\u8BBE\u7F6E.
\
\u70B9\u51FB\u5DE5\u5177\u5217\u4E0A\u7684"\u9996\u9875"\uFF0C\u5C31\u80FD\u968F\u65F6\u56DE\u6765\u8FD9\u91CC\uFF01.
\u9700\u8981\u66F4\u591A\u8BAF\u606F\u8BF7\u53C2\u8003\u5165\u95E8\u6307\u5357
-gettingStarted.root = \u8B66\u544A! Libresonic \u8FDB\u7A0B\u6B63\u5728\u4EE5root\u7528\u6237\u8FD0\u884C. \u8BF7\u8003\u8651\ - \u66F4\u6362. +\u9700\u8981\u66F4\u591A\u8BAF\u606F\u8BF7\u53C2\u8003\u5165\u95E8\u6307\u5357
+gettingStarted.root = \u8B66\u544A! Airsonic \u8FDB\u7A0B\u6B63\u5728\u4EE5root\u7528\u6237\u8FD0\u884C. \u8BF7\u8003\u8651\ + \u66F4\u6362. gettingStarted.step1.title = \u4FEE\u6539\u7BA1\u7406\u5458\u7684\u5BC6\u7801. gettingStarted.step1.text = \u8BF7\u4FEE\u6539\u9884\u8BBE\u7684\u7BA1\u7406\u5458\u5BC6\u7801\uFF0C\u4EE5\u786E\u4FDD\u670D\u52A1\u5668\u7684\u5B89\u5168\u3002\ \u4E5F\u53EF\u4EE5\u5EFA\u7ACB\u65B0\u7684\u7528\u6237\u5E76\u7ED9\u4E88\u4E0D\u540C\u7684\u6743\u9650 @@ -214,9 +214,9 @@ more.random.year = \u5E74\u4EFD more.random.anyyear = \u4EFB\u610F more.random.folder = \u5A92\u4F53\u6587\u4EF6\u5939 more.random.anyfolder = \u4EFB\u610F -more.apps.title = Libresonic \u5E94\u7528 +more.apps.title = Airsonic \u5E94\u7528 more.apps.text =\u652F\u6301 iPhone, Android \u548C AIR\u7684\ - Libresonic \u5E94\u7528.\ + Airsonic \u5E94\u7528.\
more.mobile.title = \u79FB\u52A8\u8BBE\u5907 more.mobile.text =\u53EF\u4EE5\u7531WAP\u7535\u8BDD\u6216PDA\u4F7F\u7528 {0} .
\
@@ -244,14 +244,14 @@ upload.unzipped = \u89E3\u538B\u7F29 {0}
# help.jsp
help.title = \u5173\u4E8E {0}
help.upgrade = \u6CE8\u610F! \u5DF2\u7ECF\u6709\u65B0\u7684\u7248\u672C\u4E86\uFF0C\u4E0B\u8F7D\u65B0\u7248 {0} {1} \
- \u8FDE\u63A5.
+ \u8FDE\u63A5.
help.version.title = \u7248\u672C
help.builddate.title = \u65E5\u671F
help.server.title = \u670D\u52A1\u5668
help.license.title = \u6388\u6743
help.license.text = {0} \u662F\u4EE5 \
GPL \u578B\u5F0F\u53D1\u5E03\u6388\u6743\u7684\u81EA\u7531\u8F6F\u4EF6.
\
- {0} \u4F7F\u7528\u4E86 \u7B2C\u4E09\u65B9\u6388\u6743.
+ {0} \u4F7F\u7528\u4E86 \u7B2C\u4E09\u65B9\u6388\u6743.
help.homepage.title = \u9996\u9875
help.forum.title = \u8BBA\u575B
help.shop.title = \u5546\u54C1
@@ -259,7 +259,7 @@ help.contact.title = \u8054\u7CFB
help.contact.text = {0} \u7531 Sindre Mehus \u5F00\u53D1\u53CA\u7EF4\u62A4 \
(sindre@activeobjects.no). \
\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u7591\u95EE\uFF0C\u610F\u89C1\u6216\u5EFA\u8BAE\u6539\u5584\uFF0C\u8BF7\u5230 \
- Libresonic\u8BBA\u575B.
+ Airsonic\u8BBA\u575B.
help.log = \u65E5\u5FD7
help.logfile = \u5B8C\u6574\u7684\u65E5\u5FD7\u5B58\u653E\u5728 {0}.
@@ -371,10 +371,10 @@ musicfoldersettings.fastcache = \u5FEB\u901F\u6A21\u5F0F
musicfoldersettings.fastcache.description = \u8FD9\u4E2A\u9009\u9879\u53EF\u4EE5\u51CF\u5C11\u786C\u76D8\u5F00\u9500, \u5982\u679C\u5A92\u4F53\u6587\u4EF6\u4F4D\u4E8E\u7F51\u7EDC\u4F4D\u7F6E\u6B64\u9009\u9879\u5C31\u5F88\u6709\u7528. \
\u6CE8\u610F: \u6587\u4EF6\u7684\u4FEE\u6539\u53EA\u6709\u5728\u5A92\u4F53\u626B\u63CF\u540E\u624D\u751F\u6548.
musicfoldersettings.expunge = \u6E05\u7406\u6570\u636E\u5E93
-musicfoldersettings.expunge.description = Libresonic \u4F1A\u8BB0\u5F55\u5B83\u9047\u5230\u7684\u6240\u6709\u5A92\u4F53\u6587\u4EF6\u7684\u4FE1\u606F,\u5982\u679C\u6E05\u7406\u4E86\u6570\u636E\u5E93,\
+musicfoldersettings.expunge.description = Airsonic \u4F1A\u8BB0\u5F55\u5B83\u9047\u5230\u7684\u6240\u6709\u5A92\u4F53\u6587\u4EF6\u7684\u4FE1\u606F,\u5982\u679C\u6E05\u7406\u4E86\u6570\u636E\u5E93,\
\u8FD9\u4E9B\u4FE1\u606F\u4F1A\u5168\u90E8\u88AB\u5220\u9664.
musicfoldersettings.organizebyfolderstructure = \u6309\u7167\u6587\u4EF6\u5939\u7ED3\u6784\u6574\u7406
-musicfoldersettings.organizebyfolderstructure.description = \u4F7F\u7528\u8FD9\u4E2A\u9009\u9879\u4F7F Libresonic \u6309\u7167\u539F\u59CB\u7684\u6587\u4EF6\u5939\u7ED3\u6784\u6D4F\u89C8\u66F2\u76EE,\u800C\u4E0D\u662F\u6309\u827A\u672F\u5BB6/\u4E13\u8F91\u7684\u65B9\u5F0F\u6D4F\u89C8
+musicfoldersettings.organizebyfolderstructure.description = \u4F7F\u7528\u8FD9\u4E2A\u9009\u9879\u4F7F Airsonic \u6309\u7167\u539F\u59CB\u7684\u6587\u4EF6\u5939\u7ED3\u6784\u6D4F\u89C8\u66F2\u76EE,\u800C\u4E0D\u662F\u6309\u827A\u672F\u5BB6/\u4E13\u8F91\u7684\u65B9\u5F0F\u6D4F\u89C8
# transcodingSettings.jsp
transcodingsettings.name = \u540D\u79F0
@@ -394,7 +394,7 @@ transcodingsettings.info =
(%s = \u6587\u4EF6\u5C06\u88AB\u8F6
\u8F6C\u7801\u8FC7\u7A0B\u662F\u7531\u4E00\u4E2A\u97F3\u4E50\u683C\u5F0F\u7BA1\u6362\u6210\u53E6\u4E00\u79CD\u683C\u5F0F. \ {1}\u7684\u8F6C\u7801\u5F15\u64CE\u5C06\u975E\u4E32\u6D41\u683C\u5F0F\u8F6C\u6362\u6210\u4E32\u6D41. \u76F4\u63A5\u8F6C\u7801\u5E76\u4E14\u4E0D\u9700\u8981\u78C1\u76D8\u8FD0\u4F5C
\\u5B9E\u9645\u7684\u4E13\u6362\u901A\u5E38\u662F\u901A\u8FC7\u7B2C\u4E09\u65B9\u8F6F\u4EF6\u4EE5\u547D\u4EE4\u5217\u65B9\u5F0F\u8F6C\u6362\uFF0C\u7A0B\u5E8F\u5B89\u88C5\u5728 {0}.
\ -\u800CWindows\u7CFB\u7EDF\u7684\u8F6C\u6362\u7A0B\u5E8F\u53EF\u4EE5\u5728\u8FD9\u91CC\u627E\u5230. \ +
\u800CWindows\u7CFB\u7EDF\u7684\u8F6C\u6362\u7A0B\u5E8F\u53EF\u4EE5\u5728\u8FD9\u91CC\u627E\u5230. \ \u60A8\u4E5F\u80FD\u4EE5\u81EA\u5B9A\u7684\u8F6C\u6362\uFF0C\u53EA\u8981\u6EE1\u8DB3\u4E0B\u9762\u8981\u6C42\uFF1A\
\u6B61\u8FCE\u4F7F\u7528Libresonic\uFF01
\u8ACB\u4F9D\u7167\u4E0B\u9762\u7684\u6B65\u9A5F\u8A2D\u5B9A\u3002
\
+gettingStarted.text =
\u6B61\u8FCE\u4F7F\u7528Airsonic\uFF01
\u8ACB\u4F9D\u7167\u4E0B\u9762\u7684\u6B65\u9A5F\u8A2D\u5B9A\u3002
\
\u9EDE\u64CA\u5DE5\u5177\u5217\u4E0A\u7684\u300C\u9996\u9801\u300D\uFF0C\u5C31\u80FD\u96A8\u6642\u56DE\u4F86\u9019\u88E1\u3002
\u9700\u8981\u66F4\u591A\u8A0A\u606F\u8ACB\u53C3\u8003\u5165\u9580\u6307\u5357
-gettingStarted.root = \u8B66\u544A\uFF01Libresonic\u7A0B\u5F0F\u6B63\u4EE5 root \u4F7F\u7528\u8005\u57F7\u884C\u3002\u8ACB\u8003\u616E \ - \u5225\u7684\u65B9\u5F0F\u3002 +\u9700\u8981\u66F4\u591A\u8A0A\u606F\u8ACB\u53C3\u8003\u5165\u9580\u6307\u5357
+gettingStarted.root = \u8B66\u544A\uFF01Airsonic\u7A0B\u5F0F\u6B63\u4EE5 root \u4F7F\u7528\u8005\u57F7\u884C\u3002\u8ACB\u8003\u616E \ + \u5225\u7684\u65B9\u5F0F\u3002 gettingStarted.step1.title = \u8B8A\u66F4\u7BA1\u7406\u54E1\u7684\u5BC6\u78BC\u3002 gettingStarted.step1.text = \u8ACB\u4FEE\u6539\u9810\u8A2D\u7684\u7BA1\u7406\u54E1\u5BC6\u78BC\uFF0C\u4EE5\u78BA\u4FDD\u4F3A\u670D\u5668\u7684\u5B89\u5168\u3002\ \u4E5F\u53EF\u4EE5\u5EFA\u7ACB\u65B0\u7684\u4F7F\u7528\u8005\u4E26\u7D66\u4E88\u4E0D\u540C\u7684\u6B0A\u9650\u3002 gettingStarted.step2.title = \u8A2D\u5B9A\u97F3\u6A02\u8CC7\u6599\u593E\u3002 gettingStarted.step2.text = \u8A2D\u5B9A\u60A8\u97F3\u6A02\u6240\u653E\u7F6E\u7684\u8CC7\u6599\u593E\u3002 gettingStarted.step3.title = \u914D\u7F6E\u7DB2\u8DEF\u8A2D\u5B9A\u3002 -gettingStarted.step3.text = \u5982\u679C\u60A8\u60F3\u8981\u9060\u7AEF\u4EAB\u53D7 Libresonic\uFF0C\u60A8\u53EF\u80FD\u9700\u8981\u95B1\u8B80 \ - \u4EE3\u7406\u4F3A\u670D\u5668\u6587\u4EF6 \ \u5176\u4E2D\u63D0\u4F9B\u4E86\u8A2D\u5B9A SSL\uFF0CURL \u91CD\u5BEB\u8207\u81EA\u8A02\u4F4D\u5740\u7684\u6559\u5B78\u3002\u53E6\u5916\uFF0C gettingStarted.hide = \u4E0B\u6B21\u4E0D\u986F\u793A\u672C\u9801\uFF01 gettingStarted.hidealert = \u5982\u679C\u4E0B\u6B21\u9084\u9700\u8981\u986F\u793A\u63D0\u793A\uFF0C\u8ACB\u5F9E\u300C\u8A2D\u5B9A\u300D\u2192\u300C\u4E00\u822C\u300D\u4E2D\u52FE\u9078\u3002 @@ -255,8 +255,8 @@ more.random.1month = 1 \u500B\u6708\u524D more.random.3months = 3 \u500B\u6708\u524D more.random.6months = 6 \u500B\u6708\u524D more.random.1year = 1 \u5E74\u524D -more.apps.title = Libresonic Apps -more.apps.text =\u770B\u770B\u7A69\u5B9A\u589E\u52A0\u7684 Libresonic apps \u6E05\u55AE\u3002 \ +more.apps.title = Airsonic Apps +more.apps.text =
\u770B\u770B\u7A69\u5B9A\u589E\u52A0\u7684 Airsonic apps \u6E05\u55AE\u3002 \ \u9019\u63D0\u4F9B\u4EAB\u53D7\u60A8\u7684\u5A92\u9AD4\u6536\u85CF\u7684\u66FF\u4EE3\u65B9\u5F0F - \u7121\u8AD6\u60A8\u5728\u54EA\u88E1\u3002 \ App \u53EF\u7528\u65BCAndroid\uFF0CiPhone\uFF0CWindows Phone\uFF0CBlackBerry\uFF0CRoku\u7B49\u7B49\u3002
more.status.title = \u7DB2\u8DEF\u72C0\u614B @@ -309,17 +309,17 @@ upload.unzipped = \u89E3\u58D3\u7E2E {0} # help.jsp help.title = \u95DC\u65BC {0} help.upgrade = \u6CE8\u610F\uFF01 \u6709\u65B0\u7248\u672C\u53EF\u7528\u3002\u4E0B\u8F09 {0} {1} \ - \u8ACB\u9EDE\u9078\u9019\u88E1\u3002 + \u8ACB\u9EDE\u9078\u9019\u88E1\u3002 help.version.title = \u7248\u672C help.builddate.title = \u65E5\u671F help.server.title = \u4F3A\u670D\u5668 help.license.title = \u6388\u6B0A -help.license.text = {0} \u662F\u4EE5 GPL \u578B\u5F0F\u767C\u4F48\u6388\u6B0A\u7684\u81EA\u7531\u8EDF\u9AD4\u3002MySQL has a maximum row length and as such needs varchar columns to be \ bounded. This value entered here will be the maximum column size.
helppopup.usertablequote.title = User Table Quote -helppopup.usertablequote.text =The Libresonic users table is named user. This may be a keyword conflict in some \ +helppopup.usertablequote.text =
The Airsonic users table is named user. This may be a keyword conflict in some \ databases such as Postgres. So for postgres, you will want to use the double quote character (") here
helppopup.jndiname.title = Data Source JNDI Lookup Name helppopup.jndiname.text = A JNDI name to lookup a Data Source of type javax.sql.DataSource. This is something that is\ @@ -859,7 +859,7 @@ helppopup.smtpCredentials.text =\u7528\u4F86\u9023\u63A5\u5230 SMTP \u4F3A\u helppopup.smtpEncryption.title = SMTP \u52A0\u5BC6 helppopup.smtpEncryption.text =
\u9023\u63A5 SMTP \u4F3A\u670D\u5668\u6642\u4F7F\u7528\u7684\u52A0\u5BC6\u65B9\u5F0F\u3002\u9078\u64C7\u300CNone\u300D\u5C07\u4E0D\u52A0\u5BC6\u3002
helppopup.smtpFrom.title = \u4F86\u6E90\u4F4D\u5740 -helppopup.smtpFrom.text =Libresonic \u4F3A\u670D\u5668\u5BC4\u9001\u6642\u4F7F\u7528\u7684\u4F86\u6E90\u4F4D\u5740\u3002\u5FC5\u9808\u662F\u5408\u6CD5\u7684\u96FB\u5B50\u90F5\u4EF6\u4F4D\u5740\u3002
+helppopup.smtpFrom.text =Airsonic \u4F3A\u670D\u5668\u5BC4\u9001\u6642\u4F7F\u7528\u7684\u4F86\u6E90\u4F4D\u5740\u3002\u5FC5\u9808\u662F\u5408\u6CD5\u7684\u96FB\u5B50\u90F5\u4EF6\u4F4D\u5740\u3002
# wap/index.jsp wap.index.missing = \u627E\u4E0D\u5230\u97F3\u6A02 diff --git a/airsonic-main/src/main/resources/org/airsonic/player/theme/default.properties b/airsonic-main/src/main/resources/org/airsonic/player/theme/default.properties index 58d687b2..eb9492aa 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/theme/default.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/theme/default.properties @@ -1,5 +1,5 @@ -# Definition of the "Libresonic Default" theme. +# Definition of the "Airsonic Default" theme. # Author: Sindre Mehus styleSheet = style/default.css diff --git a/airsonic-main/src/main/resources/org/airsonic/player/theme/ripserver.properties b/airsonic-main/src/main/resources/org/airsonic/player/theme/ripserver.properties index 7ba47620..e8bdaeda 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/theme/ripserver.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/theme/ripserver.properties @@ -17,7 +17,7 @@ helpImage = icons/ripserver/help.png helpPopupImage = icons/ripserver/help_small.png homeImage = icons/ripserver/home.png logImage = icons/ripserver/log.png -logoImage = icons/ripserver/libresonic_black.png +logoImage = icons/ripserver/black.png moreImage = icons/ripserver/more.png nowPlayingImage = icons/ripserver/now_playing.png paypalImage = icons/ripserver/paypal.gif diff --git a/airsonic-main/src/main/resources/org/airsonic/player/theme/themes.txt b/airsonic-main/src/main/resources/org/airsonic/player/theme/themes.txt index f2b71983..99685ab3 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/theme/themes.txt +++ b/airsonic-main/src/main/resources/org/airsonic/player/theme/themes.txt @@ -5,8 +5,8 @@ # # Author: Sindre Mehus -# The original Libresonic theme. -default "Libresonic Default" default_light +# The original Airsonic theme. +default "Airsonic Default" default_light # Theme with dark colors. midnight "2 Minutes To Midnight" default_dark diff --git a/airsonic-main/src/main/resources/servlet.xml b/airsonic-main/src/main/resources/servlet.xml index c34faccd..581620f2 100644 --- a/airsonic-main/src/main/resources/servlet.xml +++ b/airsonic-main/src/main/resources/servlet.xml @@ -13,9 +13,9 @@ http://www.springframework.org/schema/mvc/spring-mvc.xsd">