Skip to content

Commit

Permalink
Fix polish translatoins from unit test, update classpath to work with…
Browse files Browse the repository at this point in the history
… unit test goodness
  • Loading branch information
Tim Su committed Dec 10, 2011
1 parent dc29729 commit 87c036c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
16 changes: 8 additions & 8 deletions astrid/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
<classpathentry exported="true" kind="lib" path="libs/guava-r09.jar"/>
<classpathentry exported="true" kind="lib" path="libs/jackson-core-asl-1.6.7.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google-api-client-1.5.0-beta.jar"/>
<classpathentry kind="lib" path="libs/google-api-client-extensions-1.5.0-beta.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google-api-client-extensions-1.5.0-beta.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google-api-client-extensions-android2-1.5.0-beta.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google-http-client-1.5.0-beta.jar" sourcepath="libs/google-http-client-1.5.0-beta-sources.jar"/>
<classpathentry kind="lib" path="libs/google-http-client-extensions-1.5.0-beta.jar"/>
<classpathentry kind="lib" path="libs/google-http-client-extensions-android2-1.5.0-beta.jar"/>
<classpathentry kind="lib" path="libs/google-oauth-client-1.5.0-beta.jar"/>
<classpathentry kind="lib" path="libs/google-oauth-client-extensions-1.5.0-beta.jar"/>
<classpathentry kind="lib" path="libs/gson-1.6.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google-http-client-extensions-1.5.0-beta.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google-http-client-extensions-android2-1.5.0-beta.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google-oauth-client-1.5.0-beta.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google-oauth-client-extensions-1.5.0-beta.jar"/>
<classpathentry exported="true" kind="lib" path="libs/gson-1.6.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google-api-services-tasks-v1-1.2.5-beta.jar"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="libs/crittercism_v1_1_1.jar"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="lib" path="libs/crittercism_v1_1_1.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
4 changes: 2 additions & 2 deletions astrid/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@
<string name="p_about">O Astrid</string>

<!-- About text (%s => current version)-->
<string name="p_about_text">Bieżąca wersja: %\n\n Astrid is open-source and proudly maintained by Todoroo, Inc.</string>
<string name="p_about_text">Bieżąca wersja: %s\n\n Astrid is open-source and proudly maintained by Todoroo, Inc.</string>

<!-- Title of "Help" option in settings -->
<string name="p_help">Pomoc</string>
Expand Down Expand Up @@ -1694,7 +1694,7 @@
<!-- Reminder Preference: Default Reminder Title -->
<string name="rmd_EPr_rmd_time_title">Domyślne przypomnienie</string>
<!-- Reminder Preference: Default Reminder Description (%s => time set) -->
<string name="rmd_EPr_rmd_time_desc">Powiadomienia zadań bez odpowiedniego czasu pojawi się na% s</string>
<string name="rmd_EPr_rmd_time_desc">Powiadomienia zadań bez odpowiedniego czasu pojawi się na %s</string>

<!-- Reminder Preference: Notification Ringtone Title -->
<string name="rmd_EPr_ringtone_title">Dźwięk powiadomienia</string>
Expand Down
3 changes: 3 additions & 0 deletions tests/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry combineaccessrules="false" kind="src" path="/astrid"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry combineaccessrules="false" kind="src" path="/astridApi"/>
<classpathentry combineaccessrules="false" kind="src" path="/facebook"/>
<classpathentry combineaccessrules="false" kind="src" path="/GreenDroid"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
1 change: 0 additions & 1 deletion tests/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
split.density=false
# Project target.
target=android-8
android.library.reference.1=../api

0 comments on commit 87c036c

Please sign in to comment.