diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-10-20 02:06:38 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-10-20 02:06:38 +0000 |
| commit | cd7357dc31281c406979637b340ef59972fd5209 (patch) | |
| tree | 834b76b1b22d0b48cece85c29b6c3796773858d3 /macosx/plugins/DFNet/hu.lproj/Localizable.strings | |
| parent | 3184d31f215c0708761833b93b6283a450f22d40 (diff) | |
| download | pcsxr-cd7357dc31281c406979637b340ef59972fd5209.tar.gz | |
Implement localization on some OS X strings, mainly those in the Hungarian locale.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87585 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFNet/hu.lproj/Localizable.strings')
| -rw-r--r-- | macosx/plugins/DFNet/hu.lproj/Localizable.strings | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/plugins/DFNet/hu.lproj/Localizable.strings b/macosx/plugins/DFNet/hu.lproj/Localizable.strings index f48d7085..570d94da 100644 --- a/macosx/plugins/DFNet/hu.lproj/Localizable.strings +++ b/macosx/plugins/DFNet/hu.lproj/Localizable.strings @@ -6,6 +6,6 @@ Copyright 2011 __MyCompanyName__. All rights reserved. */ -"Error allocating memory!\n" = "Error allocating memory!\n"; -"error connecting to %s: %s\n" = "Error connecting to %s: %s\n"; -"Socket Driver" = "Socket Driver"; +"Error allocating memory!\n" = "Memória kiosztási hiba!\n"; +"error connecting to %s: %s\n" = "hiba a következőhöz történő kapcsolódáskor: %s: %s\n"; +"Socket Driver" = "Socket illesztőprogram"; |
