Skip to content

Commit

Permalink
Merge pull request #2 from yakovypg/Desktop
Browse files Browse the repository at this point in the history
Merge Desktop into master
  • Loading branch information
yakovypg authored Aug 9, 2023
2 parents 2c8a621 + 6692b59 commit 1fa9eb5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Applications/YpdfDesktop/Models/Localization/English.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ protected override void SetLocale()
AddPageNumbers = "add page nums";
AddWatermark = "add watermark";
RemoveWatermark = "rm watermark";
ImageToPdf = "image2pdf";
TextToPdf = "text2pdf";
ImageToPdf = "image to pdf";
TextToPdf = "text to pdf";
ExtractImages = "extract images";
ExtractText = "extract text";
SetPassword = "set password";
Expand Down
3 changes: 3 additions & 0 deletions Applications/YpdfDesktop/Views/Pages/ToolsView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,11 @@
Value="{Binding IconName}" />

<TextBlock Grid.Row="1"
Margin="3, 5"
TextAlignment="Center"
VerticalAlignment="Center"
HorizontalAlignment="Center"
TextTrimming="CharacterEllipsis"
Foreground="{Binding DataContext.SettingsVM.Theme.ToolTileTextForeground, RelativeSource={RelativeSource AncestorType=ItemsControl}}"
Text="{Binding Name}" />
</Grid>
Expand Down
4 changes: 2 additions & 2 deletions Applications/YpdfDesktop/YpdfDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageTags>pdf;pdf-converter;split-pdf;merge-pdf;pdf-tools;pdf2image;pdf-watermark;pdf2text;pdf-password;rotate-pdf;image2pdf;compress-pdf;text2pdf;divide-pdf;crop-pdf;reorder-pdf;remove-pages-pdf;page-numbers-pdf</PackageTags>
<FileVersion>1.0.1.0</FileVersion>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.1</FileVersion>
<AssemblyVersion>1.0.1.1</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Applications/ypdf/ypdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageTags>pdf;pdf-converter;split-pdf;merge-pdf;pdf-tools;pdf2image;pdf-watermark;pdf2text;pdf-password;rotate-pdf;image2pdf;compress-pdf;text2pdf;divide-pdf;crop-pdf;reorder-pdf;remove-pages-pdf;page-numbers-pdf</PackageTags>
<FileVersion>1.0.1.0</FileVersion>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.1</FileVersion>
<AssemblyVersion>1.0.1.1</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Components/Locales/English.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"AddPageNumbers": "add page nums",
"AddWatermark": "add watermark",
"RemoveWatermark": "rm watermark",
"ImageToPdf": "image2pdf",
"TextToPdf": "text2pdf",
"ImageToPdf": "image to pdf",
"TextToPdf": "text to pdf",
"ExtractImages": "extract images",
"ExtractText": "extract text",
"SetPassword": "set password",
Expand Down
6 changes: 3 additions & 3 deletions Components/Locales/Russian.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"Merge": "объединить",
"Compress": "сжать",
"HandlePages": "страницы",
"CropPages": "обрезать стр.",
"DividePages": "делить стр.",
"AddPageNumbers": "номера стр.",
"CropPages": "обрезать",
"DividePages": "разделить",
"AddPageNumbers": "номера",
"AddWatermark": "водяной знак",
"RemoveWatermark": "водяной знак",
"ImageToPdf": "фото в pdf",
Expand Down

0 comments on commit 1fa9eb5

Please sign in to comment.